Package omero.model
Class _ExperimenterGroupTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.ExperimenterGroup
-
- omero.model._ExperimenterGroupTie
-
- All Implemented Interfaces:
Ice.Object,Ice.TieBase,java.io.Serializable,java.lang.Cloneable,_ExperimenterGroupOperations,_ExperimenterGroupOperationsNC,_IObjectOperations,_IObjectOperationsNC
public class _ExperimenterGroupTie extends ExperimenterGroup implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID-
Fields inherited from class omero.model.ExperimenterGroup
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, config, description, groupExperimenterMapLoaded, groupExperimenterMapSeq, ldap, name, version
-
-
Constructor Summary
Constructors Constructor Description _ExperimenterGroupTie()_ExperimenterGroupTie(_ExperimenterGroupOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAllExperimenterGroupAnnotationLinkSet(java.util.List<ExperimenterGroupAnnotationLink> targets, Ice.Current __current)voidaddAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)voidaddExperimenterGroupAnnotationLink(ExperimenterGroupAnnotationLink target, Ice.Current __current)voidaddExperimenterGroupAnnotationLinkToBoth(ExperimenterGroupAnnotationLink 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<ExperimenterGroupAnnotationLink>copyAnnotationLinks(Ice.Current __current)java.util.List<GroupExperimenterMap>copyGroupExperimenterMap(Ice.Current __current)booleanequals(java.lang.Object rhs)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)RStringgetDescription(Ice.Current __current)DetailsgetDetails(Ice.Current __current)RLonggetId(Ice.Current __current)RBoolgetLdap(Ice.Current __current)RStringgetName(Ice.Current __current)RIntgetVersion(Ice.Current __current)inthashCode()java.lang.Objectice_delegate()voidice_delegate(java.lang.Object delegate)booleanisAnnotated(Ice.Current __current)Allows for the attachment of any omero.model.Annotation subclasses.booleanisGlobal(Ice.Current __current)Marker interface which means that special rules apply for both reading and writing these instances.booleanisLink(Ice.Current __current)A link between two other types.booleanisLoaded(Ice.Current __current)Tests if the objects are loaded or not.booleanisMutable(Ice.Current __current)The server will persist changes made to these types.ExperimenterGroupAnnotationLinklinkAnnotation(Annotation addition, Ice.Current __current)java.util.List<Annotation>linkedAnnotationList(Ice.Current __current)java.util.List<Experimenter>linkedExperimenterList(Ice.Current __current)GroupExperimenterMaplinkExperimenter(Experimenter addition, Ice.Current __current)IObjectproxy(Ice.Current __current)Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );voidreloadAnnotationLinks(ExperimenterGroup toCopy, Ice.Current __current)voidreloadGroupExperimenterMap(ExperimenterGroup toCopy, Ice.Current __current)voidremoveAllExperimenterGroupAnnotationLinkSet(java.util.List<ExperimenterGroupAnnotationLink> targets, Ice.Current __current)voidremoveAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)voidremoveExperimenterGroupAnnotationLink(ExperimenterGroupAnnotationLink theTarget, Ice.Current __current)voidremoveExperimenterGroupAnnotationLinkFromBoth(ExperimenterGroupAnnotationLink 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)voidsetDescription(RString theDescription, Ice.Current __current)voidsetId(RLong id, Ice.Current __current)voidsetLdap(RBool theLdap, Ice.Current __current)voidsetName(RString theName, Ice.Current __current)voidsetVersion(RInt theVersion, Ice.Current __current)IObjectshallowCopy(Ice.Current __current)Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.intsizeOfAnnotationLinks(Ice.Current __current)intsizeOfGroupExperimenterMap(Ice.Current __current)voidunlinkAnnotation(Annotation removal, Ice.Current __current)voidunlinkExperimenter(Experimenter removal, Ice.Current __current)voidunload(Ice.Current __current)Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.voidunloadAnnotationLinks(Ice.Current __current)voidunloadCollections(Ice.Current __current)Each collection can also be unloaded, independently of the object itself.voidunloadDetails(Ice.Current __current)As with collections, the objects under details can link to many other objects.voidunloadGroupExperimenterMap(Ice.Current __current)-
Methods inherited from class omero.model.ExperimenterGroup
___addAllExperimenterGroupAnnotationLinkSet, ___addAllGroupExperimenterMapSet, ___addExperimenterGroupAnnotationLink, ___addExperimenterGroupAnnotationLinkToBoth, ___addGroupExperimenterMap, ___addGroupExperimenterMapToBoth, ___clearAnnotationLinks, ___clearGroupExperimenterMap, ___copyAnnotationLinks, ___copyGroupExperimenterMap, ___findExperimenterGroupAnnotationLink, ___findGroupExperimenterMap, ___getAnnotationLinksCountPerOwner, ___getConfig, ___getConfigAsMap, ___getDescription, ___getLdap, ___getName, ___getVersion, ___linkAnnotation, ___linkedAnnotationList, ___linkedExperimenterList, ___linkExperimenter, ___reloadAnnotationLinks, ___reloadGroupExperimenterMap, ___removeAllExperimenterGroupAnnotationLinkSet, ___removeAllGroupExperimenterMapSet, ___removeExperimenterGroupAnnotationLink, ___removeExperimenterGroupAnnotationLinkFromBoth, ___removeGroupExperimenterMap, ___removeGroupExperimenterMapFromBoth, ___setConfig, ___setDescription, ___setLdap, ___setName, ___setVersion, ___sizeOfAnnotationLinks, ___sizeOfGroupExperimenterMap, ___unlinkAnnotation, ___unlinkExperimenter, ___unloadAnnotationLinks, ___unloadGroupExperimenterMap, __dispatch, __readImpl, __writeImpl, addAllExperimenterGroupAnnotationLinkSet, addAllGroupExperimenterMapSet, addExperimenterGroupAnnotationLink, addExperimenterGroupAnnotationLinkToBoth, addGroupExperimenterMap, addGroupExperimenterMapToBoth, clearAnnotationLinks, clearGroupExperimenterMap, clone, copyAnnotationLinks, copyGroupExperimenterMap, findExperimenterGroupAnnotationLink, findGroupExperimenterMap, getAnnotationLinksCountPerOwner, getConfig, getConfigAsMap, getDescription, getLdap, getName, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkedAnnotationList, linkedExperimenterList, linkExperimenter, reloadAnnotationLinks, reloadGroupExperimenterMap, removeAllExperimenterGroupAnnotationLinkSet, removeAllGroupExperimenterMapSet, removeExperimenterGroupAnnotationLink, removeExperimenterGroupAnnotationLinkFromBoth, removeGroupExperimenterMap, removeGroupExperimenterMapFromBoth, setConfig, setDescription, setLdap, setName, setVersion, sizeOfAnnotationLinks, sizeOfGroupExperimenterMap, unlinkAnnotation, unlinkExperimenter, unloadAnnotationLinks, unloadGroupExperimenterMap
-
Methods inherited from class omero.model.IObject
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_ExperimenterGroupTie
public _ExperimenterGroupTie()
-
_ExperimenterGroupTie
public _ExperimenterGroupTie(_ExperimenterGroupOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegatein interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegatein interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
addAllExperimenterGroupAnnotationLinkSet
public void addAllExperimenterGroupAnnotationLinkSet(java.util.List<ExperimenterGroupAnnotationLink> targets, Ice.Current __current)
- Specified by:
addAllExperimenterGroupAnnotationLinkSetin interface_ExperimenterGroupOperations
-
addAllGroupExperimenterMapSet
public void addAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)
- Specified by:
addAllGroupExperimenterMapSetin interface_ExperimenterGroupOperations
-
addExperimenterGroupAnnotationLink
public void addExperimenterGroupAnnotationLink(ExperimenterGroupAnnotationLink target, Ice.Current __current)
- Specified by:
addExperimenterGroupAnnotationLinkin interface_ExperimenterGroupOperations
-
addExperimenterGroupAnnotationLinkToBoth
public void addExperimenterGroupAnnotationLinkToBoth(ExperimenterGroupAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addExperimenterGroupAnnotationLinkToBothin interface_ExperimenterGroupOperations
-
addGroupExperimenterMap
public void addGroupExperimenterMap(GroupExperimenterMap target, Ice.Current __current)
- Specified by:
addGroupExperimenterMapin interface_ExperimenterGroupOperations
-
addGroupExperimenterMapToBoth
public void addGroupExperimenterMapToBoth(GroupExperimenterMap link, boolean bothSides, Ice.Current __current)
- Specified by:
addGroupExperimenterMapToBothin interface_ExperimenterGroupOperations
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current __current)
- Specified by:
clearAnnotationLinksin interface_ExperimenterGroupOperations
-
clearGroupExperimenterMap
public void clearGroupExperimenterMap(Ice.Current __current)
- Specified by:
clearGroupExperimenterMapin interface_ExperimenterGroupOperations
-
copyAnnotationLinks
public java.util.List<ExperimenterGroupAnnotationLink> copyAnnotationLinks(Ice.Current __current)
- Specified by:
copyAnnotationLinksin interface_ExperimenterGroupOperations
-
copyGroupExperimenterMap
public java.util.List<GroupExperimenterMap> copyGroupExperimenterMap(Ice.Current __current)
- Specified by:
copyGroupExperimenterMapin interface_ExperimenterGroupOperations
-
findExperimenterGroupAnnotationLink
public java.util.List<ExperimenterGroupAnnotationLink> findExperimenterGroupAnnotationLink(Annotation removal, Ice.Current __current)
- Specified by:
findExperimenterGroupAnnotationLinkin interface_ExperimenterGroupOperations
-
findGroupExperimenterMap
public java.util.List<GroupExperimenterMap> findGroupExperimenterMap(Experimenter removal, Ice.Current __current)
- Specified by:
findGroupExperimenterMapin interface_ExperimenterGroupOperations
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
- Specified by:
getAnnotationLinksCountPerOwnerin interface_ExperimenterGroupOperations
-
getConfig
public java.util.List<NamedValue> getConfig(Ice.Current __current)
- Specified by:
getConfigin interface_ExperimenterGroupOperations
-
getConfigAsMap
public java.util.Map<java.lang.String,java.lang.String> getConfigAsMap(Ice.Current __current)
- Specified by:
getConfigAsMapin interface_ExperimenterGroupOperations
-
getDescription
public RString getDescription(Ice.Current __current)
- Specified by:
getDescriptionin interface_ExperimenterGroupOperations
-
getLdap
public RBool getLdap(Ice.Current __current)
- Specified by:
getLdapin interface_ExperimenterGroupOperations
-
getName
public RString getName(Ice.Current __current)
- Specified by:
getNamein interface_ExperimenterGroupOperations
-
getVersion
public RInt getVersion(Ice.Current __current)
- Specified by:
getVersionin interface_ExperimenterGroupOperations
-
linkAnnotation
public ExperimenterGroupAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
- Specified by:
linkAnnotationin interface_ExperimenterGroupOperations
-
linkExperimenter
public GroupExperimenterMap linkExperimenter(Experimenter addition, Ice.Current __current)
- Specified by:
linkExperimenterin interface_ExperimenterGroupOperations
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
- Specified by:
linkedAnnotationListin interface_ExperimenterGroupOperations
-
linkedExperimenterList
public java.util.List<Experimenter> linkedExperimenterList(Ice.Current __current)
- Specified by:
linkedExperimenterListin interface_ExperimenterGroupOperations
-
reloadAnnotationLinks
public void reloadAnnotationLinks(ExperimenterGroup toCopy, Ice.Current __current)
- Specified by:
reloadAnnotationLinksin interface_ExperimenterGroupOperations
-
reloadGroupExperimenterMap
public void reloadGroupExperimenterMap(ExperimenterGroup toCopy, Ice.Current __current)
- Specified by:
reloadGroupExperimenterMapin interface_ExperimenterGroupOperations
-
removeAllExperimenterGroupAnnotationLinkSet
public void removeAllExperimenterGroupAnnotationLinkSet(java.util.List<ExperimenterGroupAnnotationLink> targets, Ice.Current __current)
- Specified by:
removeAllExperimenterGroupAnnotationLinkSetin interface_ExperimenterGroupOperations
-
removeAllGroupExperimenterMapSet
public void removeAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)
- Specified by:
removeAllGroupExperimenterMapSetin interface_ExperimenterGroupOperations
-
removeExperimenterGroupAnnotationLink
public void removeExperimenterGroupAnnotationLink(ExperimenterGroupAnnotationLink theTarget, Ice.Current __current)
- Specified by:
removeExperimenterGroupAnnotationLinkin interface_ExperimenterGroupOperations
-
removeExperimenterGroupAnnotationLinkFromBoth
public void removeExperimenterGroupAnnotationLinkFromBoth(ExperimenterGroupAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeExperimenterGroupAnnotationLinkFromBothin interface_ExperimenterGroupOperations
-
removeGroupExperimenterMap
public void removeGroupExperimenterMap(GroupExperimenterMap theTarget, Ice.Current __current)
- Specified by:
removeGroupExperimenterMapin interface_ExperimenterGroupOperations
-
removeGroupExperimenterMapFromBoth
public void removeGroupExperimenterMapFromBoth(GroupExperimenterMap link, boolean bothSides, Ice.Current __current)
- Specified by:
removeGroupExperimenterMapFromBothin interface_ExperimenterGroupOperations
-
setConfig
public void setConfig(java.util.List<NamedValue> theConfig, Ice.Current __current)
- Specified by:
setConfigin interface_ExperimenterGroupOperations
-
setDescription
public void setDescription(RString theDescription, Ice.Current __current)
- Specified by:
setDescriptionin interface_ExperimenterGroupOperations
-
setLdap
public void setLdap(RBool theLdap, Ice.Current __current)
- Specified by:
setLdapin interface_ExperimenterGroupOperations
-
setName
public void setName(RString theName, Ice.Current __current)
- Specified by:
setNamein interface_ExperimenterGroupOperations
-
setVersion
public void setVersion(RInt theVersion, Ice.Current __current)
- Specified by:
setVersionin interface_ExperimenterGroupOperations
-
sizeOfAnnotationLinks
public int sizeOfAnnotationLinks(Ice.Current __current)
- Specified by:
sizeOfAnnotationLinksin interface_ExperimenterGroupOperations
-
sizeOfGroupExperimenterMap
public int sizeOfGroupExperimenterMap(Ice.Current __current)
- Specified by:
sizeOfGroupExperimenterMapin interface_ExperimenterGroupOperations
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current __current)
- Specified by:
unlinkAnnotationin interface_ExperimenterGroupOperations
-
unlinkExperimenter
public void unlinkExperimenter(Experimenter removal, Ice.Current __current)
- Specified by:
unlinkExperimenterin interface_ExperimenterGroupOperations
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current __current)
- Specified by:
unloadAnnotationLinksin interface_ExperimenterGroupOperations
-
unloadGroupExperimenterMap
public void unloadGroupExperimenterMap(Ice.Current __current)
- Specified by:
unloadGroupExperimenterMapin interface_ExperimenterGroupOperations
-
getDetails
public Details getDetails(Ice.Current __current)
- Specified by:
getDetailsin interface_IObjectOperations
-
getId
public RLong getId(Ice.Current __current)
- Specified by:
getIdin interface_IObjectOperations
-
isAnnotated
public boolean isAnnotated(Ice.Current __current)
Description copied from interface:_IObjectOperationsAllows for the attachment of any omero.model.Annotation subclasses. Methods provided are: - linkAnnotation(Annotation) -- Specified by:
isAnnotatedin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
isGlobal
public boolean isGlobal(Ice.Current __current)
Description copied from interface:_IObjectOperationsMarker interface which means that special rules apply for both reading and writing these instances.- Specified by:
isGlobalin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
isLink
public boolean isLink(Ice.Current __current)
Description copied from interface:_IObjectOperationsA link between two other types. Methods provided: - getParent() - getChild()- Specified by:
isLinkin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
isLoaded
public boolean isLoaded(Ice.Current __current)
Description copied from interface:_IObjectOperationsTests if the objects are loaded or not. If this value is false, then any method call on this instance other than getId or setId will result in an exception.- Specified by:
isLoadedin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
isMutable
public boolean isMutable(Ice.Current __current)
Description copied from interface:_IObjectOperationsThe server will persist changes made to these types. Methods provided: - getVersion() - setVersion()- Specified by:
isMutablein interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
proxy
public IObject proxy(Ice.Current __current)
Description copied from interface:_IObjectOperationsReturn another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );- Specified by:
proxyin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
setId
public void setId(RLong id, Ice.Current __current)
- Specified by:
setIdin interface_IObjectOperations
-
shallowCopy
public IObject shallowCopy(Ice.Current __current)
Description copied from interface:_IObjectOperationsReturn another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.- Specified by:
shallowCopyin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
unload
public void unload(Ice.Current __current)
Description copied from interface:_IObjectOperationsSets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.- Specified by:
unloadin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
unloadCollections
public void unloadCollections(Ice.Current __current)
Description copied from interface:_IObjectOperationsEach collection can also be unloaded, independently of the object itself. To unload all collections, use: object.unloadCollections(); This is useful when it is possible that a collection no longer represents the state in the database, and passing the collections back to the server might delete some entities. Sending back empty collections can also save a significant amount of bandwidth, when working with large data graphs.- Specified by:
unloadCollectionsin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
unloadDetails
public void unloadDetails(Ice.Current __current)
Description copied from interface:_IObjectOperationsAs with collections, the objects under details can link to many other objects. Unloading the details can same bandwidth and simplify the server logic.- Specified by:
unloadDetailsin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
-