Package omero.model
Class _ProjectTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Project
-
- omero.model._ProjectTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_IObjectOperations
,_IObjectOperationsNC
,_ProjectOperations
,_ProjectOperationsNC
public class _ProjectTie extends Project implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.model.Project
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, datasetLinksCountPerOwner, datasetLinksLoaded, datasetLinksSeq, description, name, version
-
-
Constructor Summary
Constructors Constructor Description _ProjectTie()
_ProjectTie(_ProjectOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets, Ice.Current __current)
void
addAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets, Ice.Current __current)
void
addProjectAnnotationLink(ProjectAnnotationLink target, Ice.Current __current)
void
addProjectAnnotationLinkToBoth(ProjectAnnotationLink link, boolean bothSides, Ice.Current __current)
void
addProjectDatasetLink(ProjectDatasetLink target, Ice.Current __current)
void
addProjectDatasetLinkToBoth(ProjectDatasetLink link, boolean bothSides, Ice.Current __current)
void
clearAnnotationLinks(Ice.Current __current)
void
clearDatasetLinks(Ice.Current __current)
java.util.List<ProjectAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<ProjectDatasetLink>
copyDatasetLinks(Ice.Current __current)
boolean
equals(java.lang.Object rhs)
java.util.List<ProjectAnnotationLink>
findProjectAnnotationLink(Annotation removal, Ice.Current __current)
java.util.List<ProjectDatasetLink>
findProjectDatasetLink(Dataset removal, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getDatasetLinksCountPerOwner(Ice.Current __current)
RString
getDescription(Ice.Current __current)
Details
getDetails(Ice.Current __current)
RLong
getId(Ice.Current __current)
RString
getName(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
boolean
isAnnotated(Ice.Current __current)
Allows for the attachment of any omero.model.Annotation subclasses.boolean
isGlobal(Ice.Current __current)
Marker interface which means that special rules apply for both reading and writing these instances.boolean
isLink(Ice.Current __current)
A link between two other types.boolean
isLoaded(Ice.Current __current)
Tests if the objects are loaded or not.boolean
isMutable(Ice.Current __current)
The server will persist changes made to these types.ProjectAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
ProjectDatasetLink
linkDataset(Dataset addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
java.util.List<Dataset>
linkedDatasetList(Ice.Current __current)
IObject
proxy(Ice.Current __current)
Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );void
reloadAnnotationLinks(Project toCopy, Ice.Current __current)
void
reloadDatasetLinks(Project toCopy, Ice.Current __current)
void
removeAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets, Ice.Current __current)
void
removeAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets, Ice.Current __current)
void
removeProjectAnnotationLink(ProjectAnnotationLink theTarget, Ice.Current __current)
void
removeProjectAnnotationLinkFromBoth(ProjectAnnotationLink link, boolean bothSides, Ice.Current __current)
void
removeProjectDatasetLink(ProjectDatasetLink theTarget, Ice.Current __current)
void
removeProjectDatasetLinkFromBoth(ProjectDatasetLink link, boolean bothSides, Ice.Current __current)
void
setDescription(RString theDescription, Ice.Current __current)
void
setId(RLong id, Ice.Current __current)
void
setName(RString theName, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
IObject
shallowCopy(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.int
sizeOfAnnotationLinks(Ice.Current __current)
int
sizeOfDatasetLinks(Ice.Current __current)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unlinkDataset(Dataset removal, Ice.Current __current)
void
unload(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.void
unloadAnnotationLinks(Ice.Current __current)
void
unloadCollections(Ice.Current __current)
Each collection can also be unloaded, independently of the object itself.void
unloadDatasetLinks(Ice.Current __current)
void
unloadDetails(Ice.Current __current)
As with collections, the objects under details can link to many other objects.-
Methods inherited from class omero.model.Project
___addAllProjectAnnotationLinkSet, ___addAllProjectDatasetLinkSet, ___addProjectAnnotationLink, ___addProjectAnnotationLinkToBoth, ___addProjectDatasetLink, ___addProjectDatasetLinkToBoth, ___clearAnnotationLinks, ___clearDatasetLinks, ___copyAnnotationLinks, ___copyDatasetLinks, ___findProjectAnnotationLink, ___findProjectDatasetLink, ___getAnnotationLinksCountPerOwner, ___getDatasetLinksCountPerOwner, ___getDescription, ___getName, ___getVersion, ___linkAnnotation, ___linkDataset, ___linkedAnnotationList, ___linkedDatasetList, ___reloadAnnotationLinks, ___reloadDatasetLinks, ___removeAllProjectAnnotationLinkSet, ___removeAllProjectDatasetLinkSet, ___removeProjectAnnotationLink, ___removeProjectAnnotationLinkFromBoth, ___removeProjectDatasetLink, ___removeProjectDatasetLinkFromBoth, ___setDescription, ___setName, ___setVersion, ___sizeOfAnnotationLinks, ___sizeOfDatasetLinks, ___unlinkAnnotation, ___unlinkDataset, ___unloadAnnotationLinks, ___unloadDatasetLinks, __dispatch, __readImpl, __writeImpl, addAllProjectAnnotationLinkSet, addAllProjectDatasetLinkSet, addProjectAnnotationLink, addProjectAnnotationLinkToBoth, addProjectDatasetLink, addProjectDatasetLinkToBoth, clearAnnotationLinks, clearDatasetLinks, clone, copyAnnotationLinks, copyDatasetLinks, findProjectAnnotationLink, findProjectDatasetLink, getAnnotationLinksCountPerOwner, getDatasetLinksCountPerOwner, getDescription, getName, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkDataset, linkedAnnotationList, linkedDatasetList, reloadAnnotationLinks, reloadDatasetLinks, removeAllProjectAnnotationLinkSet, removeAllProjectDatasetLinkSet, removeProjectAnnotationLink, removeProjectAnnotationLinkFromBoth, removeProjectDatasetLink, removeProjectDatasetLinkFromBoth, setDescription, setName, setVersion, sizeOfAnnotationLinks, sizeOfDatasetLinks, unlinkAnnotation, unlinkDataset, unloadAnnotationLinks, unloadDatasetLinks
-
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
-
_ProjectTie
public _ProjectTie()
-
_ProjectTie
public _ProjectTie(_ProjectOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getDetails
public Details getDetails(Ice.Current __current)
- Specified by:
getDetails
in interface_IObjectOperations
-
getId
public RLong getId(Ice.Current __current)
- Specified by:
getId
in interface_IObjectOperations
-
isAnnotated
public boolean isAnnotated(Ice.Current __current)
Description copied from interface:_IObjectOperations
Allows for the attachment of any omero.model.Annotation subclasses. Methods provided are: - linkAnnotation(Annotation) -- Specified by:
isAnnotated
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isGlobal
public boolean isGlobal(Ice.Current __current)
Description copied from interface:_IObjectOperations
Marker interface which means that special rules apply for both reading and writing these instances.- Specified by:
isGlobal
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isLink
public boolean isLink(Ice.Current __current)
Description copied from interface:_IObjectOperations
A link between two other types. Methods provided: - getParent() - getChild()- Specified by:
isLink
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isLoaded
public boolean isLoaded(Ice.Current __current)
Description copied from interface:_IObjectOperations
Tests 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:
isLoaded
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isMutable
public boolean isMutable(Ice.Current __current)
Description copied from interface:_IObjectOperations
The server will persist changes made to these types. Methods provided: - getVersion() - setVersion()- Specified by:
isMutable
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
proxy
public IObject proxy(Ice.Current __current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );- Specified by:
proxy
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
setId
public void setId(RLong id, Ice.Current __current)
- Specified by:
setId
in interface_IObjectOperations
-
shallowCopy
public IObject shallowCopy(Ice.Current __current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.- Specified by:
shallowCopy
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
unload
public void unload(Ice.Current __current)
Description copied from interface:_IObjectOperations
Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.- Specified by:
unload
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
unloadCollections
public void unloadCollections(Ice.Current __current)
Description copied from interface:_IObjectOperations
Each 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:
unloadCollections
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
unloadDetails
public void unloadDetails(Ice.Current __current)
Description copied from interface:_IObjectOperations
As 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:
unloadDetails
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
addAllProjectAnnotationLinkSet
public void addAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets, Ice.Current __current)
- Specified by:
addAllProjectAnnotationLinkSet
in interface_ProjectOperations
-
addAllProjectDatasetLinkSet
public void addAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets, Ice.Current __current)
- Specified by:
addAllProjectDatasetLinkSet
in interface_ProjectOperations
-
addProjectAnnotationLink
public void addProjectAnnotationLink(ProjectAnnotationLink target, Ice.Current __current)
- Specified by:
addProjectAnnotationLink
in interface_ProjectOperations
-
addProjectAnnotationLinkToBoth
public void addProjectAnnotationLinkToBoth(ProjectAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addProjectAnnotationLinkToBoth
in interface_ProjectOperations
-
addProjectDatasetLink
public void addProjectDatasetLink(ProjectDatasetLink target, Ice.Current __current)
- Specified by:
addProjectDatasetLink
in interface_ProjectOperations
-
addProjectDatasetLinkToBoth
public void addProjectDatasetLinkToBoth(ProjectDatasetLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addProjectDatasetLinkToBoth
in interface_ProjectOperations
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current __current)
- Specified by:
clearAnnotationLinks
in interface_ProjectOperations
-
clearDatasetLinks
public void clearDatasetLinks(Ice.Current __current)
- Specified by:
clearDatasetLinks
in interface_ProjectOperations
-
copyAnnotationLinks
public java.util.List<ProjectAnnotationLink> copyAnnotationLinks(Ice.Current __current)
- Specified by:
copyAnnotationLinks
in interface_ProjectOperations
-
copyDatasetLinks
public java.util.List<ProjectDatasetLink> copyDatasetLinks(Ice.Current __current)
- Specified by:
copyDatasetLinks
in interface_ProjectOperations
-
findProjectAnnotationLink
public java.util.List<ProjectAnnotationLink> findProjectAnnotationLink(Annotation removal, Ice.Current __current)
- Specified by:
findProjectAnnotationLink
in interface_ProjectOperations
-
findProjectDatasetLink
public java.util.List<ProjectDatasetLink> findProjectDatasetLink(Dataset removal, Ice.Current __current)
- Specified by:
findProjectDatasetLink
in interface_ProjectOperations
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
- Specified by:
getAnnotationLinksCountPerOwner
in interface_ProjectOperations
-
getDatasetLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getDatasetLinksCountPerOwner(Ice.Current __current)
- Specified by:
getDatasetLinksCountPerOwner
in interface_ProjectOperations
-
getDescription
public RString getDescription(Ice.Current __current)
- Specified by:
getDescription
in interface_ProjectOperations
-
getName
public RString getName(Ice.Current __current)
- Specified by:
getName
in interface_ProjectOperations
-
getVersion
public RInt getVersion(Ice.Current __current)
- Specified by:
getVersion
in interface_ProjectOperations
-
linkAnnotation
public ProjectAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
- Specified by:
linkAnnotation
in interface_ProjectOperations
-
linkDataset
public ProjectDatasetLink linkDataset(Dataset addition, Ice.Current __current)
- Specified by:
linkDataset
in interface_ProjectOperations
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
- Specified by:
linkedAnnotationList
in interface_ProjectOperations
-
linkedDatasetList
public java.util.List<Dataset> linkedDatasetList(Ice.Current __current)
- Specified by:
linkedDatasetList
in interface_ProjectOperations
-
reloadAnnotationLinks
public void reloadAnnotationLinks(Project toCopy, Ice.Current __current)
- Specified by:
reloadAnnotationLinks
in interface_ProjectOperations
-
reloadDatasetLinks
public void reloadDatasetLinks(Project toCopy, Ice.Current __current)
- Specified by:
reloadDatasetLinks
in interface_ProjectOperations
-
removeAllProjectAnnotationLinkSet
public void removeAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets, Ice.Current __current)
- Specified by:
removeAllProjectAnnotationLinkSet
in interface_ProjectOperations
-
removeAllProjectDatasetLinkSet
public void removeAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets, Ice.Current __current)
- Specified by:
removeAllProjectDatasetLinkSet
in interface_ProjectOperations
-
removeProjectAnnotationLink
public void removeProjectAnnotationLink(ProjectAnnotationLink theTarget, Ice.Current __current)
- Specified by:
removeProjectAnnotationLink
in interface_ProjectOperations
-
removeProjectAnnotationLinkFromBoth
public void removeProjectAnnotationLinkFromBoth(ProjectAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeProjectAnnotationLinkFromBoth
in interface_ProjectOperations
-
removeProjectDatasetLink
public void removeProjectDatasetLink(ProjectDatasetLink theTarget, Ice.Current __current)
- Specified by:
removeProjectDatasetLink
in interface_ProjectOperations
-
removeProjectDatasetLinkFromBoth
public void removeProjectDatasetLinkFromBoth(ProjectDatasetLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeProjectDatasetLinkFromBoth
in interface_ProjectOperations
-
setDescription
public void setDescription(RString theDescription, Ice.Current __current)
- Specified by:
setDescription
in interface_ProjectOperations
-
setName
public void setName(RString theName, Ice.Current __current)
- Specified by:
setName
in interface_ProjectOperations
-
setVersion
public void setVersion(RInt theVersion, Ice.Current __current)
- Specified by:
setVersion
in interface_ProjectOperations
-
sizeOfAnnotationLinks
public int sizeOfAnnotationLinks(Ice.Current __current)
- Specified by:
sizeOfAnnotationLinks
in interface_ProjectOperations
-
sizeOfDatasetLinks
public int sizeOfDatasetLinks(Ice.Current __current)
- Specified by:
sizeOfDatasetLinks
in interface_ProjectOperations
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current __current)
- Specified by:
unlinkAnnotation
in interface_ProjectOperations
-
unlinkDataset
public void unlinkDataset(Dataset removal, Ice.Current __current)
- Specified by:
unlinkDataset
in interface_ProjectOperations
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current __current)
- Specified by:
unloadAnnotationLinks
in interface_ProjectOperations
-
unloadDatasetLinks
public void unloadDatasetLinks(Ice.Current __current)
- Specified by:
unloadDatasetLinks
in interface_ProjectOperations
-
-