Package omero.model

Interface _AnnotationOperations

    • Method Detail

      • getVersion

        RInt getVersion​(Ice.Current __current)
      • setVersion

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

        RString getNs​(Ice.Current __current)
      • setNs

        void setNs​(RString theNs,
                   Ice.Current __current)
      • getName

        RString getName​(Ice.Current __current)
      • setName

        void setName​(RString theName,
                     Ice.Current __current)
      • getDescription

        RString getDescription​(Ice.Current __current)
      • setDescription

        void setDescription​(RString theDescription,
                            Ice.Current __current)
      • unloadAnnotationLinks

        void unloadAnnotationLinks​(Ice.Current __current)
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks​(Ice.Current __current)
      • addAnnotationAnnotationLink

        void addAnnotationAnnotationLink​(AnnotationAnnotationLink target,
                                         Ice.Current __current)
      • addAllAnnotationAnnotationLinkSet

        void addAllAnnotationAnnotationLinkSet​(java.util.List<AnnotationAnnotationLink> targets,
                                               Ice.Current __current)
      • removeAnnotationAnnotationLink

        void removeAnnotationAnnotationLink​(AnnotationAnnotationLink theTarget,
                                            Ice.Current __current)
      • removeAllAnnotationAnnotationLinkSet

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

        void clearAnnotationLinks​(Ice.Current __current)
      • reloadAnnotationLinks

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

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

        void addAnnotationAnnotationLinkToBoth​(AnnotationAnnotationLink link,
                                               boolean bothSides,
                                               Ice.Current __current)
      • unlinkAnnotation

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

        void removeAnnotationAnnotationLinkFromBoth​(AnnotationAnnotationLink link,
                                                    boolean bothSides,
                                                    Ice.Current __current)
      • linkedAnnotationList

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