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 voidaddAllExperimenterAnnotationLinkSet(java.util.List<ExperimenterAnnotationLink> targets, Ice.Current __current)voidaddAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)voidaddExperimenterAnnotationLink(ExperimenterAnnotationLink target, Ice.Current __current)voidaddExperimenterAnnotationLinkToBoth(ExperimenterAnnotationLink link, boolean bothSides, Ice.Current __current)voidaddGroupExperimenterMap(GroupExperimenterMap target, Ice.Current __current)voidaddGroupExperimenterMapToBoth(GroupExperimenterMap link, boolean bothSides, Ice.Current __current)voidclearAnnotationLinks(Ice.Current __current)voidclearGroupExperimenterMap(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)RStringgetEmail(Ice.Current __current)RStringgetFirstName(Ice.Current __current)GroupExperimenterMapgetGroupExperimenterMap(int index, Ice.Current __current)RStringgetInstitution(Ice.Current __current)RStringgetLastName(Ice.Current __current)RBoolgetLdap(Ice.Current __current)RStringgetMiddleName(Ice.Current __current)RStringgetOmeName(Ice.Current __current)GroupExperimenterMapgetPrimaryGroupExperimenterMap(Ice.Current __current)RIntgetVersion(Ice.Current __current)ExperimenterAnnotationLinklinkAnnotation(Annotation addition, Ice.Current __current)java.util.List<Annotation>linkedAnnotationList(Ice.Current __current)java.util.List<ExperimenterGroup>linkedExperimenterGroupList(Ice.Current __current)GroupExperimenterMaplinkExperimenterGroup(ExperimenterGroup addition, Ice.Current __current)voidreloadAnnotationLinks(Experimenter toCopy, Ice.Current __current)voidreloadGroupExperimenterMap(Experimenter toCopy, Ice.Current __current)voidremoveAllExperimenterAnnotationLinkSet(java.util.List<ExperimenterAnnotationLink> targets, Ice.Current __current)voidremoveAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)voidremoveExperimenterAnnotationLink(ExperimenterAnnotationLink theTarget, Ice.Current __current)voidremoveExperimenterAnnotationLinkFromBoth(ExperimenterAnnotationLink link, boolean bothSides, Ice.Current __current)voidremoveGroupExperimenterMap(GroupExperimenterMap theTarget, Ice.Current __current)voidremoveGroupExperimenterMapFromBoth(GroupExperimenterMap link, boolean bothSides, Ice.Current __current)voidsetConfig(java.util.List<NamedValue> theConfig, Ice.Current __current)voidsetEmail(RString theEmail, Ice.Current __current)voidsetFirstName(RString theFirstName, Ice.Current __current)GroupExperimenterMapsetGroupExperimenterMap(int index, GroupExperimenterMap theElement, Ice.Current __current)voidsetInstitution(RString theInstitution, Ice.Current __current)voidsetLastName(RString theLastName, Ice.Current __current)voidsetLdap(RBool theLdap, Ice.Current __current)voidsetMiddleName(RString theMiddleName, Ice.Current __current)voidsetOmeName(RString theOmeName, Ice.Current __current)GroupExperimenterMapsetPrimaryGroupExperimenterMap(GroupExperimenterMap theElement, Ice.Current __current)voidsetVersion(RInt theVersion, Ice.Current __current)intsizeOfAnnotationLinks(Ice.Current __current)intsizeOfGroupExperimenterMap(Ice.Current __current)voidunlinkAnnotation(Annotation removal, Ice.Current __current)voidunlinkExperimenterGroup(ExperimenterGroup removal, Ice.Current __current)voidunloadAnnotationLinks(Ice.Current __current)voidunloadGroupExperimenterMap(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)
-
-