Package omero.model

Interface _NodeOperations

    • Method Detail

      • getVersion

        RInt getVersion​(Ice.Current __current)
      • setVersion

        void setVersion​(RInt theVersion,
                        Ice.Current __current)
      • unloadSessions

        void unloadSessions​(Ice.Current __current)
      • sizeOfSessions

        int sizeOfSessions​(Ice.Current __current)
      • copySessions

        java.util.List<Session> copySessions​(Ice.Current __current)
      • addSession

        void addSession​(Session target,
                        Ice.Current __current)
      • addAllSessionSet

        void addAllSessionSet​(java.util.List<Session> targets,
                              Ice.Current __current)
      • removeSession

        void removeSession​(Session theTarget,
                           Ice.Current __current)
      • removeAllSessionSet

        void removeAllSessionSet​(java.util.List<Session> targets,
                                 Ice.Current __current)
      • clearSessions

        void clearSessions​(Ice.Current __current)
      • reloadSessions

        void reloadSessions​(Node toCopy,
                            Ice.Current __current)
      • getUuid

        RString getUuid​(Ice.Current __current)
      • setUuid

        void setUuid​(RString theUuid,
                     Ice.Current __current)
      • getConn

        RString getConn​(Ice.Current __current)
      • setConn

        void setConn​(RString theConn,
                     Ice.Current __current)
      • getUp

        RTime getUp​(Ice.Current __current)
      • setUp

        void setUp​(RTime theUp,
                   Ice.Current __current)
      • getDown

        RTime getDown​(Ice.Current __current)
      • setDown

        void setDown​(RTime theDown,
                     Ice.Current __current)
      • getScale

        RInt getScale​(Ice.Current __current)
      • setScale

        void setScale​(RInt theScale,
                      Ice.Current __current)
      • unloadAnnotationLinks

        void unloadAnnotationLinks​(Ice.Current __current)
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks​(Ice.Current __current)
      • copyAnnotationLinks

        java.util.List<NodeAnnotationLink> copyAnnotationLinks​(Ice.Current __current)
      • addNodeAnnotationLink

        void addNodeAnnotationLink​(NodeAnnotationLink target,
                                   Ice.Current __current)
      • addAllNodeAnnotationLinkSet

        void addAllNodeAnnotationLinkSet​(java.util.List<NodeAnnotationLink> targets,
                                         Ice.Current __current)
      • removeNodeAnnotationLink

        void removeNodeAnnotationLink​(NodeAnnotationLink theTarget,
                                      Ice.Current __current)
      • removeAllNodeAnnotationLinkSet

        void removeAllNodeAnnotationLinkSet​(java.util.List<NodeAnnotationLink> targets,
                                            Ice.Current __current)
      • clearAnnotationLinks

        void clearAnnotationLinks​(Ice.Current __current)
      • reloadAnnotationLinks

        void reloadAnnotationLinks​(Node toCopy,
                                   Ice.Current __current)
      • getAnnotationLinksCountPerOwner

        java.util.Map<java.lang.Long,​java.lang.Long> getAnnotationLinksCountPerOwner​(Ice.Current __current)
      • addNodeAnnotationLinkToBoth

        void addNodeAnnotationLinkToBoth​(NodeAnnotationLink link,
                                         boolean bothSides,
                                         Ice.Current __current)
      • unlinkAnnotation

        void unlinkAnnotation​(Annotation removal,
                              Ice.Current __current)
      • removeNodeAnnotationLinkFromBoth

        void removeNodeAnnotationLinkFromBoth​(NodeAnnotationLink link,
                                              boolean bothSides,
                                              Ice.Current __current)
      • linkedAnnotationList

        java.util.List<Annotation> linkedAnnotationList​(Ice.Current __current)