Interface NamedRootObjectComp

    • Method Detail

      • getLinkedObjectReferences

        @Deprecated
        Iterator<ObjectReference> getLinkedObjectReferences()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use NamedRootObject.getLinkedObjectReferences() instead.
        Return all ObjectReferences this NamedRootObject is the source for. Empty RWIterable if none.
        Returns:
        RWIterable with object references, or empty RWIterable if none.
      • getSourceObjectReferences

        @Deprecated
        Iterator<ObjectReference> getSourceObjectReferences()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use NamedRootObject.getSourceObjectReferences() instead.
        Return all ObjectReferences this NamedRootObject is linked in. Empty RWIterable if none.
        Returns:
        RWIterable with object references, or empty RWIterable if none.