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 longserialVersionUID-
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 voidaddAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current __current)voidaddAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)voidaddAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current __current)voidaddAllPixelsSet(java.util.List<Pixels> targets, Ice.Current __current)voidaddAllRoiSet(java.util.List<Roi> targets, Ice.Current __current)voidaddAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)voidaddDatasetImageLink(DatasetImageLink target, Ice.Current __current)voidaddDatasetImageLinkToBoth(DatasetImageLink link, boolean bothSides, Ice.Current __current)voidaddFolderImageLink(FolderImageLink target, Ice.Current __current)voidaddFolderImageLinkToBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)voidaddImageAnnotationLink(ImageAnnotationLink target, Ice.Current __current)voidaddImageAnnotationLinkToBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current __current)voidaddPixels(Pixels target, Ice.Current __current)voidaddRoi(Roi target, Ice.Current __current)voidaddWellSample(WellSample target, Ice.Current __current)voidclearAnnotationLinks(Ice.Current __current)voidclearDatasetLinks(Ice.Current __current)voidclearFolderLinks(Ice.Current __current)voidclearPixels(Ice.Current __current)voidclearRois(Ice.Current __current)voidclearWellSamples(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)booleanequals(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)RTimegetAcquisitionDate(Ice.Current __current)java.util.Map<java.lang.Long,java.lang.Long>getAnnotationLinksCountPerOwner(Ice.Current __current)RBoolgetArchived(Ice.Current __current)java.util.Map<java.lang.Long,java.lang.Long>getDatasetLinksCountPerOwner(Ice.Current __current)RStringgetDescription(Ice.Current __current)DetailsgetDetails(Ice.Current __current)ExperimentgetExperiment(Ice.Current __current)FilesetgetFileset(Ice.Current __current)java.util.Map<java.lang.Long,java.lang.Long>getFolderLinksCountPerOwner(Ice.Current __current)FormatgetFormat(Ice.Current __current)RLonggetId(Ice.Current __current)ImagingEnvironmentgetImagingEnvironment(Ice.Current __current)InstrumentgetInstrument(Ice.Current __current)RStringgetName(Ice.Current __current)ObjectiveSettingsgetObjectiveSettings(Ice.Current __current)RBoolgetPartial(Ice.Current __current)PixelsgetPixels(int index, Ice.Current __current)PixelsgetPrimaryPixels(Ice.Current __current)RIntgetSeries(Ice.Current __current)StageLabelgetStageLabel(Ice.Current __current)RIntgetVersion(Ice.Current __current)inthashCode()java.lang.Objectice_delegate()voidice_delegate(java.lang.Object delegate)booleanisAnnotated(Ice.Current __current)Allows for the attachment of any omero.model.Annotation subclasses.booleanisGlobal(Ice.Current __current)Marker interface which means that special rules apply for both reading and writing these instances.booleanisLink(Ice.Current __current)A link between two other types.booleanisLoaded(Ice.Current __current)Tests if the objects are loaded or not.booleanisMutable(Ice.Current __current)The server will persist changes made to these types.ImageAnnotationLinklinkAnnotation(Annotation addition, Ice.Current __current)DatasetImageLinklinkDataset(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)FolderImageLinklinkFolder(Folder addition, Ice.Current __current)IObjectproxy(Ice.Current __current)Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );voidreloadAnnotationLinks(Image toCopy, Ice.Current __current)voidreloadDatasetLinks(Image toCopy, Ice.Current __current)voidreloadFolderLinks(Image toCopy, Ice.Current __current)voidreloadPixels(Image toCopy, Ice.Current __current)voidreloadRois(Image toCopy, Ice.Current __current)voidreloadWellSamples(Image toCopy, Ice.Current __current)voidremoveAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current __current)voidremoveAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)voidremoveAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current __current)voidremoveAllPixelsSet(java.util.List<Pixels> targets, Ice.Current __current)voidremoveAllRoiSet(java.util.List<Roi> targets, Ice.Current __current)voidremoveAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)voidremoveDatasetImageLink(DatasetImageLink theTarget, Ice.Current __current)voidremoveDatasetImageLinkFromBoth(DatasetImageLink link, boolean bothSides, Ice.Current __current)voidremoveFolderImageLink(FolderImageLink theTarget, Ice.Current __current)voidremoveFolderImageLinkFromBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)voidremoveImageAnnotationLink(ImageAnnotationLink theTarget, Ice.Current __current)voidremoveImageAnnotationLinkFromBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current __current)voidremovePixels(Pixels theTarget, Ice.Current __current)voidremoveRoi(Roi theTarget, Ice.Current __current)voidremoveWellSample(WellSample theTarget, Ice.Current __current)voidsetAcquisitionDate(RTime theAcquisitionDate, Ice.Current __current)voidsetArchived(RBool theArchived, Ice.Current __current)voidsetDescription(RString theDescription, Ice.Current __current)voidsetExperiment(Experiment theExperiment, Ice.Current __current)voidsetFileset(Fileset theFileset, Ice.Current __current)voidsetFormat(Format theFormat, Ice.Current __current)voidsetId(RLong id, Ice.Current __current)voidsetImagingEnvironment(ImagingEnvironment theImagingEnvironment, Ice.Current __current)voidsetInstrument(Instrument theInstrument, Ice.Current __current)voidsetName(RString theName, Ice.Current __current)voidsetObjectiveSettings(ObjectiveSettings theObjectiveSettings, Ice.Current __current)voidsetPartial(RBool thePartial, Ice.Current __current)PixelssetPixels(int index, Pixels theElement, Ice.Current __current)PixelssetPrimaryPixels(Pixels theElement, Ice.Current __current)voidsetSeries(RInt theSeries, Ice.Current __current)voidsetStageLabel(StageLabel theStageLabel, Ice.Current __current)voidsetVersion(RInt theVersion, Ice.Current __current)IObjectshallowCopy(Ice.Current __current)Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.intsizeOfAnnotationLinks(Ice.Current __current)intsizeOfDatasetLinks(Ice.Current __current)intsizeOfFolderLinks(Ice.Current __current)intsizeOfPixels(Ice.Current __current)intsizeOfRois(Ice.Current __current)intsizeOfWellSamples(Ice.Current __current)voidunlinkAnnotation(Annotation removal, Ice.Current __current)voidunlinkDataset(Dataset removal, Ice.Current __current)voidunlinkFolder(Folder removal, Ice.Current __current)voidunload(Ice.Current __current)Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.voidunloadAnnotationLinks(Ice.Current __current)voidunloadCollections(Ice.Current __current)Each collection can also be unloaded, independently of the object itself.voidunloadDatasetLinks(Ice.Current __current)voidunloadDetails(Ice.Current __current)As with collections, the objects under details can link to many other objects.voidunloadFolderLinks(Ice.Current __current)voidunloadPixels(Ice.Current __current)voidunloadRois(Ice.Current __current)voidunloadWellSamples(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_delegatein interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegatein interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getDetails
public Details getDetails(Ice.Current __current)
- Specified by:
getDetailsin interface_IObjectOperations
-
getId
public RLong getId(Ice.Current __current)
- Specified by:
getIdin interface_IObjectOperations
-
isAnnotated
public boolean isAnnotated(Ice.Current __current)
Description copied from interface:_IObjectOperationsAllows for the attachment of any omero.model.Annotation subclasses. Methods provided are: - linkAnnotation(Annotation) -- Specified by:
isAnnotatedin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
isGlobal
public boolean isGlobal(Ice.Current __current)
Description copied from interface:_IObjectOperationsMarker interface which means that special rules apply for both reading and writing these instances.- Specified by:
isGlobalin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
isLink
public boolean isLink(Ice.Current __current)
Description copied from interface:_IObjectOperationsA link between two other types. Methods provided: - getParent() - getChild()- Specified by:
isLinkin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
isLoaded
public boolean isLoaded(Ice.Current __current)
Description copied from interface:_IObjectOperationsTests if the objects are loaded or not. If this value is false, then any method call on this instance other than getId or setId will result in an exception.- Specified by:
isLoadedin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
isMutable
public boolean isMutable(Ice.Current __current)
Description copied from interface:_IObjectOperationsThe server will persist changes made to these types. Methods provided: - getVersion() - setVersion()- Specified by:
isMutablein interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
proxy
public IObject proxy(Ice.Current __current)
Description copied from interface:_IObjectOperationsReturn another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );- Specified by:
proxyin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
setId
public void setId(RLong id, Ice.Current __current)
- Specified by:
setIdin interface_IObjectOperations
-
shallowCopy
public IObject shallowCopy(Ice.Current __current)
Description copied from interface:_IObjectOperationsReturn another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.- Specified by:
shallowCopyin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
unload
public void unload(Ice.Current __current)
Description copied from interface:_IObjectOperationsSets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.- Specified by:
unloadin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
unloadCollections
public void unloadCollections(Ice.Current __current)
Description copied from interface:_IObjectOperationsEach collection can also be unloaded, independently of the object itself. To unload all collections, use: object.unloadCollections(); This is useful when it is possible that a collection no longer represents the state in the database, and passing the collections back to the server might delete some entities. Sending back empty collections can also save a significant amount of bandwidth, when working with large data graphs.- Specified by:
unloadCollectionsin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
unloadDetails
public void unloadDetails(Ice.Current __current)
Description copied from interface:_IObjectOperationsAs with collections, the objects under details can link to many other objects. Unloading the details can same bandwidth and simplify the server logic.- Specified by:
unloadDetailsin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
addAllDatasetImageLinkSet
public void addAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current __current)
- Specified by:
addAllDatasetImageLinkSetin interface_ImageOperations
-
addAllFolderImageLinkSet
public void addAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
- Specified by:
addAllFolderImageLinkSetin interface_ImageOperations
-
addAllImageAnnotationLinkSet
public void addAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current __current)
- Specified by:
addAllImageAnnotationLinkSetin interface_ImageOperations
-
addAllPixelsSet
public void addAllPixelsSet(java.util.List<Pixels> targets, Ice.Current __current)
- Specified by:
addAllPixelsSetin interface_ImageOperations
-
addAllRoiSet
public void addAllRoiSet(java.util.List<Roi> targets, Ice.Current __current)
- Specified by:
addAllRoiSetin interface_ImageOperations
-
addAllWellSampleSet
public void addAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
- Specified by:
addAllWellSampleSetin interface_ImageOperations
-
addDatasetImageLink
public void addDatasetImageLink(DatasetImageLink target, Ice.Current __current)
- Specified by:
addDatasetImageLinkin interface_ImageOperations
-
addDatasetImageLinkToBoth
public void addDatasetImageLinkToBoth(DatasetImageLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addDatasetImageLinkToBothin interface_ImageOperations
-
addFolderImageLink
public void addFolderImageLink(FolderImageLink target, Ice.Current __current)
- Specified by:
addFolderImageLinkin interface_ImageOperations
-
addFolderImageLinkToBoth
public void addFolderImageLinkToBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addFolderImageLinkToBothin interface_ImageOperations
-
addImageAnnotationLink
public void addImageAnnotationLink(ImageAnnotationLink target, Ice.Current __current)
- Specified by:
addImageAnnotationLinkin interface_ImageOperations
-
addImageAnnotationLinkToBoth
public void addImageAnnotationLinkToBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addImageAnnotationLinkToBothin interface_ImageOperations
-
addPixels
public void addPixels(Pixels target, Ice.Current __current)
- Specified by:
addPixelsin interface_ImageOperations
-
addRoi
public void addRoi(Roi target, Ice.Current __current)
- Specified by:
addRoiin interface_ImageOperations
-
addWellSample
public void addWellSample(WellSample target, Ice.Current __current)
- Specified by:
addWellSamplein interface_ImageOperations
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current __current)
- Specified by:
clearAnnotationLinksin interface_ImageOperations
-
clearDatasetLinks
public void clearDatasetLinks(Ice.Current __current)
- Specified by:
clearDatasetLinksin interface_ImageOperations
-
clearFolderLinks
public void clearFolderLinks(Ice.Current __current)
- Specified by:
clearFolderLinksin interface_ImageOperations
-
clearPixels
public void clearPixels(Ice.Current __current)
- Specified by:
clearPixelsin interface_ImageOperations
-
clearRois
public void clearRois(Ice.Current __current)
- Specified by:
clearRoisin interface_ImageOperations
-
clearWellSamples
public void clearWellSamples(Ice.Current __current)
- Specified by:
clearWellSamplesin interface_ImageOperations
-
copyAnnotationLinks
public java.util.List<ImageAnnotationLink> copyAnnotationLinks(Ice.Current __current)
- Specified by:
copyAnnotationLinksin interface_ImageOperations
-
copyDatasetLinks
public java.util.List<DatasetImageLink> copyDatasetLinks(Ice.Current __current)
- Specified by:
copyDatasetLinksin interface_ImageOperations
-
copyFolderLinks
public java.util.List<FolderImageLink> copyFolderLinks(Ice.Current __current)
- Specified by:
copyFolderLinksin interface_ImageOperations
-
copyPixels
public java.util.List<Pixels> copyPixels(Ice.Current __current)
- Specified by:
copyPixelsin interface_ImageOperations
-
copyRois
public java.util.List<Roi> copyRois(Ice.Current __current)
- Specified by:
copyRoisin interface_ImageOperations
-
copyWellSamples
public java.util.List<WellSample> copyWellSamples(Ice.Current __current)
- Specified by:
copyWellSamplesin interface_ImageOperations
-
findDatasetImageLink
public java.util.List<DatasetImageLink> findDatasetImageLink(Dataset removal, Ice.Current __current)
- Specified by:
findDatasetImageLinkin interface_ImageOperations
-
findFolderImageLink
public java.util.List<FolderImageLink> findFolderImageLink(Folder removal, Ice.Current __current)
- Specified by:
findFolderImageLinkin interface_ImageOperations
-
findImageAnnotationLink
public java.util.List<ImageAnnotationLink> findImageAnnotationLink(Annotation removal, Ice.Current __current)
- Specified by:
findImageAnnotationLinkin interface_ImageOperations
-
getAcquisitionDate
public RTime getAcquisitionDate(Ice.Current __current)
- Specified by:
getAcquisitionDatein interface_ImageOperations
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
- Specified by:
getAnnotationLinksCountPerOwnerin interface_ImageOperations
-
getArchived
public RBool getArchived(Ice.Current __current)
- Specified by:
getArchivedin interface_ImageOperations
-
getDatasetLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getDatasetLinksCountPerOwner(Ice.Current __current)
- Specified by:
getDatasetLinksCountPerOwnerin interface_ImageOperations
-
getDescription
public RString getDescription(Ice.Current __current)
- Specified by:
getDescriptionin interface_ImageOperations
-
getExperiment
public Experiment getExperiment(Ice.Current __current)
- Specified by:
getExperimentin interface_ImageOperations
-
getFileset
public Fileset getFileset(Ice.Current __current)
- Specified by:
getFilesetin interface_ImageOperations
-
getFolderLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getFolderLinksCountPerOwner(Ice.Current __current)
- Specified by:
getFolderLinksCountPerOwnerin interface_ImageOperations
-
getFormat
public Format getFormat(Ice.Current __current)
- Specified by:
getFormatin interface_ImageOperations
-
getImagingEnvironment
public ImagingEnvironment getImagingEnvironment(Ice.Current __current)
- Specified by:
getImagingEnvironmentin interface_ImageOperations
-
getInstrument
public Instrument getInstrument(Ice.Current __current)
- Specified by:
getInstrumentin interface_ImageOperations
-
getName
public RString getName(Ice.Current __current)
- Specified by:
getNamein interface_ImageOperations
-
getObjectiveSettings
public ObjectiveSettings getObjectiveSettings(Ice.Current __current)
- Specified by:
getObjectiveSettingsin interface_ImageOperations
-
getPartial
public RBool getPartial(Ice.Current __current)
- Specified by:
getPartialin interface_ImageOperations
-
getPixels
public Pixels getPixels(int index, Ice.Current __current)
- Specified by:
getPixelsin interface_ImageOperations
-
getPrimaryPixels
public Pixels getPrimaryPixels(Ice.Current __current)
- Specified by:
getPrimaryPixelsin interface_ImageOperations
-
getSeries
public RInt getSeries(Ice.Current __current)
- Specified by:
getSeriesin interface_ImageOperations
-
getStageLabel
public StageLabel getStageLabel(Ice.Current __current)
- Specified by:
getStageLabelin interface_ImageOperations
-
getVersion
public RInt getVersion(Ice.Current __current)
- Specified by:
getVersionin interface_ImageOperations
-
linkAnnotation
public ImageAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
- Specified by:
linkAnnotationin interface_ImageOperations
-
linkDataset
public DatasetImageLink linkDataset(Dataset addition, Ice.Current __current)
- Specified by:
linkDatasetin interface_ImageOperations
-
linkFolder
public FolderImageLink linkFolder(Folder addition, Ice.Current __current)
- Specified by:
linkFolderin interface_ImageOperations
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
- Specified by:
linkedAnnotationListin interface_ImageOperations
-
linkedDatasetList
public java.util.List<Dataset> linkedDatasetList(Ice.Current __current)
- Specified by:
linkedDatasetListin interface_ImageOperations
-
linkedFolderList
public java.util.List<Folder> linkedFolderList(Ice.Current __current)
- Specified by:
linkedFolderListin interface_ImageOperations
-
reloadAnnotationLinks
public void reloadAnnotationLinks(Image toCopy, Ice.Current __current)
- Specified by:
reloadAnnotationLinksin interface_ImageOperations
-
reloadDatasetLinks
public void reloadDatasetLinks(Image toCopy, Ice.Current __current)
- Specified by:
reloadDatasetLinksin interface_ImageOperations
-
reloadFolderLinks
public void reloadFolderLinks(Image toCopy, Ice.Current __current)
- Specified by:
reloadFolderLinksin interface_ImageOperations
-
reloadPixels
public void reloadPixels(Image toCopy, Ice.Current __current)
- Specified by:
reloadPixelsin interface_ImageOperations
-
reloadRois
public void reloadRois(Image toCopy, Ice.Current __current)
- Specified by:
reloadRoisin interface_ImageOperations
-
reloadWellSamples
public void reloadWellSamples(Image toCopy, Ice.Current __current)
- Specified by:
reloadWellSamplesin interface_ImageOperations
-
removeAllDatasetImageLinkSet
public void removeAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current __current)
- Specified by:
removeAllDatasetImageLinkSetin interface_ImageOperations
-
removeAllFolderImageLinkSet
public void removeAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
- Specified by:
removeAllFolderImageLinkSetin interface_ImageOperations
-
removeAllImageAnnotationLinkSet
public void removeAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current __current)
- Specified by:
removeAllImageAnnotationLinkSetin interface_ImageOperations
-
removeAllPixelsSet
public void removeAllPixelsSet(java.util.List<Pixels> targets, Ice.Current __current)
- Specified by:
removeAllPixelsSetin interface_ImageOperations
-
removeAllRoiSet
public void removeAllRoiSet(java.util.List<Roi> targets, Ice.Current __current)
- Specified by:
removeAllRoiSetin interface_ImageOperations
-
removeAllWellSampleSet
public void removeAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
- Specified by:
removeAllWellSampleSetin interface_ImageOperations
-
removeDatasetImageLink
public void removeDatasetImageLink(DatasetImageLink theTarget, Ice.Current __current)
- Specified by:
removeDatasetImageLinkin interface_ImageOperations
-
removeDatasetImageLinkFromBoth
public void removeDatasetImageLinkFromBoth(DatasetImageLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeDatasetImageLinkFromBothin interface_ImageOperations
-
removeFolderImageLink
public void removeFolderImageLink(FolderImageLink theTarget, Ice.Current __current)
- Specified by:
removeFolderImageLinkin interface_ImageOperations
-
removeFolderImageLinkFromBoth
public void removeFolderImageLinkFromBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeFolderImageLinkFromBothin interface_ImageOperations
-
removeImageAnnotationLink
public void removeImageAnnotationLink(ImageAnnotationLink theTarget, Ice.Current __current)
- Specified by:
removeImageAnnotationLinkin interface_ImageOperations
-
removeImageAnnotationLinkFromBoth
public void removeImageAnnotationLinkFromBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeImageAnnotationLinkFromBothin interface_ImageOperations
-
removePixels
public void removePixels(Pixels theTarget, Ice.Current __current)
- Specified by:
removePixelsin interface_ImageOperations
-
removeRoi
public void removeRoi(Roi theTarget, Ice.Current __current)
- Specified by:
removeRoiin interface_ImageOperations
-
removeWellSample
public void removeWellSample(WellSample theTarget, Ice.Current __current)
- Specified by:
removeWellSamplein interface_ImageOperations
-
setAcquisitionDate
public void setAcquisitionDate(RTime theAcquisitionDate, Ice.Current __current)
- Specified by:
setAcquisitionDatein interface_ImageOperations
-
setArchived
public void setArchived(RBool theArchived, Ice.Current __current)
- Specified by:
setArchivedin interface_ImageOperations
-
setDescription
public void setDescription(RString theDescription, Ice.Current __current)
- Specified by:
setDescriptionin interface_ImageOperations
-
setExperiment
public void setExperiment(Experiment theExperiment, Ice.Current __current)
- Specified by:
setExperimentin interface_ImageOperations
-
setFileset
public void setFileset(Fileset theFileset, Ice.Current __current)
- Specified by:
setFilesetin interface_ImageOperations
-
setFormat
public void setFormat(Format theFormat, Ice.Current __current)
- Specified by:
setFormatin interface_ImageOperations
-
setImagingEnvironment
public void setImagingEnvironment(ImagingEnvironment theImagingEnvironment, Ice.Current __current)
- Specified by:
setImagingEnvironmentin interface_ImageOperations
-
setInstrument
public void setInstrument(Instrument theInstrument, Ice.Current __current)
- Specified by:
setInstrumentin interface_ImageOperations
-
setName
public void setName(RString theName, Ice.Current __current)
- Specified by:
setNamein interface_ImageOperations
-
setObjectiveSettings
public void setObjectiveSettings(ObjectiveSettings theObjectiveSettings, Ice.Current __current)
- Specified by:
setObjectiveSettingsin interface_ImageOperations
-
setPartial
public void setPartial(RBool thePartial, Ice.Current __current)
- Specified by:
setPartialin interface_ImageOperations
-
setPixels
public Pixels setPixels(int index, Pixels theElement, Ice.Current __current)
- Specified by:
setPixelsin interface_ImageOperations
-
setPrimaryPixels
public Pixels setPrimaryPixels(Pixels theElement, Ice.Current __current)
- Specified by:
setPrimaryPixelsin interface_ImageOperations
-
setSeries
public void setSeries(RInt theSeries, Ice.Current __current)
- Specified by:
setSeriesin interface_ImageOperations
-
setStageLabel
public void setStageLabel(StageLabel theStageLabel, Ice.Current __current)
- Specified by:
setStageLabelin interface_ImageOperations
-
setVersion
public void setVersion(RInt theVersion, Ice.Current __current)
- Specified by:
setVersionin interface_ImageOperations
-
sizeOfAnnotationLinks
public int sizeOfAnnotationLinks(Ice.Current __current)
- Specified by:
sizeOfAnnotationLinksin interface_ImageOperations
-
sizeOfDatasetLinks
public int sizeOfDatasetLinks(Ice.Current __current)
- Specified by:
sizeOfDatasetLinksin interface_ImageOperations
-
sizeOfFolderLinks
public int sizeOfFolderLinks(Ice.Current __current)
- Specified by:
sizeOfFolderLinksin interface_ImageOperations
-
sizeOfPixels
public int sizeOfPixels(Ice.Current __current)
- Specified by:
sizeOfPixelsin interface_ImageOperations
-
sizeOfRois
public int sizeOfRois(Ice.Current __current)
- Specified by:
sizeOfRoisin interface_ImageOperations
-
sizeOfWellSamples
public int sizeOfWellSamples(Ice.Current __current)
- Specified by:
sizeOfWellSamplesin interface_ImageOperations
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current __current)
- Specified by:
unlinkAnnotationin interface_ImageOperations
-
unlinkDataset
public void unlinkDataset(Dataset removal, Ice.Current __current)
- Specified by:
unlinkDatasetin interface_ImageOperations
-
unlinkFolder
public void unlinkFolder(Folder removal, Ice.Current __current)
- Specified by:
unlinkFolderin interface_ImageOperations
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current __current)
- Specified by:
unloadAnnotationLinksin interface_ImageOperations
-
unloadDatasetLinks
public void unloadDatasetLinks(Ice.Current __current)
- Specified by:
unloadDatasetLinksin interface_ImageOperations
-
unloadFolderLinks
public void unloadFolderLinks(Ice.Current __current)
- Specified by:
unloadFolderLinksin interface_ImageOperations
-
unloadPixels
public void unloadPixels(Ice.Current __current)
- Specified by:
unloadPixelsin interface_ImageOperations
-
unloadRois
public void unloadRois(Ice.Current __current)
- Specified by:
unloadRoisin interface_ImageOperations
-
unloadWellSamples
public void unloadWellSamples(Ice.Current __current)
- Specified by:
unloadWellSamplesin interface_ImageOperations
-
-