Package omero.model
Class ImageI
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Image
-
- omero.model.ImageI
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,ome.model.ModelBased
,_ImageOperations
,_ImageOperationsNC
,_IObjectOperations
,_IObjectOperationsNC
public class ImageI extends Image implements ome.model.ModelBased
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACQUISITIONDATE
static java.lang.String
ANNOTATIONLINKS
static java.lang.String
ARCHIVED
static java.lang.String
DATASETLINKS
static java.lang.String
DESCRIPTION
static java.lang.String
DETAILS
static java.lang.String
EXPERIMENT
static java.lang.String
FILESET
static java.lang.String
FOLDERLINKS
static java.lang.String
FORMAT
static java.lang.String
IMAGINGENVIRONMENT
static java.lang.String
INSTRUMENT
static java.lang.String
NAME
static java.lang.String
OBJECTIVESETTINGS
static java.lang.String
PARTIAL
static java.lang.String
PIXELS
static java.lang.String
ROIS
static java.lang.String
SERIES
static java.lang.String
STAGELABEL
static java.lang.String
WELLSAMPLES
-
Fields inherited from class omero.model.Image
__ids, acquisitionDate, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, archived, datasetLinksCountPerOwner, datasetLinksLoaded, datasetLinksSeq, description, experiment, fileset, folderLinksCountPerOwner, folderLinksLoaded, folderLinksSeq, format, imagingEnvironment, instrument, name, objectiveSettings, partial, pixelsLoaded, pixelsSeq, roisLoaded, roisSeq, serialVersionUID, series, stageLabel, version, wellSamplesLoaded, wellSamplesSeq
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current current)
void
addAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current current)
void
addAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current current)
void
addAllPixelsSet(java.util.List<Pixels> targets, Ice.Current current)
void
addAllRoiSet(java.util.List<Roi> targets, Ice.Current current)
void
addAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current current)
void
addDatasetImageLink(DatasetImageLink target, Ice.Current current)
void
addDatasetImageLinkToBoth(DatasetImageLink link, boolean bothSides, Ice.Current current)
void
addFolderImageLink(FolderImageLink target, Ice.Current current)
void
addFolderImageLinkToBoth(FolderImageLink link, boolean bothSides, Ice.Current current)
void
addImageAnnotationLink(ImageAnnotationLink target, Ice.Current current)
void
addImageAnnotationLinkToBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current current)
void
addPixels(Pixels target, Ice.Current current)
void
addRoi(Roi target, Ice.Current current)
void
addWellSample(WellSample target, Ice.Current current)
static java.util.List<ImageI>
cast(java.util.List list)
Casts (without warning) the given list to a list of the current type.void
clearAnnotationLinks(Ice.Current current)
void
clearDatasetLinks(Ice.Current current)
void
clearFolderLinks(Ice.Current current)
void
clearPixels(Ice.Current current)
void
clearRois(Ice.Current current)
void
clearWellSamples(Ice.Current current)
java.util.List
copyAnnotationLinks(Ice.Current current)
java.util.List
copyDatasetLinks(Ice.Current current)
java.util.List
copyFolderLinks(Ice.Current current)
void
copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)
Used byIceMapper
to inject an "ome.model" object into this "omero.model" object.java.util.List
copyPixels(Ice.Current current)
java.util.List
copyRois(Ice.Current current)
java.util.List
copyWellSamples(Ice.Current current)
protected void
errorIfUnloaded()
ome.util.Filterable
fillObject(ome.util.ReverseModelMapper _mapper)
Used byIceMapper
produce an "ome.model" object from this "omero.model" object.java.util.List<DatasetImageLink>
findDatasetImageLink(Dataset removal, Ice.Current current)
java.util.List<FolderImageLink>
findFolderImageLink(Folder removal, Ice.Current current)
java.util.List<ImageAnnotationLink>
findImageAnnotationLink(Annotation removal, Ice.Current current)
RTime
getAcquisitionDate(Ice.Current current)
protected java.util.List
getAnnotationLinks(Ice.Current current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current current)
RBool
getArchived(Ice.Current current)
protected java.util.List
getDatasetLinks(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)
Experiment
getExperiment(Ice.Current current)
Fileset
getFileset(Ice.Current current)
protected java.util.List
getFolderLinks(Ice.Current current)
java.util.Map<java.lang.Long,java.lang.Long>
getFolderLinksCountPerOwner(Ice.Current current)
Format
getFormat(Ice.Current current)
RLong
getId(Ice.Current current)
ImagingEnvironment
getImagingEnvironment(Ice.Current current)
Instrument
getInstrument(Ice.Current current)
RString
getName(Ice.Current current)
ObjectiveSettings
getObjectiveSettings(Ice.Current current)
RBool
getPartial(Ice.Current current)
Pixels
getPixels(int index, Ice.Current current)
protected java.util.List
getPixels(Ice.Current current)
Pixels
getPrimaryPixels(Ice.Current current)
protected java.util.List
getRois(Ice.Current current)
RInt
getSeries(Ice.Current current)
StageLabel
getStageLabel(Ice.Current current)
RInt
getVersion(Ice.Current current)
protected java.util.List
getWellSamples(Ice.Current current)
boolean
isAnnotated(Ice.Current current)
Allows for the attachment of any omero.model.Annotation subclasses.boolean
isAnnotationLinksLoaded()
boolean
isDatasetLinksLoaded()
boolean
isFolderLinksLoaded()
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.boolean
isPixelsLoaded()
boolean
isRoisLoaded()
boolean
isWellSamplesLoaded()
java.util.Iterator
iterateAnnotationLinks()
java.util.Iterator
iterateDatasetLinks()
java.util.Iterator
iterateFolderLinks()
java.util.Iterator
iteratePixels()
java.util.Iterator
iterateRois()
java.util.Iterator
iterateWellSamples()
ImageAnnotationLink
linkAnnotation(Annotation addition, Ice.Current current)
DatasetImageLink
linkDataset(Dataset addition, Ice.Current current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current current)
java.util.List<Dataset>
linkedDatasetList(Ice.Current current)
java.util.List<Folder>
linkedFolderList(Ice.Current current)
FolderImageLink
linkFolder(Folder addition, 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(Image toCopy, Ice.Current current)
void
reloadDatasetLinks(Image toCopy, Ice.Current current)
void
reloadFolderLinks(Image toCopy, Ice.Current current)
void
reloadPixels(Image toCopy, Ice.Current current)
void
reloadRois(Image toCopy, Ice.Current current)
void
reloadWellSamples(Image toCopy, Ice.Current current)
void
removeAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current current)
void
removeAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current current)
void
removeAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current current)
void
removeAllPixelsSet(java.util.List<Pixels> targets, Ice.Current current)
void
removeAllRoiSet(java.util.List<Roi> targets, Ice.Current current)
void
removeAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current current)
void
removeDatasetImageLink(DatasetImageLink target, Ice.Current current)
void
removeDatasetImageLinkFromBoth(DatasetImageLink link, boolean bothSides, Ice.Current current)
void
removeFolderImageLink(FolderImageLink target, Ice.Current current)
void
removeFolderImageLinkFromBoth(FolderImageLink link, boolean bothSides, Ice.Current current)
void
removeImageAnnotationLink(ImageAnnotationLink target, Ice.Current current)
void
removeImageAnnotationLinkFromBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current current)
void
removePixels(Pixels target, Ice.Current current)
void
removeRoi(Roi target, Ice.Current current)
void
removeWellSample(WellSample target, Ice.Current current)
void
setAcquisitionDate(RTime acquisitionDate, Ice.Current current)
protected void
setAnnotationLinks(java.util.List annotationLinks, Ice.Current current)
void
setArchived(RBool archived, Ice.Current current)
protected void
setDatasetLinks(java.util.List datasetLinks, Ice.Current current)
void
setDescription(RString description, Ice.Current current)
void
setExperiment(Experiment experiment, Ice.Current current)
void
setFileset(Fileset fileset, Ice.Current current)
protected void
setFolderLinks(java.util.List folderLinks, Ice.Current current)
void
setFormat(Format format, Ice.Current current)
void
setId(RLong id, Ice.Current current)
void
setImagingEnvironment(ImagingEnvironment imagingEnvironment, Ice.Current current)
void
setInstrument(Instrument instrument, Ice.Current current)
void
setName(RString name, Ice.Current current)
void
setObjectiveSettings(ObjectiveSettings objectiveSettings, Ice.Current current)
void
setPartial(RBool partial, Ice.Current current)
Pixels
setPixels(int index, Pixels element, Ice.Current current)
protected void
setPixels(java.util.List pixels, Ice.Current current)
Pixels
setPrimaryPixels(Pixels element, Ice.Current current)
protected void
setRois(java.util.List rois, Ice.Current current)
void
setSeries(RInt series, Ice.Current current)
void
setStageLabel(StageLabel stageLabel, Ice.Current current)
void
setVersion(RInt version, Ice.Current current)
protected void
setWellSamples(java.util.List wellSamples, 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)
int
sizeOfFolderLinks(Ice.Current current)
int
sizeOfPixels(Ice.Current current)
int
sizeOfRois(Ice.Current current)
int
sizeOfWellSamples(Ice.Current current)
protected void
throwNullCollectionException(java.lang.String propertyName)
protected void
toggleCollectionsLoaded(boolean load)
void
unlinkAnnotation(Annotation removal, Ice.Current current)
void
unlinkDataset(Dataset removal, Ice.Current current)
void
unlinkFolder(Folder 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
unloadAcquisitionDate()
void
unloadAnnotationLinks(Ice.Current current)
void
unloadArchived()
void
unloadCollections(Ice.Current current)
Each collection can also be unloaded, independently of the object itself.void
unloadDatasetLinks(Ice.Current current)
void
unloadDescription()
void
unloadDetails(Ice.Current current)
As with collections, the objects under details can link to many other objects.void
unloadExperiment()
void
unloadFileset()
void
unloadFolderLinks(Ice.Current current)
void
unloadFormat()
void
unloadImagingEnvironment()
void
unloadInstrument()
void
unloadName()
void
unloadObjectiveSettings()
void
unloadPartial()
void
unloadPixels(Ice.Current current)
void
unloadRois(Ice.Current current)
void
unloadSeries()
void
unloadStageLabel()
void
unloadWellSamples(Ice.Current current)
-
Methods inherited from class omero.model.Image
___addAllDatasetImageLinkSet, ___addAllFolderImageLinkSet, ___addAllImageAnnotationLinkSet, ___addAllPixelsSet, ___addAllRoiSet, ___addAllWellSampleSet, ___addDatasetImageLink, ___addDatasetImageLinkToBoth, ___addFolderImageLink, ___addFolderImageLinkToBoth, ___addImageAnnotationLink, ___addImageAnnotationLinkToBoth, ___addPixels, ___addRoi, ___addWellSample, ___clearAnnotationLinks, ___clearDatasetLinks, ___clearFolderLinks, ___clearPixels, ___clearRois, ___clearWellSamples, ___copyAnnotationLinks, ___copyDatasetLinks, ___copyFolderLinks, ___copyPixels, ___copyRois, ___copyWellSamples, ___findDatasetImageLink, ___findFolderImageLink, ___findImageAnnotationLink, ___getAcquisitionDate, ___getAnnotationLinksCountPerOwner, ___getArchived, ___getDatasetLinksCountPerOwner, ___getDescription, ___getExperiment, ___getFileset, ___getFolderLinksCountPerOwner, ___getFormat, ___getImagingEnvironment, ___getInstrument, ___getName, ___getObjectiveSettings, ___getPartial, ___getPixels, ___getPrimaryPixels, ___getSeries, ___getStageLabel, ___getVersion, ___linkAnnotation, ___linkDataset, ___linkedAnnotationList, ___linkedDatasetList, ___linkedFolderList, ___linkFolder, ___reloadAnnotationLinks, ___reloadDatasetLinks, ___reloadFolderLinks, ___reloadPixels, ___reloadRois, ___reloadWellSamples, ___removeAllDatasetImageLinkSet, ___removeAllFolderImageLinkSet, ___removeAllImageAnnotationLinkSet, ___removeAllPixelsSet, ___removeAllRoiSet, ___removeAllWellSampleSet, ___removeDatasetImageLink, ___removeDatasetImageLinkFromBoth, ___removeFolderImageLink, ___removeFolderImageLinkFromBoth, ___removeImageAnnotationLink, ___removeImageAnnotationLinkFromBoth, ___removePixels, ___removeRoi, ___removeWellSample, ___setAcquisitionDate, ___setArchived, ___setDescription, ___setExperiment, ___setFileset, ___setFormat, ___setImagingEnvironment, ___setInstrument, ___setName, ___setObjectiveSettings, ___setPartial, ___setPixels, ___setPrimaryPixels, ___setSeries, ___setStageLabel, ___setVersion, ___sizeOfAnnotationLinks, ___sizeOfDatasetLinks, ___sizeOfFolderLinks, ___sizeOfPixels, ___sizeOfRois, ___sizeOfWellSamples, ___unlinkAnnotation, ___unlinkDataset, ___unlinkFolder, ___unloadAnnotationLinks, ___unloadDatasetLinks, ___unloadFolderLinks, ___unloadPixels, ___unloadRois, ___unloadWellSamples, __dispatch, __readImpl, __writeImpl, addAllDatasetImageLinkSet, addAllFolderImageLinkSet, addAllImageAnnotationLinkSet, addAllPixelsSet, addAllRoiSet, addAllWellSampleSet, addDatasetImageLink, addDatasetImageLinkToBoth, addFolderImageLink, addFolderImageLinkToBoth, addImageAnnotationLink, addImageAnnotationLinkToBoth, addPixels, addRoi, addWellSample, clearAnnotationLinks, clearDatasetLinks, clearFolderLinks, clearPixels, clearRois, clearWellSamples, clone, copyAnnotationLinks, copyDatasetLinks, copyFolderLinks, copyPixels, copyRois, copyWellSamples, findDatasetImageLink, findFolderImageLink, findImageAnnotationLink, getAcquisitionDate, getAnnotationLinksCountPerOwner, getArchived, getDatasetLinksCountPerOwner, getDescription, getExperiment, getFileset, getFolderLinksCountPerOwner, getFormat, getImagingEnvironment, getInstrument, getName, getObjectiveSettings, getPartial, getPixels, getPrimaryPixels, getSeries, getStageLabel, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkDataset, linkedAnnotationList, linkedDatasetList, linkedFolderList, linkFolder, reloadAnnotationLinks, reloadDatasetLinks, reloadFolderLinks, reloadPixels, reloadRois, reloadWellSamples, removeAllDatasetImageLinkSet, removeAllFolderImageLinkSet, removeAllImageAnnotationLinkSet, removeAllPixelsSet, removeAllRoiSet, removeAllWellSampleSet, removeDatasetImageLink, removeDatasetImageLinkFromBoth, removeFolderImageLink, removeFolderImageLinkFromBoth, removeImageAnnotationLink, removeImageAnnotationLinkFromBoth, removePixels, removeRoi, removeWellSample, setAcquisitionDate, setArchived, setDescription, setExperiment, setFileset, setFormat, setImagingEnvironment, setInstrument, setName, setObjectiveSettings, setPartial, setPixels, setPrimaryPixels, setSeries, setStageLabel, setVersion, sizeOfAnnotationLinks, sizeOfDatasetLinks, sizeOfFolderLinks, sizeOfPixels, sizeOfRois, sizeOfWellSamples, unlinkAnnotation, unlinkDataset, unlinkFolder, unloadAnnotationLinks, unloadDatasetLinks, unloadFolderLinks, unloadPixels, unloadRois, unloadWellSamples
-
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
-
SERIES
public static final java.lang.String SERIES
- See Also:
- Constant Field Values
-
ACQUISITIONDATE
public static final java.lang.String ACQUISITIONDATE
- See Also:
- Constant Field Values
-
ARCHIVED
public static final java.lang.String ARCHIVED
- See Also:
- Constant Field Values
-
PARTIAL
public static final java.lang.String PARTIAL
- See Also:
- Constant Field Values
-
FORMAT
public static final java.lang.String FORMAT
- See Also:
- Constant Field Values
-
IMAGINGENVIRONMENT
public static final java.lang.String IMAGINGENVIRONMENT
- See Also:
- Constant Field Values
-
OBJECTIVESETTINGS
public static final java.lang.String OBJECTIVESETTINGS
- See Also:
- Constant Field Values
-
INSTRUMENT
public static final java.lang.String INSTRUMENT
- See Also:
- Constant Field Values
-
STAGELABEL
public static final java.lang.String STAGELABEL
- See Also:
- Constant Field Values
-
EXPERIMENT
public static final java.lang.String EXPERIMENT
- See Also:
- Constant Field Values
-
PIXELS
public static final java.lang.String PIXELS
- See Also:
- Constant Field Values
-
WELLSAMPLES
public static final java.lang.String WELLSAMPLES
- See Also:
- Constant Field Values
-
ROIS
public static final java.lang.String ROIS
- See Also:
- Constant Field Values
-
DATASETLINKS
public static final java.lang.String DATASETLINKS
- See Also:
- Constant Field Values
-
FOLDERLINKS
public static final java.lang.String FOLDERLINKS
- See Also:
- Constant Field Values
-
FILESET
public static final java.lang.String FILESET
- 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
-
ImageI
public ImageI()
-
ImageI
public ImageI(long id, boolean loaded)
-
ImageI
public ImageI(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:_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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
getId
public RLong getId(Ice.Current current)
- Specified by:
getId
in interface_IObjectOperations
-
setId
public void setId(RLong id, Ice.Current current)
- Specified by:
setId
in interface_IObjectOperations
-
getDetails
public Details getDetails(Ice.Current current)
- Specified by:
getDetails
in interface_IObjectOperations
-
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.
-
getVersion
public RInt getVersion(Ice.Current current)
- Specified by:
getVersion
in interface_ImageOperations
-
setVersion
public void setVersion(RInt version, Ice.Current current)
- Specified by:
setVersion
in interface_ImageOperations
-
unloadSeries
public void unloadSeries()
-
getSeries
public RInt getSeries(Ice.Current current) throws UnloadedEntityException
- Specified by:
getSeries
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
setSeries
public void setSeries(RInt series, Ice.Current current) throws UnloadedEntityException
- Specified by:
setSeries
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadAcquisitionDate
public void unloadAcquisitionDate()
-
getAcquisitionDate
public RTime getAcquisitionDate(Ice.Current current) throws UnloadedEntityException
- Specified by:
getAcquisitionDate
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
setAcquisitionDate
public void setAcquisitionDate(RTime acquisitionDate, Ice.Current current) throws UnloadedEntityException
- Specified by:
setAcquisitionDate
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadArchived
public void unloadArchived()
-
getArchived
public RBool getArchived(Ice.Current current) throws UnloadedEntityException
- Specified by:
getArchived
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
setArchived
public void setArchived(RBool archived, Ice.Current current) throws UnloadedEntityException
- Specified by:
setArchived
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadPartial
public void unloadPartial()
-
getPartial
public RBool getPartial(Ice.Current current) throws UnloadedEntityException
- Specified by:
getPartial
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
setPartial
public void setPartial(RBool partial, Ice.Current current) throws UnloadedEntityException
- Specified by:
setPartial
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadFormat
public void unloadFormat()
-
getFormat
public Format getFormat(Ice.Current current) throws UnloadedEntityException
- Specified by:
getFormat
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
setFormat
public void setFormat(Format format, Ice.Current current) throws UnloadedEntityException
- Specified by:
setFormat
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadImagingEnvironment
public void unloadImagingEnvironment()
-
getImagingEnvironment
public ImagingEnvironment getImagingEnvironment(Ice.Current current) throws UnloadedEntityException
- Specified by:
getImagingEnvironment
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
setImagingEnvironment
public void setImagingEnvironment(ImagingEnvironment imagingEnvironment, Ice.Current current) throws UnloadedEntityException
- Specified by:
setImagingEnvironment
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadObjectiveSettings
public void unloadObjectiveSettings()
-
getObjectiveSettings
public ObjectiveSettings getObjectiveSettings(Ice.Current current) throws UnloadedEntityException
- Specified by:
getObjectiveSettings
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
setObjectiveSettings
public void setObjectiveSettings(ObjectiveSettings objectiveSettings, Ice.Current current) throws UnloadedEntityException
- Specified by:
setObjectiveSettings
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadInstrument
public void unloadInstrument()
-
getInstrument
public Instrument getInstrument(Ice.Current current) throws UnloadedEntityException
- Specified by:
getInstrument
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
setInstrument
public void setInstrument(Instrument instrument, Ice.Current current) throws UnloadedEntityException
- Specified by:
setInstrument
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadStageLabel
public void unloadStageLabel()
-
getStageLabel
public StageLabel getStageLabel(Ice.Current current) throws UnloadedEntityException
- Specified by:
getStageLabel
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
setStageLabel
public void setStageLabel(StageLabel stageLabel, Ice.Current current) throws UnloadedEntityException
- Specified by:
setStageLabel
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadExperiment
public void unloadExperiment()
-
getExperiment
public Experiment getExperiment(Ice.Current current) throws UnloadedEntityException
- Specified by:
getExperiment
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
setExperiment
public void setExperiment(Experiment experiment, Ice.Current current) throws UnloadedEntityException
- Specified by:
setExperiment
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadPixels
public void unloadPixels(Ice.Current current)
- Specified by:
unloadPixels
in interface_ImageOperations
-
getPixels
protected java.util.List getPixels(Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
setPixels
protected void setPixels(java.util.List pixels, Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
isPixelsLoaded
public boolean isPixelsLoaded()
-
sizeOfPixels
public int sizeOfPixels(Ice.Current current) throws UnloadedEntityException
- Specified by:
sizeOfPixels
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
copyPixels
public java.util.List copyPixels(Ice.Current current) throws UnloadedEntityException
- Specified by:
copyPixels
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
iteratePixels
public java.util.Iterator iteratePixels() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
addPixels
public void addPixels(Pixels target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addPixels
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
addAllPixelsSet
public void addAllPixelsSet(java.util.List<Pixels> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllPixelsSet
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
removePixels
public void removePixels(Pixels target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removePixels
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
removeAllPixelsSet
public void removeAllPixelsSet(java.util.List<Pixels> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllPixelsSet
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
clearPixels
public void clearPixels(Ice.Current current) throws UnloadedEntityException
- Specified by:
clearPixels
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
reloadPixels
public void reloadPixels(Image toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadPixels
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
getPixels
public Pixels getPixels(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
getPixels
in interface_ImageOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
setPixels
public Pixels setPixels(int index, Pixels element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
setPixels
in interface_ImageOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
getPrimaryPixels
public Pixels getPrimaryPixels(Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
getPrimaryPixels
in interface_ImageOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
setPrimaryPixels
public Pixels setPrimaryPixels(Pixels element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
setPrimaryPixels
in interface_ImageOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
unloadWellSamples
public void unloadWellSamples(Ice.Current current)
- Specified by:
unloadWellSamples
in interface_ImageOperations
-
getWellSamples
protected java.util.List getWellSamples(Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
setWellSamples
protected void setWellSamples(java.util.List wellSamples, Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
isWellSamplesLoaded
public boolean isWellSamplesLoaded()
-
sizeOfWellSamples
public int sizeOfWellSamples(Ice.Current current) throws UnloadedEntityException
- Specified by:
sizeOfWellSamples
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
copyWellSamples
public java.util.List copyWellSamples(Ice.Current current) throws UnloadedEntityException
- Specified by:
copyWellSamples
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
iterateWellSamples
public java.util.Iterator iterateWellSamples() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
addWellSample
public void addWellSample(WellSample target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addWellSample
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
addAllWellSampleSet
public void addAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllWellSampleSet
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
removeWellSample
public void removeWellSample(WellSample target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeWellSample
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
removeAllWellSampleSet
public void removeAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllWellSampleSet
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
clearWellSamples
public void clearWellSamples(Ice.Current current) throws UnloadedEntityException
- Specified by:
clearWellSamples
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
reloadWellSamples
public void reloadWellSamples(Image toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadWellSamples
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadRois
public void unloadRois(Ice.Current current)
- Specified by:
unloadRois
in interface_ImageOperations
-
getRois
protected java.util.List getRois(Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
setRois
protected void setRois(java.util.List rois, Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
isRoisLoaded
public boolean isRoisLoaded()
-
sizeOfRois
public int sizeOfRois(Ice.Current current) throws UnloadedEntityException
- Specified by:
sizeOfRois
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
copyRois
public java.util.List copyRois(Ice.Current current) throws UnloadedEntityException
- Specified by:
copyRois
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
iterateRois
public java.util.Iterator iterateRois() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
addRoi
public void addRoi(Roi target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addRoi
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
addAllRoiSet
public void addAllRoiSet(java.util.List<Roi> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllRoiSet
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
removeRoi
public void removeRoi(Roi target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeRoi
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
removeAllRoiSet
public void removeAllRoiSet(java.util.List<Roi> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllRoiSet
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
clearRois
public void clearRois(Ice.Current current) throws UnloadedEntityException
- Specified by:
clearRois
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
reloadRois
public void reloadRois(Image toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadRois
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadDatasetLinks
public void unloadDatasetLinks(Ice.Current current)
- Specified by:
unloadDatasetLinks
in interface_ImageOperations
-
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:
sizeOfDatasetLinks
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
copyDatasetLinks
public java.util.List copyDatasetLinks(Ice.Current current) throws UnloadedEntityException
- Specified by:
copyDatasetLinks
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
iterateDatasetLinks
public java.util.Iterator iterateDatasetLinks() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
addDatasetImageLink
public void addDatasetImageLink(DatasetImageLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addDatasetImageLink
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
addAllDatasetImageLinkSet
public void addAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllDatasetImageLinkSet
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
removeDatasetImageLink
public void removeDatasetImageLink(DatasetImageLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeDatasetImageLink
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
removeAllDatasetImageLinkSet
public void removeAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllDatasetImageLinkSet
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
clearDatasetLinks
public void clearDatasetLinks(Ice.Current current) throws UnloadedEntityException
- Specified by:
clearDatasetLinks
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
reloadDatasetLinks
public void reloadDatasetLinks(Image toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadDatasetLinks
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
getDatasetLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getDatasetLinksCountPerOwner(Ice.Current current)
- Specified by:
getDatasetLinksCountPerOwner
in interface_ImageOperations
-
linkDataset
public DatasetImageLink linkDataset(Dataset addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkDataset
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
addDatasetImageLinkToBoth
public void addDatasetImageLinkToBoth(DatasetImageLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addDatasetImageLinkToBoth
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
findDatasetImageLink
public java.util.List<DatasetImageLink> findDatasetImageLink(Dataset removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findDatasetImageLink
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unlinkDataset
public void unlinkDataset(Dataset removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkDataset
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
removeDatasetImageLinkFromBoth
public void removeDatasetImageLinkFromBoth(DatasetImageLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removeDatasetImageLinkFromBoth
in interface_ImageOperations
- Throws:
UnloadedEntityException
UnloadedCollectionException
-
linkedDatasetList
public java.util.List<Dataset> linkedDatasetList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedDatasetList
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadFolderLinks
public void unloadFolderLinks(Ice.Current current)
- Specified by:
unloadFolderLinks
in interface_ImageOperations
-
getFolderLinks
protected java.util.List getFolderLinks(Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
setFolderLinks
protected void setFolderLinks(java.util.List folderLinks, Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
isFolderLinksLoaded
public boolean isFolderLinksLoaded()
-
sizeOfFolderLinks
public int sizeOfFolderLinks(Ice.Current current) throws UnloadedEntityException
- Specified by:
sizeOfFolderLinks
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
copyFolderLinks
public java.util.List copyFolderLinks(Ice.Current current) throws UnloadedEntityException
- Specified by:
copyFolderLinks
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
iterateFolderLinks
public java.util.Iterator iterateFolderLinks() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
addFolderImageLink
public void addFolderImageLink(FolderImageLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addFolderImageLink
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
addAllFolderImageLinkSet
public void addAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllFolderImageLinkSet
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
removeFolderImageLink
public void removeFolderImageLink(FolderImageLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeFolderImageLink
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
removeAllFolderImageLinkSet
public void removeAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllFolderImageLinkSet
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
clearFolderLinks
public void clearFolderLinks(Ice.Current current) throws UnloadedEntityException
- Specified by:
clearFolderLinks
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
reloadFolderLinks
public void reloadFolderLinks(Image toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadFolderLinks
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
getFolderLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getFolderLinksCountPerOwner(Ice.Current current)
- Specified by:
getFolderLinksCountPerOwner
in interface_ImageOperations
-
linkFolder
public FolderImageLink linkFolder(Folder addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkFolder
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
addFolderImageLinkToBoth
public void addFolderImageLinkToBoth(FolderImageLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addFolderImageLinkToBoth
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
findFolderImageLink
public java.util.List<FolderImageLink> findFolderImageLink(Folder removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findFolderImageLink
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unlinkFolder
public void unlinkFolder(Folder removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkFolder
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
removeFolderImageLinkFromBoth
public void removeFolderImageLinkFromBoth(FolderImageLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removeFolderImageLinkFromBoth
in interface_ImageOperations
- Throws:
UnloadedEntityException
UnloadedCollectionException
-
linkedFolderList
public java.util.List<Folder> linkedFolderList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedFolderList
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadFileset
public void unloadFileset()
-
getFileset
public Fileset getFileset(Ice.Current current) throws UnloadedEntityException
- Specified by:
getFileset
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
setFileset
public void setFileset(Fileset fileset, Ice.Current current) throws UnloadedEntityException
- Specified by:
setFileset
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current current)
- Specified by:
unloadAnnotationLinks
in interface_ImageOperations
-
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:
sizeOfAnnotationLinks
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
copyAnnotationLinks
public java.util.List copyAnnotationLinks(Ice.Current current) throws UnloadedEntityException
- Specified by:
copyAnnotationLinks
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
iterateAnnotationLinks
public java.util.Iterator iterateAnnotationLinks() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
addImageAnnotationLink
public void addImageAnnotationLink(ImageAnnotationLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addImageAnnotationLink
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
addAllImageAnnotationLinkSet
public void addAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllImageAnnotationLinkSet
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
removeImageAnnotationLink
public void removeImageAnnotationLink(ImageAnnotationLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeImageAnnotationLink
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
removeAllImageAnnotationLinkSet
public void removeAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllImageAnnotationLinkSet
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current current) throws UnloadedEntityException
- Specified by:
clearAnnotationLinks
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
reloadAnnotationLinks
public void reloadAnnotationLinks(Image toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadAnnotationLinks
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
- Specified by:
getAnnotationLinksCountPerOwner
in interface_ImageOperations
-
linkAnnotation
public ImageAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkAnnotation
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
addImageAnnotationLinkToBoth
public void addImageAnnotationLinkToBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addImageAnnotationLinkToBoth
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
findImageAnnotationLink
public java.util.List<ImageAnnotationLink> findImageAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findImageAnnotationLink
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkAnnotation
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
removeImageAnnotationLinkFromBoth
public void removeImageAnnotationLinkFromBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removeImageAnnotationLinkFromBoth
in interface_ImageOperations
- Throws:
UnloadedEntityException
UnloadedCollectionException
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedAnnotationList
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadName
public void unloadName()
-
getName
public RString getName(Ice.Current current) throws UnloadedEntityException
- Specified by:
getName
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
setName
public void setName(RString name, Ice.Current current) throws UnloadedEntityException
- Specified by:
setName
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
unloadDescription
public void unloadDescription()
-
getDescription
public RString getDescription(Ice.Current current) throws UnloadedEntityException
- Specified by:
getDescription
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
setDescription
public void setDescription(RString description, Ice.Current current) throws UnloadedEntityException
- Specified by:
setDescription
in interface_ImageOperations
- Throws:
UnloadedEntityException
-
copyObject
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)
Used byIceMapper
to inject an "ome.model" object into this "omero.model" object.- Specified by:
copyObject
in interfaceome.model.ModelBased
-
fillObject
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
Used byIceMapper
produce an "ome.model" object from this "omero.model" object.- Specified by:
fillObject
in interfaceome.model.ModelBased
-
cast
public static java.util.List<ImageI> cast(java.util.List list)
Casts (without warning) the given list to a list of the current type.- Throws:
java.lang.ClassCastException
-
-