Package omero.model

Interface _ExperimenterGroupOperations

    • Method Detail

      • getVersion

        RInt getVersion​(Ice.Current __current)
      • setVersion

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

        RString getName​(Ice.Current __current)
      • setName

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

        RBool getLdap​(Ice.Current __current)
      • setLdap

        void setLdap​(RBool theLdap,
                     Ice.Current __current)
      • unloadGroupExperimenterMap

        void unloadGroupExperimenterMap​(Ice.Current __current)
      • sizeOfGroupExperimenterMap

        int sizeOfGroupExperimenterMap​(Ice.Current __current)
      • copyGroupExperimenterMap

        java.util.List<GroupExperimenterMap> copyGroupExperimenterMap​(Ice.Current __current)
      • addGroupExperimenterMap

        void addGroupExperimenterMap​(GroupExperimenterMap target,
                                     Ice.Current __current)
      • addAllGroupExperimenterMapSet

        void addAllGroupExperimenterMapSet​(java.util.List<GroupExperimenterMap> targets,
                                           Ice.Current __current)
      • removeGroupExperimenterMap

        void removeGroupExperimenterMap​(GroupExperimenterMap theTarget,
                                        Ice.Current __current)
      • removeAllGroupExperimenterMapSet

        void removeAllGroupExperimenterMapSet​(java.util.List<GroupExperimenterMap> targets,
                                              Ice.Current __current)
      • clearGroupExperimenterMap

        void clearGroupExperimenterMap​(Ice.Current __current)
      • reloadGroupExperimenterMap

        void reloadGroupExperimenterMap​(ExperimenterGroup toCopy,
                                        Ice.Current __current)
      • addGroupExperimenterMapToBoth

        void addGroupExperimenterMapToBoth​(GroupExperimenterMap link,
                                           boolean bothSides,
                                           Ice.Current __current)
      • unlinkExperimenter

        void unlinkExperimenter​(Experimenter removal,
                                Ice.Current __current)
      • removeGroupExperimenterMapFromBoth

        void removeGroupExperimenterMapFromBoth​(GroupExperimenterMap link,
                                                boolean bothSides,
                                                Ice.Current __current)
      • linkedExperimenterList

        java.util.List<Experimenter> linkedExperimenterList​(Ice.Current __current)
      • getConfigAsMap

        java.util.Map<java.lang.String,​java.lang.String> getConfigAsMap​(Ice.Current __current)
      • getConfig

        java.util.List<NamedValue> getConfig​(Ice.Current __current)
      • setConfig

        void setConfig​(java.util.List<NamedValue> theConfig,
                       Ice.Current __current)
      • unloadAnnotationLinks

        void unloadAnnotationLinks​(Ice.Current __current)
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks​(Ice.Current __current)
      • addAllExperimenterGroupAnnotationLinkSet

        void addAllExperimenterGroupAnnotationLinkSet​(java.util.List<ExperimenterGroupAnnotationLink> targets,
                                                      Ice.Current __current)
      • removeAllExperimenterGroupAnnotationLinkSet

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

        void clearAnnotationLinks​(Ice.Current __current)
      • reloadAnnotationLinks

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

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

        void addExperimenterGroupAnnotationLinkToBoth​(ExperimenterGroupAnnotationLink link,
                                                      boolean bothSides,
                                                      Ice.Current __current)
      • unlinkAnnotation

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

        void removeExperimenterGroupAnnotationLinkFromBoth​(ExperimenterGroupAnnotationLink link,
                                                           boolean bothSides,
                                                           Ice.Current __current)
      • linkedAnnotationList

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

        RString getDescription​(Ice.Current __current)
      • setDescription

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