Package omero.model
Class ProjectI
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Project
-
- omero.model.ProjectI
-
- All Implemented Interfaces:
Ice.Object,java.io.Serializable,java.lang.Cloneable,ome.model.ModelBased,_IObjectOperations,_IObjectOperationsNC,_ProjectOperations,_ProjectOperationsNC
public class ProjectI extends Project implements ome.model.ModelBased
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringANNOTATIONLINKSstatic java.lang.StringDATASETLINKSstatic java.lang.StringDESCRIPTIONstatic java.lang.StringDETAILSstatic java.lang.StringNAME-
Fields inherited from class omero.model.Project
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, datasetLinksCountPerOwner, datasetLinksLoaded, datasetLinksSeq, description, name, serialVersionUID, version
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets, Ice.Current current)voidaddAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets, Ice.Current current)voidaddProjectAnnotationLink(ProjectAnnotationLink target, Ice.Current current)voidaddProjectAnnotationLinkToBoth(ProjectAnnotationLink link, boolean bothSides, Ice.Current current)voidaddProjectDatasetLink(ProjectDatasetLink target, Ice.Current current)voidaddProjectDatasetLinkToBoth(ProjectDatasetLink link, boolean bothSides, Ice.Current current)static java.util.List<ProjectI>cast(java.util.List list)Casts (without warning) the given list to a list of the current type.voidclearAnnotationLinks(Ice.Current current)voidclearDatasetLinks(Ice.Current current)java.util.ListcopyAnnotationLinks(Ice.Current current)java.util.ListcopyDatasetLinks(Ice.Current current)voidcopyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)Used byIceMapperto inject an "ome.model" object into this "omero.model" object.protected voiderrorIfUnloaded()ome.util.FilterablefillObject(ome.util.ReverseModelMapper _mapper)Used byIceMapperproduce an "ome.model" object from this "omero.model" object.java.util.List<ProjectAnnotationLink>findProjectAnnotationLink(Annotation removal, Ice.Current current)java.util.List<ProjectDatasetLink>findProjectDatasetLink(Dataset removal, Ice.Current current)protected java.util.ListgetAnnotationLinks(Ice.Current current)java.util.Map<java.lang.Long,java.lang.Long>getAnnotationLinksCountPerOwner(Ice.Current current)protected java.util.ListgetDatasetLinks(Ice.Current current)java.util.Map<java.lang.Long,java.lang.Long>getDatasetLinksCountPerOwner(Ice.Current current)RStringgetDescription(Ice.Current current)DetailsgetDetails(Ice.Current current)RLonggetId(Ice.Current current)RStringgetName(Ice.Current current)RIntgetVersion(Ice.Current current)booleanisAnnotated(Ice.Current current)Allows for the attachment of any omero.model.Annotation subclasses.booleanisAnnotationLinksLoaded()booleanisDatasetLinksLoaded()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.java.util.IteratoriterateAnnotationLinks()java.util.IteratoriterateDatasetLinks()ProjectAnnotationLinklinkAnnotation(Annotation addition, Ice.Current current)ProjectDatasetLinklinkDataset(Dataset addition, Ice.Current current)java.util.List<Annotation>linkedAnnotationList(Ice.Current current)java.util.List<Dataset>linkedDatasetList(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(Project toCopy, Ice.Current current)voidreloadDatasetLinks(Project toCopy, Ice.Current current)voidremoveAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets, Ice.Current current)voidremoveAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets, Ice.Current current)voidremoveProjectAnnotationLink(ProjectAnnotationLink target, Ice.Current current)voidremoveProjectAnnotationLinkFromBoth(ProjectAnnotationLink link, boolean bothSides, Ice.Current current)voidremoveProjectDatasetLink(ProjectDatasetLink target, Ice.Current current)voidremoveProjectDatasetLinkFromBoth(ProjectDatasetLink link, boolean bothSides, Ice.Current current)protected voidsetAnnotationLinks(java.util.List annotationLinks, Ice.Current current)protected voidsetDatasetLinks(java.util.List datasetLinks, Ice.Current current)voidsetDescription(RString description, Ice.Current current)voidsetId(RLong id, Ice.Current current)voidsetName(RString name, Ice.Current current)voidsetVersion(RInt version, 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)intsizeOfDatasetLinks(Ice.Current current)protected voidthrowNullCollectionException(java.lang.String propertyName)protected voidtoggleCollectionsLoaded(boolean load)voidunlinkAnnotation(Annotation removal, Ice.Current current)voidunlinkDataset(Dataset 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.voidunloadDatasetLinks(Ice.Current current)voidunloadDescription()voidunloadDetails(Ice.Current current)As with collections, the objects under details can link to many other objects.voidunloadName()-
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
equals, finalize, getClass, hashCode, 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
-
DATASETLINKS
public static final java.lang.String DATASETLINKS
- See Also:
- Constant Field Values
-
ANNOTATIONLINKS
public static final java.lang.String ANNOTATIONLINKS
- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
- See Also:
- Constant Field Values
-
DETAILS
public static final java.lang.String DETAILS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProjectI
public ProjectI()
-
ProjectI
public ProjectI(long id, boolean loaded)
-
ProjectI
public ProjectI(RLong id, boolean loaded)
-
-
Method Detail
-
errorIfUnloaded
protected void errorIfUnloaded() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
throwNullCollectionException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionException- Throws:
UnloadedCollectionException
-
toggleCollectionsLoaded
protected void toggleCollectionsLoaded(boolean load)
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
getId
public RLong getId(Ice.Current current)
- Specified by:
getIdin interface_IObjectOperations
-
setId
public void setId(RLong id, Ice.Current current)
- Specified by:
setIdin interface_IObjectOperations
-
getDetails
public Details getDetails(Ice.Current current)
- Specified by:
getDetailsin interface_IObjectOperations
-
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.
-
getVersion
public RInt getVersion(Ice.Current current)
- Specified by:
getVersionin interface_ProjectOperations
-
setVersion
public void setVersion(RInt version, Ice.Current current)
- Specified by:
setVersionin interface_ProjectOperations
-
unloadDatasetLinks
public void unloadDatasetLinks(Ice.Current current)
- Specified by:
unloadDatasetLinksin interface_ProjectOperations
-
getDatasetLinks
protected java.util.List getDatasetLinks(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setDatasetLinks
protected void setDatasetLinks(java.util.List datasetLinks, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isDatasetLinksLoaded
public boolean isDatasetLinksLoaded()
-
sizeOfDatasetLinks
public int sizeOfDatasetLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfDatasetLinksin interface_ProjectOperations- Throws:
UnloadedEntityException
-
copyDatasetLinks
public java.util.List copyDatasetLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
copyDatasetLinksin interface_ProjectOperations- Throws:
UnloadedEntityException
-
iterateDatasetLinks
public java.util.Iterator iterateDatasetLinks() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addProjectDatasetLink
public void addProjectDatasetLink(ProjectDatasetLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addProjectDatasetLinkin interface_ProjectOperations- Throws:
UnloadedEntityException
-
addAllProjectDatasetLinkSet
public void addAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllProjectDatasetLinkSetin interface_ProjectOperations- Throws:
UnloadedEntityException
-
removeProjectDatasetLink
public void removeProjectDatasetLink(ProjectDatasetLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeProjectDatasetLinkin interface_ProjectOperations- Throws:
UnloadedEntityException
-
removeAllProjectDatasetLinkSet
public void removeAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllProjectDatasetLinkSetin interface_ProjectOperations- Throws:
UnloadedEntityException
-
clearDatasetLinks
public void clearDatasetLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
clearDatasetLinksin interface_ProjectOperations- Throws:
UnloadedEntityException
-
reloadDatasetLinks
public void reloadDatasetLinks(Project toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadDatasetLinksin interface_ProjectOperations- Throws:
UnloadedEntityException
-
getDatasetLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getDatasetLinksCountPerOwner(Ice.Current current)
- Specified by:
getDatasetLinksCountPerOwnerin interface_ProjectOperations
-
linkDataset
public ProjectDatasetLink linkDataset(Dataset addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkDatasetin interface_ProjectOperations- Throws:
UnloadedEntityException
-
addProjectDatasetLinkToBoth
public void addProjectDatasetLinkToBoth(ProjectDatasetLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addProjectDatasetLinkToBothin interface_ProjectOperations- Throws:
UnloadedEntityException
-
findProjectDatasetLink
public java.util.List<ProjectDatasetLink> findProjectDatasetLink(Dataset removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findProjectDatasetLinkin interface_ProjectOperations- Throws:
UnloadedEntityException
-
unlinkDataset
public void unlinkDataset(Dataset removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkDatasetin interface_ProjectOperations- Throws:
UnloadedEntityException
-
removeProjectDatasetLinkFromBoth
public void removeProjectDatasetLinkFromBoth(ProjectDatasetLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removeProjectDatasetLinkFromBothin interface_ProjectOperations- Throws:
UnloadedEntityExceptionUnloadedCollectionException
-
linkedDatasetList
public java.util.List<Dataset> linkedDatasetList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedDatasetListin interface_ProjectOperations- Throws:
UnloadedEntityException
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current current)
- Specified by:
unloadAnnotationLinksin interface_ProjectOperations
-
getAnnotationLinks
protected java.util.List getAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setAnnotationLinks
protected void setAnnotationLinks(java.util.List annotationLinks, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isAnnotationLinksLoaded
public boolean isAnnotationLinksLoaded()
-
sizeOfAnnotationLinks
public int sizeOfAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfAnnotationLinksin interface_ProjectOperations- Throws:
UnloadedEntityException
-
copyAnnotationLinks
public java.util.List copyAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
copyAnnotationLinksin interface_ProjectOperations- Throws:
UnloadedEntityException
-
iterateAnnotationLinks
public java.util.Iterator iterateAnnotationLinks() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addProjectAnnotationLink
public void addProjectAnnotationLink(ProjectAnnotationLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addProjectAnnotationLinkin interface_ProjectOperations- Throws:
UnloadedEntityException
-
addAllProjectAnnotationLinkSet
public void addAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllProjectAnnotationLinkSetin interface_ProjectOperations- Throws:
UnloadedEntityException
-
removeProjectAnnotationLink
public void removeProjectAnnotationLink(ProjectAnnotationLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeProjectAnnotationLinkin interface_ProjectOperations- Throws:
UnloadedEntityException
-
removeAllProjectAnnotationLinkSet
public void removeAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllProjectAnnotationLinkSetin interface_ProjectOperations- Throws:
UnloadedEntityException
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
clearAnnotationLinksin interface_ProjectOperations- Throws:
UnloadedEntityException
-
reloadAnnotationLinks
public void reloadAnnotationLinks(Project toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadAnnotationLinksin interface_ProjectOperations- Throws:
UnloadedEntityException
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
- Specified by:
getAnnotationLinksCountPerOwnerin interface_ProjectOperations
-
linkAnnotation
public ProjectAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkAnnotationin interface_ProjectOperations- Throws:
UnloadedEntityException
-
addProjectAnnotationLinkToBoth
public void addProjectAnnotationLinkToBoth(ProjectAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addProjectAnnotationLinkToBothin interface_ProjectOperations- Throws:
UnloadedEntityException
-
findProjectAnnotationLink
public java.util.List<ProjectAnnotationLink> findProjectAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findProjectAnnotationLinkin interface_ProjectOperations- Throws:
UnloadedEntityException
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkAnnotationin interface_ProjectOperations- Throws:
UnloadedEntityException
-
removeProjectAnnotationLinkFromBoth
public void removeProjectAnnotationLinkFromBoth(ProjectAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removeProjectAnnotationLinkFromBothin interface_ProjectOperations- Throws:
UnloadedEntityExceptionUnloadedCollectionException
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedAnnotationListin interface_ProjectOperations- Throws:
UnloadedEntityException
-
unloadName
public void unloadName()
-
getName
public RString getName(Ice.Current current) throws UnloadedEntityException
- Specified by:
getNamein interface_ProjectOperations- Throws:
UnloadedEntityException
-
setName
public void setName(RString name, Ice.Current current) throws UnloadedEntityException
- Specified by:
setNamein interface_ProjectOperations- Throws:
UnloadedEntityException
-
unloadDescription
public void unloadDescription()
-
getDescription
public RString getDescription(Ice.Current current) throws UnloadedEntityException
- Specified by:
getDescriptionin interface_ProjectOperations- Throws:
UnloadedEntityException
-
setDescription
public void setDescription(RString description, Ice.Current current) throws UnloadedEntityException
- Specified by:
setDescriptionin interface_ProjectOperations- Throws:
UnloadedEntityException
-
copyObject
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)Used byIceMapperto inject an "ome.model" object into this "omero.model" object.- Specified by:
copyObjectin interfaceome.model.ModelBased
-
fillObject
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
Used byIceMapperproduce an "ome.model" object from this "omero.model" object.- Specified by:
fillObjectin interfaceome.model.ModelBased
-
cast
public static java.util.List<ProjectI> cast(java.util.List list)
Casts (without warning) the given list to a list of the current type.- Throws:
java.lang.ClassCastException
-
-