Interface QueryFilterComp

  • All Known Subinterfaces:
    QueryFilter

    public interface QueryFilterComp
    This class is only required in order to be able to provide binary compatibility with older releases. You should never access this class directly.
    • Method Detail

      • getObjectTags

        @Deprecated
        Iterator<ObjectTag> getObjectTags()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use QueryFilter.getObjectTags() instead.
        Returns an RWIterable with the ObjectTags for this object.
        Returns:
        RWIterable with ObjectTag instances when present, an empty RWIterable otherwise.