Package omero.model
Class _ImageTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Image
-
- omero.model._ImageTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_ImageOperations
,_ImageOperationsNC
,_IObjectOperations
,_IObjectOperationsNC
public class _ImageTie extends Image implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
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, series, stageLabel, version, wellSamplesLoaded, wellSamplesSeq
-
-
Constructor Summary
Constructors Constructor Description _ImageTie()
_ImageTie(_ImageOperations delegate)
-
Method Summary
All 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)
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)
-
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
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_ImageTie
public _ImageTie()
-
_ImageTie
public _ImageTie(_ImageOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getDetails
public Details getDetails(Ice.Current __current)
- Specified by:
getDetails
in interface_IObjectOperations
-
getId
public RLong getId(Ice.Current __current)
- Specified by:
getId
in interface_IObjectOperations
-
isAnnotated
public boolean isAnnotated(Ice.Current __current)
Description copied from interface:_IObjectOperations
Allows for the attachment of any omero.model.Annotation subclasses. Methods provided are: - linkAnnotation(Annotation) -- Specified by:
isAnnotated
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isGlobal
public boolean isGlobal(Ice.Current __current)
Description copied from interface:_IObjectOperations
Marker interface which means that special rules apply for both reading and writing these instances.- Specified by:
isGlobal
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isLink
public boolean isLink(Ice.Current __current)
Description copied from interface:_IObjectOperations
A link between two other types. Methods provided: - getParent() - getChild()- Specified by:
isLink
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isLoaded
public boolean isLoaded(Ice.Current __current)
Description copied from interface:_IObjectOperations
Tests if the objects are loaded or not. If this value is false, then any method call on this instance other than getId or setId will result in an exception.- Specified by:
isLoaded
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isMutable
public boolean isMutable(Ice.Current __current)
Description copied from interface:_IObjectOperations
The server will persist changes made to these types. Methods provided: - getVersion() - setVersion()- Specified by:
isMutable
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
proxy
public IObject proxy(Ice.Current __current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );- Specified by:
proxy
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
setId
public void setId(RLong id, Ice.Current __current)
- Specified by:
setId
in interface_IObjectOperations
-
shallowCopy
public IObject shallowCopy(Ice.Current __current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.- Specified by:
shallowCopy
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
unload
public void unload(Ice.Current __current)
Description copied from interface:_IObjectOperations
Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.- Specified by:
unload
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
unloadCollections
public void unloadCollections(Ice.Current __current)
Description copied from interface:_IObjectOperations
Each collection can also be unloaded, independently of the object itself. To unload all collections, use: object.unloadCollections(); This is useful when it is possible that a collection no longer represents the state in the database, and passing the collections back to the server might delete some entities. Sending back empty collections can also save a significant amount of bandwidth, when working with large data graphs.- Specified by:
unloadCollections
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
unloadDetails
public void unloadDetails(Ice.Current __current)
Description copied from interface:_IObjectOperations
As with collections, the objects under details can link to many other objects. Unloading the details can same bandwidth and simplify the server logic.- Specified by:
unloadDetails
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
addAllDatasetImageLinkSet
public void addAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current __current)
- Specified by:
addAllDatasetImageLinkSet
in interface_ImageOperations
-
addAllFolderImageLinkSet
public void addAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
- Specified by:
addAllFolderImageLinkSet
in interface_ImageOperations
-
addAllImageAnnotationLinkSet
public void addAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current __current)
- Specified by:
addAllImageAnnotationLinkSet
in interface_ImageOperations
-
addAllPixelsSet
public void addAllPixelsSet(java.util.List<Pixels> targets, Ice.Current __current)
- Specified by:
addAllPixelsSet
in interface_ImageOperations
-
addAllRoiSet
public void addAllRoiSet(java.util.List<Roi> targets, Ice.Current __current)
- Specified by:
addAllRoiSet
in interface_ImageOperations
-
addAllWellSampleSet
public void addAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
- Specified by:
addAllWellSampleSet
in interface_ImageOperations
-
addDatasetImageLink
public void addDatasetImageLink(DatasetImageLink target, Ice.Current __current)
- Specified by:
addDatasetImageLink
in interface_ImageOperations
-
addDatasetImageLinkToBoth
public void addDatasetImageLinkToBoth(DatasetImageLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addDatasetImageLinkToBoth
in interface_ImageOperations
-
addFolderImageLink
public void addFolderImageLink(FolderImageLink target, Ice.Current __current)
- Specified by:
addFolderImageLink
in interface_ImageOperations
-
addFolderImageLinkToBoth
public void addFolderImageLinkToBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addFolderImageLinkToBoth
in interface_ImageOperations
-
addImageAnnotationLink
public void addImageAnnotationLink(ImageAnnotationLink target, Ice.Current __current)
- Specified by:
addImageAnnotationLink
in interface_ImageOperations
-
addImageAnnotationLinkToBoth
public void addImageAnnotationLinkToBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addImageAnnotationLinkToBoth
in interface_ImageOperations
-
addPixels
public void addPixels(Pixels target, Ice.Current __current)
- Specified by:
addPixels
in interface_ImageOperations
-
addRoi
public void addRoi(Roi target, Ice.Current __current)
- Specified by:
addRoi
in interface_ImageOperations
-
addWellSample
public void addWellSample(WellSample target, Ice.Current __current)
- Specified by:
addWellSample
in interface_ImageOperations
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current __current)
- Specified by:
clearAnnotationLinks
in interface_ImageOperations
-
clearDatasetLinks
public void clearDatasetLinks(Ice.Current __current)
- Specified by:
clearDatasetLinks
in interface_ImageOperations
-
clearFolderLinks
public void clearFolderLinks(Ice.Current __current)
- Specified by:
clearFolderLinks
in interface_ImageOperations
-
clearPixels
public void clearPixels(Ice.Current __current)
- Specified by:
clearPixels
in interface_ImageOperations
-
clearRois
public void clearRois(Ice.Current __current)
- Specified by:
clearRois
in interface_ImageOperations
-
clearWellSamples
public void clearWellSamples(Ice.Current __current)
- Specified by:
clearWellSamples
in interface_ImageOperations
-
copyAnnotationLinks
public java.util.List<ImageAnnotationLink> copyAnnotationLinks(Ice.Current __current)
- Specified by:
copyAnnotationLinks
in interface_ImageOperations
-
copyDatasetLinks
public java.util.List<DatasetImageLink> copyDatasetLinks(Ice.Current __current)
- Specified by:
copyDatasetLinks
in interface_ImageOperations
-
copyFolderLinks
public java.util.List<FolderImageLink> copyFolderLinks(Ice.Current __current)
- Specified by:
copyFolderLinks
in interface_ImageOperations
-
copyPixels
public java.util.List<Pixels> copyPixels(Ice.Current __current)
- Specified by:
copyPixels
in interface_ImageOperations
-
copyRois
public java.util.List<Roi> copyRois(Ice.Current __current)
- Specified by:
copyRois
in interface_ImageOperations
-
copyWellSamples
public java.util.List<WellSample> copyWellSamples(Ice.Current __current)
- Specified by:
copyWellSamples
in interface_ImageOperations
-
findDatasetImageLink
public java.util.List<DatasetImageLink> findDatasetImageLink(Dataset removal, Ice.Current __current)
- Specified by:
findDatasetImageLink
in interface_ImageOperations
-
findFolderImageLink
public java.util.List<FolderImageLink> findFolderImageLink(Folder removal, Ice.Current __current)
- Specified by:
findFolderImageLink
in interface_ImageOperations
-
findImageAnnotationLink
public java.util.List<ImageAnnotationLink> findImageAnnotationLink(Annotation removal, Ice.Current __current)
- Specified by:
findImageAnnotationLink
in interface_ImageOperations
-
getAcquisitionDate
public RTime getAcquisitionDate(Ice.Current __current)
- Specified by:
getAcquisitionDate
in interface_ImageOperations
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
- Specified by:
getAnnotationLinksCountPerOwner
in interface_ImageOperations
-
getArchived
public RBool getArchived(Ice.Current __current)
- Specified by:
getArchived
in interface_ImageOperations
-
getDatasetLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getDatasetLinksCountPerOwner(Ice.Current __current)
- Specified by:
getDatasetLinksCountPerOwner
in interface_ImageOperations
-
getDescription
public RString getDescription(Ice.Current __current)
- Specified by:
getDescription
in interface_ImageOperations
-
getExperiment
public Experiment getExperiment(Ice.Current __current)
- Specified by:
getExperiment
in interface_ImageOperations
-
getFileset
public Fileset getFileset(Ice.Current __current)
- Specified by:
getFileset
in interface_ImageOperations
-
getFolderLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getFolderLinksCountPerOwner(Ice.Current __current)
- Specified by:
getFolderLinksCountPerOwner
in interface_ImageOperations
-
getFormat
public Format getFormat(Ice.Current __current)
- Specified by:
getFormat
in interface_ImageOperations
-
getImagingEnvironment
public ImagingEnvironment getImagingEnvironment(Ice.Current __current)
- Specified by:
getImagingEnvironment
in interface_ImageOperations
-
getInstrument
public Instrument getInstrument(Ice.Current __current)
- Specified by:
getInstrument
in interface_ImageOperations
-
getName
public RString getName(Ice.Current __current)
- Specified by:
getName
in interface_ImageOperations
-
getObjectiveSettings
public ObjectiveSettings getObjectiveSettings(Ice.Current __current)
- Specified by:
getObjectiveSettings
in interface_ImageOperations
-
getPartial
public RBool getPartial(Ice.Current __current)
- Specified by:
getPartial
in interface_ImageOperations
-
getPixels
public Pixels getPixels(int index, Ice.Current __current)
- Specified by:
getPixels
in interface_ImageOperations
-
getPrimaryPixels
public Pixels getPrimaryPixels(Ice.Current __current)
- Specified by:
getPrimaryPixels
in interface_ImageOperations
-
getSeries
public RInt getSeries(Ice.Current __current)
- Specified by:
getSeries
in interface_ImageOperations
-
getStageLabel
public StageLabel getStageLabel(Ice.Current __current)
- Specified by:
getStageLabel
in interface_ImageOperations
-
getVersion
public RInt getVersion(Ice.Current __current)
- Specified by:
getVersion
in interface_ImageOperations
-
linkAnnotation
public ImageAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
- Specified by:
linkAnnotation
in interface_ImageOperations
-
linkDataset
public DatasetImageLink linkDataset(Dataset addition, Ice.Current __current)
- Specified by:
linkDataset
in interface_ImageOperations
-
linkFolder
public FolderImageLink linkFolder(Folder addition, Ice.Current __current)
- Specified by:
linkFolder
in interface_ImageOperations
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
- Specified by:
linkedAnnotationList
in interface_ImageOperations
-
linkedDatasetList
public java.util.List<Dataset> linkedDatasetList(Ice.Current __current)
- Specified by:
linkedDatasetList
in interface_ImageOperations
-
linkedFolderList
public java.util.List<Folder> linkedFolderList(Ice.Current __current)
- Specified by:
linkedFolderList
in interface_ImageOperations
-
reloadAnnotationLinks
public void reloadAnnotationLinks(Image toCopy, Ice.Current __current)
- Specified by:
reloadAnnotationLinks
in interface_ImageOperations
-
reloadDatasetLinks
public void reloadDatasetLinks(Image toCopy, Ice.Current __current)
- Specified by:
reloadDatasetLinks
in interface_ImageOperations
-
reloadFolderLinks
public void reloadFolderLinks(Image toCopy, Ice.Current __current)
- Specified by:
reloadFolderLinks
in interface_ImageOperations
-
reloadPixels
public void reloadPixels(Image toCopy, Ice.Current __current)
- Specified by:
reloadPixels
in interface_ImageOperations
-
reloadRois
public void reloadRois(Image toCopy, Ice.Current __current)
- Specified by:
reloadRois
in interface_ImageOperations
-
reloadWellSamples
public void reloadWellSamples(Image toCopy, Ice.Current __current)
- Specified by:
reloadWellSamples
in interface_ImageOperations
-
removeAllDatasetImageLinkSet
public void removeAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current __current)
- Specified by:
removeAllDatasetImageLinkSet
in interface_ImageOperations
-
removeAllFolderImageLinkSet
public void removeAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
- Specified by:
removeAllFolderImageLinkSet
in interface_ImageOperations
-
removeAllImageAnnotationLinkSet
public void removeAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current __current)
- Specified by:
removeAllImageAnnotationLinkSet
in interface_ImageOperations
-
removeAllPixelsSet
public void removeAllPixelsSet(java.util.List<Pixels> targets, Ice.Current __current)
- Specified by:
removeAllPixelsSet
in interface_ImageOperations
-
removeAllRoiSet
public void removeAllRoiSet(java.util.List<Roi> targets, Ice.Current __current)
- Specified by:
removeAllRoiSet
in interface_ImageOperations
-
removeAllWellSampleSet
public void removeAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
- Specified by:
removeAllWellSampleSet
in interface_ImageOperations
-
removeDatasetImageLink
public void removeDatasetImageLink(DatasetImageLink theTarget, Ice.Current __current)
- Specified by:
removeDatasetImageLink
in interface_ImageOperations
-
removeDatasetImageLinkFromBoth
public void removeDatasetImageLinkFromBoth(DatasetImageLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeDatasetImageLinkFromBoth
in interface_ImageOperations
-
removeFolderImageLink
public void removeFolderImageLink(FolderImageLink theTarget, Ice.Current __current)
- Specified by:
removeFolderImageLink
in interface_ImageOperations
-
removeFolderImageLinkFromBoth
public void removeFolderImageLinkFromBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeFolderImageLinkFromBoth
in interface_ImageOperations
-
removeImageAnnotationLink
public void removeImageAnnotationLink(ImageAnnotationLink theTarget, Ice.Current __current)
- Specified by:
removeImageAnnotationLink
in interface_ImageOperations
-
removeImageAnnotationLinkFromBoth
public void removeImageAnnotationLinkFromBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeImageAnnotationLinkFromBoth
in interface_ImageOperations
-
removePixels
public void removePixels(Pixels theTarget, Ice.Current __current)
- Specified by:
removePixels
in interface_ImageOperations
-
removeRoi
public void removeRoi(Roi theTarget, Ice.Current __current)
- Specified by:
removeRoi
in interface_ImageOperations
-
removeWellSample
public void removeWellSample(WellSample theTarget, Ice.Current __current)
- Specified by:
removeWellSample
in interface_ImageOperations
-
setAcquisitionDate
public void setAcquisitionDate(RTime theAcquisitionDate, Ice.Current __current)
- Specified by:
setAcquisitionDate
in interface_ImageOperations
-
setArchived
public void setArchived(RBool theArchived, Ice.Current __current)
- Specified by:
setArchived
in interface_ImageOperations
-
setDescription
public void setDescription(RString theDescription, Ice.Current __current)
- Specified by:
setDescription
in interface_ImageOperations
-
setExperiment
public void setExperiment(Experiment theExperiment, Ice.Current __current)
- Specified by:
setExperiment
in interface_ImageOperations
-
setFileset
public void setFileset(Fileset theFileset, Ice.Current __current)
- Specified by:
setFileset
in interface_ImageOperations
-
setFormat
public void setFormat(Format theFormat, Ice.Current __current)
- Specified by:
setFormat
in interface_ImageOperations
-
setImagingEnvironment
public void setImagingEnvironment(ImagingEnvironment theImagingEnvironment, Ice.Current __current)
- Specified by:
setImagingEnvironment
in interface_ImageOperations
-
setInstrument
public void setInstrument(Instrument theInstrument, Ice.Current __current)
- Specified by:
setInstrument
in interface_ImageOperations
-
setName
public void setName(RString theName, Ice.Current __current)
- Specified by:
setName
in interface_ImageOperations
-
setObjectiveSettings
public void setObjectiveSettings(ObjectiveSettings theObjectiveSettings, Ice.Current __current)
- Specified by:
setObjectiveSettings
in interface_ImageOperations
-
setPartial
public void setPartial(RBool thePartial, Ice.Current __current)
- Specified by:
setPartial
in interface_ImageOperations
-
setPixels
public Pixels setPixels(int index, Pixels theElement, Ice.Current __current)
- Specified by:
setPixels
in interface_ImageOperations
-
setPrimaryPixels
public Pixels setPrimaryPixels(Pixels theElement, Ice.Current __current)
- Specified by:
setPrimaryPixels
in interface_ImageOperations
-
setSeries
public void setSeries(RInt theSeries, Ice.Current __current)
- Specified by:
setSeries
in interface_ImageOperations
-
setStageLabel
public void setStageLabel(StageLabel theStageLabel, Ice.Current __current)
- Specified by:
setStageLabel
in interface_ImageOperations
-
setVersion
public void setVersion(RInt theVersion, Ice.Current __current)
- Specified by:
setVersion
in interface_ImageOperations
-
sizeOfAnnotationLinks
public int sizeOfAnnotationLinks(Ice.Current __current)
- Specified by:
sizeOfAnnotationLinks
in interface_ImageOperations
-
sizeOfDatasetLinks
public int sizeOfDatasetLinks(Ice.Current __current)
- Specified by:
sizeOfDatasetLinks
in interface_ImageOperations
-
sizeOfFolderLinks
public int sizeOfFolderLinks(Ice.Current __current)
- Specified by:
sizeOfFolderLinks
in interface_ImageOperations
-
sizeOfPixels
public int sizeOfPixels(Ice.Current __current)
- Specified by:
sizeOfPixels
in interface_ImageOperations
-
sizeOfRois
public int sizeOfRois(Ice.Current __current)
- Specified by:
sizeOfRois
in interface_ImageOperations
-
sizeOfWellSamples
public int sizeOfWellSamples(Ice.Current __current)
- Specified by:
sizeOfWellSamples
in interface_ImageOperations
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current __current)
- Specified by:
unlinkAnnotation
in interface_ImageOperations
-
unlinkDataset
public void unlinkDataset(Dataset removal, Ice.Current __current)
- Specified by:
unlinkDataset
in interface_ImageOperations
-
unlinkFolder
public void unlinkFolder(Folder removal, Ice.Current __current)
- Specified by:
unlinkFolder
in interface_ImageOperations
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current __current)
- Specified by:
unloadAnnotationLinks
in interface_ImageOperations
-
unloadDatasetLinks
public void unloadDatasetLinks(Ice.Current __current)
- Specified by:
unloadDatasetLinks
in interface_ImageOperations
-
unloadFolderLinks
public void unloadFolderLinks(Ice.Current __current)
- Specified by:
unloadFolderLinks
in interface_ImageOperations
-
unloadPixels
public void unloadPixels(Ice.Current __current)
- Specified by:
unloadPixels
in interface_ImageOperations
-
unloadRois
public void unloadRois(Ice.Current __current)
- Specified by:
unloadRois
in interface_ImageOperations
-
unloadWellSamples
public void unloadWellSamples(Ice.Current __current)
- Specified by:
unloadWellSamples
in interface_ImageOperations
-
-