public interface _ExperimenterOperations extends _IObjectOperations
Modifier and Type | Method and 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) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
void unloadGroupExperimenterMap(Ice.Current __current)
int sizeOfGroupExperimenterMap(Ice.Current __current)
java.util.List<GroupExperimenterMap> copyGroupExperimenterMap(Ice.Current __current)
void addGroupExperimenterMap(GroupExperimenterMap target, Ice.Current __current)
void addAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)
void removeGroupExperimenterMap(GroupExperimenterMap theTarget, Ice.Current __current)
void removeAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)
void clearGroupExperimenterMap(Ice.Current __current)
void reloadGroupExperimenterMap(Experimenter toCopy, Ice.Current __current)
GroupExperimenterMap getGroupExperimenterMap(int index, Ice.Current __current)
GroupExperimenterMap setGroupExperimenterMap(int index, GroupExperimenterMap theElement, Ice.Current __current)
GroupExperimenterMap getPrimaryGroupExperimenterMap(Ice.Current __current)
GroupExperimenterMap setPrimaryGroupExperimenterMap(GroupExperimenterMap theElement, Ice.Current __current)
GroupExperimenterMap linkExperimenterGroup(ExperimenterGroup addition, Ice.Current __current)
void addGroupExperimenterMapToBoth(GroupExperimenterMap link, boolean bothSides, Ice.Current __current)
java.util.List<GroupExperimenterMap> findGroupExperimenterMap(ExperimenterGroup removal, Ice.Current __current)
void unlinkExperimenterGroup(ExperimenterGroup removal, Ice.Current __current)
void removeGroupExperimenterMapFromBoth(GroupExperimenterMap link, boolean bothSides, Ice.Current __current)
java.util.List<ExperimenterGroup> linkedExperimenterGroupList(Ice.Current __current)
RString getOmeName(Ice.Current __current)
void setOmeName(RString theOmeName, Ice.Current __current)
RString getFirstName(Ice.Current __current)
void setFirstName(RString theFirstName, Ice.Current __current)
RString getMiddleName(Ice.Current __current)
void setMiddleName(RString theMiddleName, Ice.Current __current)
RString getLastName(Ice.Current __current)
void setLastName(RString theLastName, Ice.Current __current)
RString getInstitution(Ice.Current __current)
void setInstitution(RString theInstitution, Ice.Current __current)
RBool getLdap(Ice.Current __current)
void setLdap(RBool theLdap, Ice.Current __current)
RString getEmail(Ice.Current __current)
void setEmail(RString theEmail, Ice.Current __current)
java.util.Map<java.lang.String,java.lang.String> getConfigAsMap(Ice.Current __current)
java.util.List<NamedValue> getConfig(Ice.Current __current)
void setConfig(java.util.List<NamedValue> theConfig, Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<ExperimenterAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addExperimenterAnnotationLink(ExperimenterAnnotationLink target, Ice.Current __current)
void addAllExperimenterAnnotationLinkSet(java.util.List<ExperimenterAnnotationLink> targets, Ice.Current __current)
void removeExperimenterAnnotationLink(ExperimenterAnnotationLink theTarget, Ice.Current __current)
void removeAllExperimenterAnnotationLinkSet(java.util.List<ExperimenterAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(Experimenter toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
ExperimenterAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addExperimenterAnnotationLinkToBoth(ExperimenterAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<ExperimenterAnnotationLink> findExperimenterAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removeExperimenterAnnotationLinkFromBoth(ExperimenterAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)