Package omero.model
Interface _ExperimenterOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_ExperimenterTie
,Experimenter
,ExperimenterI
public interface _ExperimenterOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAllExperimenterAnnotationLinkSet(java.util.List<ExperimenterAnnotationLink> targets, Ice.Current __current)
void
addAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)
void
addExperimenterAnnotationLink(ExperimenterAnnotationLink target, Ice.Current __current)
void
addExperimenterAnnotationLinkToBoth(ExperimenterAnnotationLink 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<ExperimenterAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<GroupExperimenterMap>
copyGroupExperimenterMap(Ice.Current __current)
java.util.List<ExperimenterAnnotationLink>
findExperimenterAnnotationLink(Annotation removal, Ice.Current __current)
java.util.List<GroupExperimenterMap>
findGroupExperimenterMap(ExperimenterGroup 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
getEmail(Ice.Current __current)
RString
getFirstName(Ice.Current __current)
GroupExperimenterMap
getGroupExperimenterMap(int index, Ice.Current __current)
RString
getInstitution(Ice.Current __current)
RString
getLastName(Ice.Current __current)
RBool
getLdap(Ice.Current __current)
RString
getMiddleName(Ice.Current __current)
RString
getOmeName(Ice.Current __current)
GroupExperimenterMap
getPrimaryGroupExperimenterMap(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
ExperimenterAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
java.util.List<ExperimenterGroup>
linkedExperimenterGroupList(Ice.Current __current)
GroupExperimenterMap
linkExperimenterGroup(ExperimenterGroup addition, Ice.Current __current)
void
reloadAnnotationLinks(Experimenter toCopy, Ice.Current __current)
void
reloadGroupExperimenterMap(Experimenter toCopy, Ice.Current __current)
void
removeAllExperimenterAnnotationLinkSet(java.util.List<ExperimenterAnnotationLink> targets, Ice.Current __current)
void
removeAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)
void
removeExperimenterAnnotationLink(ExperimenterAnnotationLink theTarget, Ice.Current __current)
void
removeExperimenterAnnotationLinkFromBoth(ExperimenterAnnotationLink 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
setEmail(RString theEmail, Ice.Current __current)
void
setFirstName(RString theFirstName, Ice.Current __current)
GroupExperimenterMap
setGroupExperimenterMap(int index, GroupExperimenterMap theElement, Ice.Current __current)
void
setInstitution(RString theInstitution, Ice.Current __current)
void
setLastName(RString theLastName, Ice.Current __current)
void
setLdap(RBool theLdap, Ice.Current __current)
void
setMiddleName(RString theMiddleName, Ice.Current __current)
void
setOmeName(RString theOmeName, Ice.Current __current)
GroupExperimenterMap
setPrimaryGroupExperimenterMap(GroupExperimenterMap theElement, 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
unlinkExperimenterGroup(ExperimenterGroup 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)
-
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(Experimenter toCopy, Ice.Current __current)
-
getGroupExperimenterMap
GroupExperimenterMap getGroupExperimenterMap(int index, Ice.Current __current)
-
setGroupExperimenterMap
GroupExperimenterMap setGroupExperimenterMap(int index, GroupExperimenterMap theElement, Ice.Current __current)
-
getPrimaryGroupExperimenterMap
GroupExperimenterMap getPrimaryGroupExperimenterMap(Ice.Current __current)
-
setPrimaryGroupExperimenterMap
GroupExperimenterMap setPrimaryGroupExperimenterMap(GroupExperimenterMap theElement, Ice.Current __current)
-
linkExperimenterGroup
GroupExperimenterMap linkExperimenterGroup(ExperimenterGroup addition, Ice.Current __current)
-
addGroupExperimenterMapToBoth
void addGroupExperimenterMapToBoth(GroupExperimenterMap link, boolean bothSides, Ice.Current __current)
-
findGroupExperimenterMap
java.util.List<GroupExperimenterMap> findGroupExperimenterMap(ExperimenterGroup removal, Ice.Current __current)
-
unlinkExperimenterGroup
void unlinkExperimenterGroup(ExperimenterGroup removal, Ice.Current __current)
-
removeGroupExperimenterMapFromBoth
void removeGroupExperimenterMapFromBoth(GroupExperimenterMap link, boolean bothSides, Ice.Current __current)
-
linkedExperimenterGroupList
java.util.List<ExperimenterGroup> linkedExperimenterGroupList(Ice.Current __current)
-
getOmeName
RString getOmeName(Ice.Current __current)
-
setOmeName
void setOmeName(RString theOmeName, Ice.Current __current)
-
getFirstName
RString getFirstName(Ice.Current __current)
-
setFirstName
void setFirstName(RString theFirstName, Ice.Current __current)
-
getMiddleName
RString getMiddleName(Ice.Current __current)
-
setMiddleName
void setMiddleName(RString theMiddleName, Ice.Current __current)
-
getLastName
RString getLastName(Ice.Current __current)
-
setLastName
void setLastName(RString theLastName, Ice.Current __current)
-
getInstitution
RString getInstitution(Ice.Current __current)
-
setInstitution
void setInstitution(RString theInstitution, Ice.Current __current)
-
getLdap
RBool getLdap(Ice.Current __current)
-
setLdap
void setLdap(RBool theLdap, Ice.Current __current)
-
getEmail
RString getEmail(Ice.Current __current)
-
setEmail
void setEmail(RString theEmail, 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<ExperimenterAnnotationLink> copyAnnotationLinks(Ice.Current __current)
-
addExperimenterAnnotationLink
void addExperimenterAnnotationLink(ExperimenterAnnotationLink target, Ice.Current __current)
-
addAllExperimenterAnnotationLinkSet
void addAllExperimenterAnnotationLinkSet(java.util.List<ExperimenterAnnotationLink> targets, Ice.Current __current)
-
removeExperimenterAnnotationLink
void removeExperimenterAnnotationLink(ExperimenterAnnotationLink theTarget, Ice.Current __current)
-
removeAllExperimenterAnnotationLinkSet
void removeAllExperimenterAnnotationLinkSet(java.util.List<ExperimenterAnnotationLink> targets, Ice.Current __current)
-
clearAnnotationLinks
void clearAnnotationLinks(Ice.Current __current)
-
reloadAnnotationLinks
void reloadAnnotationLinks(Experimenter toCopy, Ice.Current __current)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
-
linkAnnotation
ExperimenterAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addExperimenterAnnotationLinkToBoth
void addExperimenterAnnotationLinkToBoth(ExperimenterAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findExperimenterAnnotationLink
java.util.List<ExperimenterAnnotationLink> findExperimenterAnnotationLink(Annotation removal, Ice.Current __current)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal, Ice.Current __current)
-
removeExperimenterAnnotationLinkFromBoth
void removeExperimenterAnnotationLinkFromBoth(ExperimenterAnnotationLink link, boolean bothSides, Ice.Current __current)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
-
-