Package omero.model

Class _ShapeAnnotationLinkTie

    • Constructor Detail

      • _ShapeAnnotationLinkTie

        public _ShapeAnnotationLinkTie()
    • Method Detail

      • ice_delegate

        public java.lang.Object ice_delegate()
        Specified by:
        ice_delegate in interface Ice.TieBase
      • ice_delegate

        public void ice_delegate​(java.lang.Object delegate)
        Specified by:
        ice_delegate in interface Ice.TieBase
      • equals

        public boolean equals​(java.lang.Object rhs)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • isAnnotated

        public boolean isAnnotated​(Ice.Current __current)
        Description copied from interface: _IObjectOperations
        Allows for the attachment of any omero.model.Annotation subclasses. Methods provided are: - linkAnnotation(Annotation) -
        Specified by:
        isAnnotated in interface _IObjectOperations
        Parameters:
        __current - The Current object for the invocation.
      • isGlobal

        public boolean isGlobal​(Ice.Current __current)
        Description copied from interface: _IObjectOperations
        Marker interface which means that special rules apply for both reading and writing these instances.
        Specified by:
        isGlobal in interface _IObjectOperations
        Parameters:
        __current - The Current object for the invocation.
      • isLink

        public boolean isLink​(Ice.Current __current)
        Description copied from interface: _IObjectOperations
        A link between two other types. Methods provided: - getParent() - getChild()
        Specified by:
        isLink in interface _IObjectOperations
        Parameters:
        __current - The Current object for the invocation.
      • isLoaded

        public boolean isLoaded​(Ice.Current __current)
        Description copied from interface: _IObjectOperations
        Tests if the objects are loaded or not. If this value is false, then any method call on this instance other than getId or setId will result in an exception.
        Specified by:
        isLoaded in interface _IObjectOperations
        Parameters:
        __current - The Current object for the invocation.
      • isMutable

        public boolean isMutable​(Ice.Current __current)
        Description copied from interface: _IObjectOperations
        The server will persist changes made to these types. Methods provided: - getVersion() - setVersion()
        Specified by:
        isMutable in interface _IObjectOperations
        Parameters:
        __current - The Current object for the invocation.
      • proxy

        public IObject proxy​(Ice.Current __current)
        Description copied from interface: _IObjectOperations
        Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );
        Specified by:
        proxy in interface _IObjectOperations
        Parameters:
        __current - The Current object for the invocation.
      • shallowCopy

        public IObject shallowCopy​(Ice.Current __current)
        Description copied from interface: _IObjectOperations
        Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.
        Specified by:
        shallowCopy in interface _IObjectOperations
        Parameters:
        __current - The Current object for the invocation.
      • unload

        public void unload​(Ice.Current __current)
        Description copied from interface: _IObjectOperations
        Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.
        Specified by:
        unload in interface _IObjectOperations
        Parameters:
        __current - The Current object for the invocation.
      • unloadCollections

        public void unloadCollections​(Ice.Current __current)
        Description copied from interface: _IObjectOperations
        Each collection can also be unloaded, independently of the object itself. To unload all collections, use: object.unloadCollections(); This is useful when it is possible that a collection no longer represents the state in the database, and passing the collections back to the server might delete some entities. Sending back empty collections can also save a significant amount of bandwidth, when working with large data graphs.
        Specified by:
        unloadCollections in interface _IObjectOperations
        Parameters:
        __current - The Current object for the invocation.
      • unloadDetails

        public void unloadDetails​(Ice.Current __current)
        Description copied from interface: _IObjectOperations
        As with collections, the objects under details can link to many other objects. Unloading the details can same bandwidth and simplify the server logic.
        Specified by:
        unloadDetails in interface _IObjectOperations
        Parameters:
        __current - The Current object for the invocation.