Package omero.model

Interface _NamespaceOperations

    • Method Detail

      • getVersion

        RInt getVersion​(Ice.Current __current)
      • setVersion

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

        java.lang.String[] getKeywords​(Ice.Current __current)
      • setKeywords

        void setKeywords​(java.lang.String[] theKeywords,
                         Ice.Current __current)
      • getMultivalued

        RBool getMultivalued​(Ice.Current __current)
      • setMultivalued

        void setMultivalued​(RBool theMultivalued,
                            Ice.Current __current)
      • getDisplay

        RBool getDisplay​(Ice.Current __current)
      • setDisplay

        void setDisplay​(RBool theDisplay,
                        Ice.Current __current)
      • getDisplayName

        RString getDisplayName​(Ice.Current __current)
      • setDisplayName

        void setDisplayName​(RString theDisplayName,
                            Ice.Current __current)
      • unloadAnnotationLinks

        void unloadAnnotationLinks​(Ice.Current __current)
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks​(Ice.Current __current)
      • addNamespaceAnnotationLink

        void addNamespaceAnnotationLink​(NamespaceAnnotationLink target,
                                        Ice.Current __current)
      • addAllNamespaceAnnotationLinkSet

        void addAllNamespaceAnnotationLinkSet​(java.util.List<NamespaceAnnotationLink> targets,
                                              Ice.Current __current)
      • removeNamespaceAnnotationLink

        void removeNamespaceAnnotationLink​(NamespaceAnnotationLink theTarget,
                                           Ice.Current __current)
      • removeAllNamespaceAnnotationLinkSet

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

        void clearAnnotationLinks​(Ice.Current __current)
      • reloadAnnotationLinks

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

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

        void addNamespaceAnnotationLinkToBoth​(NamespaceAnnotationLink link,
                                              boolean bothSides,
                                              Ice.Current __current)
      • unlinkAnnotation

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

        void removeNamespaceAnnotationLinkFromBoth​(NamespaceAnnotationLink link,
                                                   boolean bothSides,
                                                   Ice.Current __current)
      • linkedAnnotationList

        java.util.List<Annotation> linkedAnnotationList​(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)