public class ImageI extends Image implements ome.model.ModelBased
Modifier and Type | Field and 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 |
__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
Constructor and Description |
---|
ImageI() |
ImageI(long id,
boolean loaded) |
ImageI(RLong id,
boolean loaded) |
Modifier and Type | Method and 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 by
IceMapper 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 by
IceMapper 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) |
protected java.util.List |
getPixels(Ice.Current current) |
Pixels |
getPixels(int index,
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) |
___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
___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
___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
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final java.lang.String SERIES
public static final java.lang.String ACQUISITIONDATE
public static final java.lang.String ARCHIVED
public static final java.lang.String PARTIAL
public static final java.lang.String FORMAT
public static final java.lang.String IMAGINGENVIRONMENT
public static final java.lang.String OBJECTIVESETTINGS
public static final java.lang.String INSTRUMENT
public static final java.lang.String STAGELABEL
public static final java.lang.String EXPERIMENT
public static final java.lang.String PIXELS
public static final java.lang.String WELLSAMPLES
public static final java.lang.String ROIS
public static final java.lang.String DATASETLINKS
public static final java.lang.String FOLDERLINKS
public static final java.lang.String FILESET
public static final java.lang.String ANNOTATIONLINKS
public static final java.lang.String NAME
public static final java.lang.String DESCRIPTION
public static final java.lang.String DETAILS
public ImageI()
public ImageI(long id, boolean loaded)
public ImageI(RLong id, boolean loaded)
protected void errorIfUnloaded() throws UnloadedEntityException
UnloadedEntityException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionException
UnloadedCollectionException
protected void toggleCollectionsLoaded(boolean load)
public void unload(Ice.Current current)
_IObjectOperations
unload
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLoaded(Ice.Current current)
_IObjectOperations
isLoaded
in interface _IObjectOperations
current
- The Current object for the invocation.public void unloadCollections(Ice.Current current)
_IObjectOperations
unloadCollections
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isGlobal(Ice.Current current)
_IObjectOperations
isGlobal
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isMutable(Ice.Current current)
_IObjectOperations
isMutable
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isAnnotated(Ice.Current current)
_IObjectOperations
isAnnotated
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLink(Ice.Current current)
_IObjectOperations
isLink
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject shallowCopy(Ice.Current current)
_IObjectOperations
shallowCopy
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject proxy(Ice.Current current)
_IObjectOperations
proxy
in interface _IObjectOperations
current
- The Current object for the invocation.public RLong getId(Ice.Current current)
getId
in interface _IObjectOperations
public void setId(RLong id, Ice.Current current)
setId
in interface _IObjectOperations
public Details getDetails(Ice.Current current)
getDetails
in interface _IObjectOperations
public void unloadDetails(Ice.Current current)
_IObjectOperations
unloadDetails
in interface _IObjectOperations
current
- The Current object for the invocation.public RInt getVersion(Ice.Current current)
getVersion
in interface _ImageOperations
public void setVersion(RInt version, Ice.Current current)
setVersion
in interface _ImageOperations
public void unloadSeries()
public RInt getSeries(Ice.Current current) throws UnloadedEntityException
getSeries
in interface _ImageOperations
UnloadedEntityException
public void setSeries(RInt series, Ice.Current current) throws UnloadedEntityException
setSeries
in interface _ImageOperations
UnloadedEntityException
public void unloadAcquisitionDate()
public RTime getAcquisitionDate(Ice.Current current) throws UnloadedEntityException
getAcquisitionDate
in interface _ImageOperations
UnloadedEntityException
public void setAcquisitionDate(RTime acquisitionDate, Ice.Current current) throws UnloadedEntityException
setAcquisitionDate
in interface _ImageOperations
UnloadedEntityException
public void unloadArchived()
public RBool getArchived(Ice.Current current) throws UnloadedEntityException
getArchived
in interface _ImageOperations
UnloadedEntityException
public void setArchived(RBool archived, Ice.Current current) throws UnloadedEntityException
setArchived
in interface _ImageOperations
UnloadedEntityException
public void unloadPartial()
public RBool getPartial(Ice.Current current) throws UnloadedEntityException
getPartial
in interface _ImageOperations
UnloadedEntityException
public void setPartial(RBool partial, Ice.Current current) throws UnloadedEntityException
setPartial
in interface _ImageOperations
UnloadedEntityException
public void unloadFormat()
public Format getFormat(Ice.Current current) throws UnloadedEntityException
getFormat
in interface _ImageOperations
UnloadedEntityException
public void setFormat(Format format, Ice.Current current) throws UnloadedEntityException
setFormat
in interface _ImageOperations
UnloadedEntityException
public void unloadImagingEnvironment()
public ImagingEnvironment getImagingEnvironment(Ice.Current current) throws UnloadedEntityException
getImagingEnvironment
in interface _ImageOperations
UnloadedEntityException
public void setImagingEnvironment(ImagingEnvironment imagingEnvironment, Ice.Current current) throws UnloadedEntityException
setImagingEnvironment
in interface _ImageOperations
UnloadedEntityException
public void unloadObjectiveSettings()
public ObjectiveSettings getObjectiveSettings(Ice.Current current) throws UnloadedEntityException
getObjectiveSettings
in interface _ImageOperations
UnloadedEntityException
public void setObjectiveSettings(ObjectiveSettings objectiveSettings, Ice.Current current) throws UnloadedEntityException
setObjectiveSettings
in interface _ImageOperations
UnloadedEntityException
public void unloadInstrument()
public Instrument getInstrument(Ice.Current current) throws UnloadedEntityException
getInstrument
in interface _ImageOperations
UnloadedEntityException
public void setInstrument(Instrument instrument, Ice.Current current) throws UnloadedEntityException
setInstrument
in interface _ImageOperations
UnloadedEntityException
public void unloadStageLabel()
public StageLabel getStageLabel(Ice.Current current) throws UnloadedEntityException
getStageLabel
in interface _ImageOperations
UnloadedEntityException
public void setStageLabel(StageLabel stageLabel, Ice.Current current) throws UnloadedEntityException
setStageLabel
in interface _ImageOperations
UnloadedEntityException
public void unloadExperiment()
public Experiment getExperiment(Ice.Current current) throws UnloadedEntityException
getExperiment
in interface _ImageOperations
UnloadedEntityException
public void setExperiment(Experiment experiment, Ice.Current current) throws UnloadedEntityException
setExperiment
in interface _ImageOperations
UnloadedEntityException
public void unloadPixels(Ice.Current current)
unloadPixels
in interface _ImageOperations
protected java.util.List getPixels(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setPixels(java.util.List pixels, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isPixelsLoaded()
public int sizeOfPixels(Ice.Current current) throws UnloadedEntityException
sizeOfPixels
in interface _ImageOperations
UnloadedEntityException
public java.util.List copyPixels(Ice.Current current) throws UnloadedEntityException
copyPixels
in interface _ImageOperations
UnloadedEntityException
public java.util.Iterator iteratePixels() throws UnloadedEntityException
UnloadedEntityException
public void addPixels(Pixels target, Ice.Current current) throws UnloadedEntityException
addPixels
in interface _ImageOperations
UnloadedEntityException
public void addAllPixelsSet(java.util.List<Pixels> targets, Ice.Current current) throws UnloadedEntityException
addAllPixelsSet
in interface _ImageOperations
UnloadedEntityException
public void removePixels(Pixels target, Ice.Current current) throws UnloadedEntityException
removePixels
in interface _ImageOperations
UnloadedEntityException
public void removeAllPixelsSet(java.util.List<Pixels> targets, Ice.Current current) throws UnloadedEntityException
removeAllPixelsSet
in interface _ImageOperations
UnloadedEntityException
public void clearPixels(Ice.Current current) throws UnloadedEntityException
clearPixels
in interface _ImageOperations
UnloadedEntityException
public void reloadPixels(Image toCopy, Ice.Current current) throws UnloadedEntityException
reloadPixels
in interface _ImageOperations
UnloadedEntityException
public Pixels getPixels(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
getPixels
in interface _ImageOperations
java.lang.IndexOutOfBoundsException
public Pixels setPixels(int index, Pixels element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setPixels
in interface _ImageOperations
java.lang.IndexOutOfBoundsException
public Pixels getPrimaryPixels(Ice.Current current) throws java.lang.IndexOutOfBoundsException
getPrimaryPixels
in interface _ImageOperations
java.lang.IndexOutOfBoundsException
public Pixels setPrimaryPixels(Pixels element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setPrimaryPixels
in interface _ImageOperations
java.lang.IndexOutOfBoundsException
public void unloadWellSamples(Ice.Current current)
unloadWellSamples
in interface _ImageOperations
protected java.util.List getWellSamples(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setWellSamples(java.util.List wellSamples, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isWellSamplesLoaded()
public int sizeOfWellSamples(Ice.Current current) throws UnloadedEntityException
sizeOfWellSamples
in interface _ImageOperations
UnloadedEntityException
public java.util.List copyWellSamples(Ice.Current current) throws UnloadedEntityException
copyWellSamples
in interface _ImageOperations
UnloadedEntityException
public java.util.Iterator iterateWellSamples() throws UnloadedEntityException
UnloadedEntityException
public void addWellSample(WellSample target, Ice.Current current) throws UnloadedEntityException
addWellSample
in interface _ImageOperations
UnloadedEntityException
public void addAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current current) throws UnloadedEntityException
addAllWellSampleSet
in interface _ImageOperations
UnloadedEntityException
public void removeWellSample(WellSample target, Ice.Current current) throws UnloadedEntityException
removeWellSample
in interface _ImageOperations
UnloadedEntityException
public void removeAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current current) throws UnloadedEntityException
removeAllWellSampleSet
in interface _ImageOperations
UnloadedEntityException
public void clearWellSamples(Ice.Current current) throws UnloadedEntityException
clearWellSamples
in interface _ImageOperations
UnloadedEntityException
public void reloadWellSamples(Image toCopy, Ice.Current current) throws UnloadedEntityException
reloadWellSamples
in interface _ImageOperations
UnloadedEntityException
public void unloadRois(Ice.Current current)
unloadRois
in interface _ImageOperations
protected java.util.List getRois(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setRois(java.util.List rois, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isRoisLoaded()
public int sizeOfRois(Ice.Current current) throws UnloadedEntityException
sizeOfRois
in interface _ImageOperations
UnloadedEntityException
public java.util.List copyRois(Ice.Current current) throws UnloadedEntityException
copyRois
in interface _ImageOperations
UnloadedEntityException
public java.util.Iterator iterateRois() throws UnloadedEntityException
UnloadedEntityException
public void addRoi(Roi target, Ice.Current current) throws UnloadedEntityException
addRoi
in interface _ImageOperations
UnloadedEntityException
public void addAllRoiSet(java.util.List<Roi> targets, Ice.Current current) throws UnloadedEntityException
addAllRoiSet
in interface _ImageOperations
UnloadedEntityException
public void removeRoi(Roi target, Ice.Current current) throws UnloadedEntityException
removeRoi
in interface _ImageOperations
UnloadedEntityException
public void removeAllRoiSet(java.util.List<Roi> targets, Ice.Current current) throws UnloadedEntityException
removeAllRoiSet
in interface _ImageOperations
UnloadedEntityException
public void clearRois(Ice.Current current) throws UnloadedEntityException
clearRois
in interface _ImageOperations
UnloadedEntityException
public void reloadRois(Image toCopy, Ice.Current current) throws UnloadedEntityException
reloadRois
in interface _ImageOperations
UnloadedEntityException
public void unloadDatasetLinks(Ice.Current current)
unloadDatasetLinks
in interface _ImageOperations
protected java.util.List getDatasetLinks(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setDatasetLinks(java.util.List datasetLinks, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isDatasetLinksLoaded()
public int sizeOfDatasetLinks(Ice.Current current) throws UnloadedEntityException
sizeOfDatasetLinks
in interface _ImageOperations
UnloadedEntityException
public java.util.List copyDatasetLinks(Ice.Current current) throws UnloadedEntityException
copyDatasetLinks
in interface _ImageOperations
UnloadedEntityException
public java.util.Iterator iterateDatasetLinks() throws UnloadedEntityException
UnloadedEntityException
public void addDatasetImageLink(DatasetImageLink target, Ice.Current current) throws UnloadedEntityException
addDatasetImageLink
in interface _ImageOperations
UnloadedEntityException
public void addAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current current) throws UnloadedEntityException
addAllDatasetImageLinkSet
in interface _ImageOperations
UnloadedEntityException
public void removeDatasetImageLink(DatasetImageLink target, Ice.Current current) throws UnloadedEntityException
removeDatasetImageLink
in interface _ImageOperations
UnloadedEntityException
public void removeAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllDatasetImageLinkSet
in interface _ImageOperations
UnloadedEntityException
public void clearDatasetLinks(Ice.Current current) throws UnloadedEntityException
clearDatasetLinks
in interface _ImageOperations
UnloadedEntityException
public void reloadDatasetLinks(Image toCopy, Ice.Current current) throws UnloadedEntityException
reloadDatasetLinks
in interface _ImageOperations
UnloadedEntityException
public java.util.Map<java.lang.Long,java.lang.Long> getDatasetLinksCountPerOwner(Ice.Current current)
getDatasetLinksCountPerOwner
in interface _ImageOperations
public DatasetImageLink linkDataset(Dataset addition, Ice.Current current) throws UnloadedEntityException
linkDataset
in interface _ImageOperations
UnloadedEntityException
public void addDatasetImageLinkToBoth(DatasetImageLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addDatasetImageLinkToBoth
in interface _ImageOperations
UnloadedEntityException
public java.util.List<DatasetImageLink> findDatasetImageLink(Dataset removal, Ice.Current current) throws UnloadedEntityException
findDatasetImageLink
in interface _ImageOperations
UnloadedEntityException
public void unlinkDataset(Dataset removal, Ice.Current current) throws UnloadedEntityException
unlinkDataset
in interface _ImageOperations
UnloadedEntityException
public void removeDatasetImageLinkFromBoth(DatasetImageLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removeDatasetImageLinkFromBoth
in interface _ImageOperations
UnloadedEntityException
UnloadedCollectionException
public java.util.List<Dataset> linkedDatasetList(Ice.Current current) throws UnloadedEntityException
linkedDatasetList
in interface _ImageOperations
UnloadedEntityException
public void unloadFolderLinks(Ice.Current current)
unloadFolderLinks
in interface _ImageOperations
protected java.util.List getFolderLinks(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setFolderLinks(java.util.List folderLinks, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isFolderLinksLoaded()
public int sizeOfFolderLinks(Ice.Current current) throws UnloadedEntityException
sizeOfFolderLinks
in interface _ImageOperations
UnloadedEntityException
public java.util.List copyFolderLinks(Ice.Current current) throws UnloadedEntityException
copyFolderLinks
in interface _ImageOperations
UnloadedEntityException
public java.util.Iterator iterateFolderLinks() throws UnloadedEntityException
UnloadedEntityException
public void addFolderImageLink(FolderImageLink target, Ice.Current current) throws UnloadedEntityException
addFolderImageLink
in interface _ImageOperations
UnloadedEntityException
public void addAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current current) throws UnloadedEntityException
addAllFolderImageLinkSet
in interface _ImageOperations
UnloadedEntityException
public void removeFolderImageLink(FolderImageLink target, Ice.Current current) throws UnloadedEntityException
removeFolderImageLink
in interface _ImageOperations
UnloadedEntityException
public void removeAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllFolderImageLinkSet
in interface _ImageOperations
UnloadedEntityException
public void clearFolderLinks(Ice.Current current) throws UnloadedEntityException
clearFolderLinks
in interface _ImageOperations
UnloadedEntityException
public void reloadFolderLinks(Image toCopy, Ice.Current current) throws UnloadedEntityException
reloadFolderLinks
in interface _ImageOperations
UnloadedEntityException
public java.util.Map<java.lang.Long,java.lang.Long> getFolderLinksCountPerOwner(Ice.Current current)
getFolderLinksCountPerOwner
in interface _ImageOperations
public FolderImageLink linkFolder(Folder addition, Ice.Current current) throws UnloadedEntityException
linkFolder
in interface _ImageOperations
UnloadedEntityException
public void addFolderImageLinkToBoth(FolderImageLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addFolderImageLinkToBoth
in interface _ImageOperations
UnloadedEntityException
public java.util.List<FolderImageLink> findFolderImageLink(Folder removal, Ice.Current current) throws UnloadedEntityException
findFolderImageLink
in interface _ImageOperations
UnloadedEntityException
public void unlinkFolder(Folder removal, Ice.Current current) throws UnloadedEntityException
unlinkFolder
in interface _ImageOperations
UnloadedEntityException
public void removeFolderImageLinkFromBoth(FolderImageLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removeFolderImageLinkFromBoth
in interface _ImageOperations
UnloadedEntityException
UnloadedCollectionException
public java.util.List<Folder> linkedFolderList(Ice.Current current) throws UnloadedEntityException
linkedFolderList
in interface _ImageOperations
UnloadedEntityException
public void unloadFileset()
public Fileset getFileset(Ice.Current current) throws UnloadedEntityException
getFileset
in interface _ImageOperations
UnloadedEntityException
public void setFileset(Fileset fileset, Ice.Current current) throws UnloadedEntityException
setFileset
in interface _ImageOperations
UnloadedEntityException
public void unloadAnnotationLinks(Ice.Current current)
unloadAnnotationLinks
in interface _ImageOperations
protected java.util.List getAnnotationLinks(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setAnnotationLinks(java.util.List annotationLinks, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isAnnotationLinksLoaded()
public int sizeOfAnnotationLinks(Ice.Current current) throws UnloadedEntityException
sizeOfAnnotationLinks
in interface _ImageOperations
UnloadedEntityException
public java.util.List copyAnnotationLinks(Ice.Current current) throws UnloadedEntityException
copyAnnotationLinks
in interface _ImageOperations
UnloadedEntityException
public java.util.Iterator iterateAnnotationLinks() throws UnloadedEntityException
UnloadedEntityException
public void addImageAnnotationLink(ImageAnnotationLink target, Ice.Current current) throws UnloadedEntityException
addImageAnnotationLink
in interface _ImageOperations
UnloadedEntityException
public void addAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
addAllImageAnnotationLinkSet
in interface _ImageOperations
UnloadedEntityException
public void removeImageAnnotationLink(ImageAnnotationLink target, Ice.Current current) throws UnloadedEntityException
removeImageAnnotationLink
in interface _ImageOperations
UnloadedEntityException
public void removeAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllImageAnnotationLinkSet
in interface _ImageOperations
UnloadedEntityException
public void clearAnnotationLinks(Ice.Current current) throws UnloadedEntityException
clearAnnotationLinks
in interface _ImageOperations
UnloadedEntityException
public void reloadAnnotationLinks(Image toCopy, Ice.Current current) throws UnloadedEntityException
reloadAnnotationLinks
in interface _ImageOperations
UnloadedEntityException
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
getAnnotationLinksCountPerOwner
in interface _ImageOperations
public ImageAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
linkAnnotation
in interface _ImageOperations
UnloadedEntityException
public void addImageAnnotationLinkToBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addImageAnnotationLinkToBoth
in interface _ImageOperations
UnloadedEntityException
public java.util.List<ImageAnnotationLink> findImageAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
findImageAnnotationLink
in interface _ImageOperations
UnloadedEntityException
public void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
unlinkAnnotation
in interface _ImageOperations
UnloadedEntityException
public void removeImageAnnotationLinkFromBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removeImageAnnotationLinkFromBoth
in interface _ImageOperations
UnloadedEntityException
UnloadedCollectionException
public java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
linkedAnnotationList
in interface _ImageOperations
UnloadedEntityException
public void unloadName()
public RString getName(Ice.Current current) throws UnloadedEntityException
getName
in interface _ImageOperations
UnloadedEntityException
public void setName(RString name, Ice.Current current) throws UnloadedEntityException
setName
in interface _ImageOperations
UnloadedEntityException
public void unloadDescription()
public RString getDescription(Ice.Current current) throws UnloadedEntityException
getDescription
in interface _ImageOperations
UnloadedEntityException
public void setDescription(RString description, Ice.Current current) throws UnloadedEntityException
setDescription
in interface _ImageOperations
UnloadedEntityException
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)
IceMapper
to inject an "ome.model" object into this
"omero.model" object.copyObject
in interface ome.model.ModelBased
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
IceMapper
produce an "ome.model" object from this
"omero.model" object.fillObject
in interface ome.model.ModelBased
public static java.util.List<ImageI> cast(java.util.List list)
java.lang.ClassCastException