Package omero.model
Interface _ExperimenterGroupOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_ExperimenterGroupTie
,ExperimenterGroup
,ExperimenterGroupI
public interface _ExperimenterGroupOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAllExperimenterGroupAnnotationLinkSet(java.util.List<ExperimenterGroupAnnotationLink> targets, Ice.Current __current)
void
addAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)
void
addExperimenterGroupAnnotationLink(ExperimenterGroupAnnotationLink target, Ice.Current __current)
void
addExperimenterGroupAnnotationLinkToBoth(ExperimenterGroupAnnotationLink link, boolean bothSides, Ice.Current __current)
void
addGroupExperimenterMap(GroupExperimenterMap target, Ice.Current __current)
void
addGroupExperimenterMapToBoth(GroupExperimenterMap link, boolean bothSides, Ice.Current __current)
void
clearAnnotationLinks(Ice.Current __current)
void
clearGroupExperimenterMap(Ice.Current __current)
java.util.List<ExperimenterGroupAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<GroupExperimenterMap>
copyGroupExperimenterMap(Ice.Current __current)
java.util.List<ExperimenterGroupAnnotationLink>
findExperimenterGroupAnnotationLink(Annotation removal, Ice.Current __current)
java.util.List<GroupExperimenterMap>
findGroupExperimenterMap(Experimenter removal, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current __current)
java.util.List<NamedValue>
getConfig(Ice.Current __current)
java.util.Map<java.lang.String,java.lang.String>
getConfigAsMap(Ice.Current __current)
RString
getDescription(Ice.Current __current)
RBool
getLdap(Ice.Current __current)
RString
getName(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
ExperimenterGroupAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
java.util.List<Experimenter>
linkedExperimenterList(Ice.Current __current)
GroupExperimenterMap
linkExperimenter(Experimenter addition, Ice.Current __current)
void
reloadAnnotationLinks(ExperimenterGroup toCopy, Ice.Current __current)
void
reloadGroupExperimenterMap(ExperimenterGroup toCopy, Ice.Current __current)
void
removeAllExperimenterGroupAnnotationLinkSet(java.util.List<ExperimenterGroupAnnotationLink> targets, Ice.Current __current)
void
removeAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)
void
removeExperimenterGroupAnnotationLink(ExperimenterGroupAnnotationLink theTarget, Ice.Current __current)
void
removeExperimenterGroupAnnotationLinkFromBoth(ExperimenterGroupAnnotationLink link, boolean bothSides, Ice.Current __current)
void
removeGroupExperimenterMap(GroupExperimenterMap theTarget, Ice.Current __current)
void
removeGroupExperimenterMapFromBoth(GroupExperimenterMap link, boolean bothSides, Ice.Current __current)
void
setConfig(java.util.List<NamedValue> theConfig, Ice.Current __current)
void
setDescription(RString theDescription, Ice.Current __current)
void
setLdap(RBool theLdap, Ice.Current __current)
void
setName(RString theName, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
int
sizeOfAnnotationLinks(Ice.Current __current)
int
sizeOfGroupExperimenterMap(Ice.Current __current)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unlinkExperimenter(Experimenter removal, Ice.Current __current)
void
unloadAnnotationLinks(Ice.Current __current)
void
unloadGroupExperimenterMap(Ice.Current __current)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
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)
-
linkExperimenter
GroupExperimenterMap linkExperimenter(Experimenter addition, Ice.Current __current)
-
addGroupExperimenterMapToBoth
void addGroupExperimenterMapToBoth(GroupExperimenterMap link, boolean bothSides, Ice.Current __current)
-
findGroupExperimenterMap
java.util.List<GroupExperimenterMap> findGroupExperimenterMap(Experimenter removal, 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)
-
copyAnnotationLinks
java.util.List<ExperimenterGroupAnnotationLink> copyAnnotationLinks(Ice.Current __current)
-
addExperimenterGroupAnnotationLink
void addExperimenterGroupAnnotationLink(ExperimenterGroupAnnotationLink target, Ice.Current __current)
-
addAllExperimenterGroupAnnotationLinkSet
void addAllExperimenterGroupAnnotationLinkSet(java.util.List<ExperimenterGroupAnnotationLink> targets, Ice.Current __current)
-
removeExperimenterGroupAnnotationLink
void removeExperimenterGroupAnnotationLink(ExperimenterGroupAnnotationLink theTarget, 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)
-
linkAnnotation
ExperimenterGroupAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addExperimenterGroupAnnotationLinkToBoth
void addExperimenterGroupAnnotationLinkToBoth(ExperimenterGroupAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findExperimenterGroupAnnotationLink
java.util.List<ExperimenterGroupAnnotationLink> findExperimenterGroupAnnotationLink(Annotation removal, 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)
-
-