public class _ImageTie extends Image implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__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, series, stageLabel, version, wellSamplesLoaded, wellSamplesSeq
Constructor and Description |
---|
_ImageTie(_ImageOperations delegate) |
_ImageTie() |
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) |
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<ImageAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<DatasetImageLink> |
copyDatasetLinks(Ice.Current __current) |
java.util.List<FolderImageLink> |
copyFolderLinks(Ice.Current __current) |
java.util.List<Pixels> |
copyPixels(Ice.Current __current) |
java.util.List<Roi> |
copyRois(Ice.Current __current) |
java.util.List<WellSample> |
copyWellSamples(Ice.Current __current) |
boolean |
equals(java.lang.Object rhs) |
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) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
RBool |
getArchived(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) |
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) |
Pixels |
getPrimaryPixels(Ice.Current __current) |
RInt |
getSeries(Ice.Current __current) |
StageLabel |
getStageLabel(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
int |
hashCode() |
java.lang.Object |
ice_delegate() |
void |
ice_delegate(java.lang.Object delegate) |
boolean |
isAnnotated(Ice.Current __current)
Allows for the attachment of any omero.model.Annotation
subclasses.
|
boolean |
isGlobal(Ice.Current __current)
Marker interface which means that special rules apply
for both reading and writing these instances.
|
boolean |
isLink(Ice.Current __current)
A link between two other types.
|
boolean |
isLoaded(Ice.Current __current)
Tests if the objects are loaded or not.
|
boolean |
isMutable(Ice.Current __current)
The server will persist changes made to these types.
|
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 theTarget,
Ice.Current __current) |
void |
removeDatasetImageLinkFromBoth(DatasetImageLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeFolderImageLink(FolderImageLink theTarget,
Ice.Current __current) |
void |
removeFolderImageLinkFromBoth(FolderImageLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeImageAnnotationLink(ImageAnnotationLink theTarget,
Ice.Current __current) |
void |
removeImageAnnotationLinkFromBoth(ImageAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
removePixels(Pixels theTarget,
Ice.Current __current) |
void |
removeRoi(Roi theTarget,
Ice.Current __current) |
void |
removeWellSample(WellSample theTarget,
Ice.Current __current) |
void |
setAcquisitionDate(RTime theAcquisitionDate,
Ice.Current __current) |
void |
setArchived(RBool theArchived,
Ice.Current __current) |
void |
setDescription(RString theDescription,
Ice.Current __current) |
void |
setExperiment(Experiment theExperiment,
Ice.Current __current) |
void |
setFileset(Fileset theFileset,
Ice.Current __current) |
void |
setFormat(Format theFormat,
Ice.Current __current) |
void |
setId(RLong id,
Ice.Current __current) |
void |
setImagingEnvironment(ImagingEnvironment theImagingEnvironment,
Ice.Current __current) |
void |
setInstrument(Instrument theInstrument,
Ice.Current __current) |
void |
setName(RString theName,
Ice.Current __current) |
void |
setObjectiveSettings(ObjectiveSettings theObjectiveSettings,
Ice.Current __current) |
void |
setPartial(RBool thePartial,
Ice.Current __current) |
Pixels |
setPixels(int index,
Pixels theElement,
Ice.Current __current) |
Pixels |
setPrimaryPixels(Pixels theElement,
Ice.Current __current) |
void |
setSeries(RInt theSeries,
Ice.Current __current) |
void |
setStageLabel(StageLabel theStageLabel,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
IObject |
shallowCopy(Ice.Current __current)
Return another instance of the same type as this instance
with all single-value entities unloaded and all members of
collections also unloaded.
|
int |
sizeOfAnnotationLinks(Ice.Current __current) |
int |
sizeOfDatasetLinks(Ice.Current __current) |
int |
sizeOfFolderLinks(Ice.Current __current) |
int |
sizeOfPixels(Ice.Current __current) |
int |
sizeOfRois(Ice.Current __current) |
int |
sizeOfWellSamples(Ice.Current __current) |
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 |
unloadAnnotationLinks(Ice.Current __current) |
void |
unloadCollections(Ice.Current __current)
Each collection can also be unloaded, independently
of the object itself.
|
void |
unloadDatasetLinks(Ice.Current __current) |
void |
unloadDetails(Ice.Current __current)
As with collections, the objects under details can link
to many other objects.
|
void |
unloadFolderLinks(Ice.Current __current) |
void |
unloadPixels(Ice.Current __current) |
void |
unloadRois(Ice.Current __current) |
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
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final long serialVersionUID
public _ImageTie()
public _ImageTie(_ImageOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate
in interface Ice.TieBase
public void ice_delegate(java.lang.Object delegate)
ice_delegate
in interface Ice.TieBase
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Details getDetails(Ice.Current __current)
getDetails
in interface _IObjectOperations
public RLong getId(Ice.Current __current)
getId
in interface _IObjectOperations
public boolean isAnnotated(Ice.Current __current)
_IObjectOperations
isAnnotated
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 isLink(Ice.Current __current)
_IObjectOperations
isLink
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 boolean isMutable(Ice.Current __current)
_IObjectOperations
isMutable
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 void setId(RLong id, Ice.Current __current)
setId
in interface _IObjectOperations
public IObject shallowCopy(Ice.Current __current)
_IObjectOperations
shallowCopy
in interface _IObjectOperations
__current
- The Current object for the invocation.public void unload(Ice.Current __current)
_IObjectOperations
unload
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 void unloadDetails(Ice.Current __current)
_IObjectOperations
unloadDetails
in interface _IObjectOperations
__current
- The Current object for the invocation.public void addAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current __current)
addAllDatasetImageLinkSet
in interface _ImageOperations
public void addAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
addAllFolderImageLinkSet
in interface _ImageOperations
public void addAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current __current)
addAllImageAnnotationLinkSet
in interface _ImageOperations
public void addAllPixelsSet(java.util.List<Pixels> targets, Ice.Current __current)
addAllPixelsSet
in interface _ImageOperations
public void addAllRoiSet(java.util.List<Roi> targets, Ice.Current __current)
addAllRoiSet
in interface _ImageOperations
public void addAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
addAllWellSampleSet
in interface _ImageOperations
public void addDatasetImageLink(DatasetImageLink target, Ice.Current __current)
addDatasetImageLink
in interface _ImageOperations
public void addDatasetImageLinkToBoth(DatasetImageLink link, boolean bothSides, Ice.Current __current)
addDatasetImageLinkToBoth
in interface _ImageOperations
public void addFolderImageLink(FolderImageLink target, Ice.Current __current)
addFolderImageLink
in interface _ImageOperations
public void addFolderImageLinkToBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
addFolderImageLinkToBoth
in interface _ImageOperations
public void addImageAnnotationLink(ImageAnnotationLink target, Ice.Current __current)
addImageAnnotationLink
in interface _ImageOperations
public void addImageAnnotationLinkToBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current __current)
addImageAnnotationLinkToBoth
in interface _ImageOperations
public void addPixels(Pixels target, Ice.Current __current)
addPixels
in interface _ImageOperations
public void addRoi(Roi target, Ice.Current __current)
addRoi
in interface _ImageOperations
public void addWellSample(WellSample target, Ice.Current __current)
addWellSample
in interface _ImageOperations
public void clearAnnotationLinks(Ice.Current __current)
clearAnnotationLinks
in interface _ImageOperations
public void clearDatasetLinks(Ice.Current __current)
clearDatasetLinks
in interface _ImageOperations
public void clearFolderLinks(Ice.Current __current)
clearFolderLinks
in interface _ImageOperations
public void clearPixels(Ice.Current __current)
clearPixels
in interface _ImageOperations
public void clearRois(Ice.Current __current)
clearRois
in interface _ImageOperations
public void clearWellSamples(Ice.Current __current)
clearWellSamples
in interface _ImageOperations
public java.util.List<ImageAnnotationLink> copyAnnotationLinks(Ice.Current __current)
copyAnnotationLinks
in interface _ImageOperations
public java.util.List<DatasetImageLink> copyDatasetLinks(Ice.Current __current)
copyDatasetLinks
in interface _ImageOperations
public java.util.List<FolderImageLink> copyFolderLinks(Ice.Current __current)
copyFolderLinks
in interface _ImageOperations
public java.util.List<Pixels> copyPixels(Ice.Current __current)
copyPixels
in interface _ImageOperations
public java.util.List<Roi> copyRois(Ice.Current __current)
copyRois
in interface _ImageOperations
public java.util.List<WellSample> copyWellSamples(Ice.Current __current)
copyWellSamples
in interface _ImageOperations
public java.util.List<DatasetImageLink> findDatasetImageLink(Dataset removal, Ice.Current __current)
findDatasetImageLink
in interface _ImageOperations
public java.util.List<FolderImageLink> findFolderImageLink(Folder removal, Ice.Current __current)
findFolderImageLink
in interface _ImageOperations
public java.util.List<ImageAnnotationLink> findImageAnnotationLink(Annotation removal, Ice.Current __current)
findImageAnnotationLink
in interface _ImageOperations
public RTime getAcquisitionDate(Ice.Current __current)
getAcquisitionDate
in interface _ImageOperations
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
getAnnotationLinksCountPerOwner
in interface _ImageOperations
public RBool getArchived(Ice.Current __current)
getArchived
in interface _ImageOperations
public java.util.Map<java.lang.Long,java.lang.Long> getDatasetLinksCountPerOwner(Ice.Current __current)
getDatasetLinksCountPerOwner
in interface _ImageOperations
public RString getDescription(Ice.Current __current)
getDescription
in interface _ImageOperations
public Experiment getExperiment(Ice.Current __current)
getExperiment
in interface _ImageOperations
public Fileset getFileset(Ice.Current __current)
getFileset
in interface _ImageOperations
public java.util.Map<java.lang.Long,java.lang.Long> getFolderLinksCountPerOwner(Ice.Current __current)
getFolderLinksCountPerOwner
in interface _ImageOperations
public Format getFormat(Ice.Current __current)
getFormat
in interface _ImageOperations
public ImagingEnvironment getImagingEnvironment(Ice.Current __current)
getImagingEnvironment
in interface _ImageOperations
public Instrument getInstrument(Ice.Current __current)
getInstrument
in interface _ImageOperations
public RString getName(Ice.Current __current)
getName
in interface _ImageOperations
public ObjectiveSettings getObjectiveSettings(Ice.Current __current)
getObjectiveSettings
in interface _ImageOperations
public RBool getPartial(Ice.Current __current)
getPartial
in interface _ImageOperations
public Pixels getPixels(int index, Ice.Current __current)
getPixels
in interface _ImageOperations
public Pixels getPrimaryPixels(Ice.Current __current)
getPrimaryPixels
in interface _ImageOperations
public RInt getSeries(Ice.Current __current)
getSeries
in interface _ImageOperations
public StageLabel getStageLabel(Ice.Current __current)
getStageLabel
in interface _ImageOperations
public RInt getVersion(Ice.Current __current)
getVersion
in interface _ImageOperations
public ImageAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
linkAnnotation
in interface _ImageOperations
public DatasetImageLink linkDataset(Dataset addition, Ice.Current __current)
linkDataset
in interface _ImageOperations
public FolderImageLink linkFolder(Folder addition, Ice.Current __current)
linkFolder
in interface _ImageOperations
public java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
linkedAnnotationList
in interface _ImageOperations
public java.util.List<Dataset> linkedDatasetList(Ice.Current __current)
linkedDatasetList
in interface _ImageOperations
public java.util.List<Folder> linkedFolderList(Ice.Current __current)
linkedFolderList
in interface _ImageOperations
public void reloadAnnotationLinks(Image toCopy, Ice.Current __current)
reloadAnnotationLinks
in interface _ImageOperations
public void reloadDatasetLinks(Image toCopy, Ice.Current __current)
reloadDatasetLinks
in interface _ImageOperations
public void reloadFolderLinks(Image toCopy, Ice.Current __current)
reloadFolderLinks
in interface _ImageOperations
public void reloadPixels(Image toCopy, Ice.Current __current)
reloadPixels
in interface _ImageOperations
public void reloadRois(Image toCopy, Ice.Current __current)
reloadRois
in interface _ImageOperations
public void reloadWellSamples(Image toCopy, Ice.Current __current)
reloadWellSamples
in interface _ImageOperations
public void removeAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current __current)
removeAllDatasetImageLinkSet
in interface _ImageOperations
public void removeAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
removeAllFolderImageLinkSet
in interface _ImageOperations
public void removeAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current __current)
removeAllImageAnnotationLinkSet
in interface _ImageOperations
public void removeAllPixelsSet(java.util.List<Pixels> targets, Ice.Current __current)
removeAllPixelsSet
in interface _ImageOperations
public void removeAllRoiSet(java.util.List<Roi> targets, Ice.Current __current)
removeAllRoiSet
in interface _ImageOperations
public void removeAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
removeAllWellSampleSet
in interface _ImageOperations
public void removeDatasetImageLink(DatasetImageLink theTarget, Ice.Current __current)
removeDatasetImageLink
in interface _ImageOperations
public void removeDatasetImageLinkFromBoth(DatasetImageLink link, boolean bothSides, Ice.Current __current)
removeDatasetImageLinkFromBoth
in interface _ImageOperations
public void removeFolderImageLink(FolderImageLink theTarget, Ice.Current __current)
removeFolderImageLink
in interface _ImageOperations
public void removeFolderImageLinkFromBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
removeFolderImageLinkFromBoth
in interface _ImageOperations
public void removeImageAnnotationLink(ImageAnnotationLink theTarget, Ice.Current __current)
removeImageAnnotationLink
in interface _ImageOperations
public void removeImageAnnotationLinkFromBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current __current)
removeImageAnnotationLinkFromBoth
in interface _ImageOperations
public void removePixels(Pixels theTarget, Ice.Current __current)
removePixels
in interface _ImageOperations
public void removeRoi(Roi theTarget, Ice.Current __current)
removeRoi
in interface _ImageOperations
public void removeWellSample(WellSample theTarget, Ice.Current __current)
removeWellSample
in interface _ImageOperations
public void setAcquisitionDate(RTime theAcquisitionDate, Ice.Current __current)
setAcquisitionDate
in interface _ImageOperations
public void setArchived(RBool theArchived, Ice.Current __current)
setArchived
in interface _ImageOperations
public void setDescription(RString theDescription, Ice.Current __current)
setDescription
in interface _ImageOperations
public void setExperiment(Experiment theExperiment, Ice.Current __current)
setExperiment
in interface _ImageOperations
public void setFileset(Fileset theFileset, Ice.Current __current)
setFileset
in interface _ImageOperations
public void setFormat(Format theFormat, Ice.Current __current)
setFormat
in interface _ImageOperations
public void setImagingEnvironment(ImagingEnvironment theImagingEnvironment, Ice.Current __current)
setImagingEnvironment
in interface _ImageOperations
public void setInstrument(Instrument theInstrument, Ice.Current __current)
setInstrument
in interface _ImageOperations
public void setName(RString theName, Ice.Current __current)
setName
in interface _ImageOperations
public void setObjectiveSettings(ObjectiveSettings theObjectiveSettings, Ice.Current __current)
setObjectiveSettings
in interface _ImageOperations
public void setPartial(RBool thePartial, Ice.Current __current)
setPartial
in interface _ImageOperations
public Pixels setPixels(int index, Pixels theElement, Ice.Current __current)
setPixels
in interface _ImageOperations
public Pixels setPrimaryPixels(Pixels theElement, Ice.Current __current)
setPrimaryPixels
in interface _ImageOperations
public void setSeries(RInt theSeries, Ice.Current __current)
setSeries
in interface _ImageOperations
public void setStageLabel(StageLabel theStageLabel, Ice.Current __current)
setStageLabel
in interface _ImageOperations
public void setVersion(RInt theVersion, Ice.Current __current)
setVersion
in interface _ImageOperations
public int sizeOfAnnotationLinks(Ice.Current __current)
sizeOfAnnotationLinks
in interface _ImageOperations
public int sizeOfDatasetLinks(Ice.Current __current)
sizeOfDatasetLinks
in interface _ImageOperations
public int sizeOfFolderLinks(Ice.Current __current)
sizeOfFolderLinks
in interface _ImageOperations
public int sizeOfPixels(Ice.Current __current)
sizeOfPixels
in interface _ImageOperations
public int sizeOfRois(Ice.Current __current)
sizeOfRois
in interface _ImageOperations
public int sizeOfWellSamples(Ice.Current __current)
sizeOfWellSamples
in interface _ImageOperations
public void unlinkAnnotation(Annotation removal, Ice.Current __current)
unlinkAnnotation
in interface _ImageOperations
public void unlinkDataset(Dataset removal, Ice.Current __current)
unlinkDataset
in interface _ImageOperations
public void unlinkFolder(Folder removal, Ice.Current __current)
unlinkFolder
in interface _ImageOperations
public void unloadAnnotationLinks(Ice.Current __current)
unloadAnnotationLinks
in interface _ImageOperations
public void unloadDatasetLinks(Ice.Current __current)
unloadDatasetLinks
in interface _ImageOperations
public void unloadFolderLinks(Ice.Current __current)
unloadFolderLinks
in interface _ImageOperations
public void unloadPixels(Ice.Current __current)
unloadPixels
in interface _ImageOperations
public void unloadRois(Ice.Current __current)
unloadRois
in interface _ImageOperations
public void unloadWellSamples(Ice.Current __current)
unloadWellSamples
in interface _ImageOperations