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_preMarshalfinalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetailspublic static final long serialVersionUID
public _ImageTie()
public _ImageTie(_ImageOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate in interface Ice.TieBasepublic void ice_delegate(java.lang.Object delegate)
ice_delegate in interface Ice.TieBasepublic boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic Details getDetails(Ice.Current __current)
getDetails in interface _IObjectOperationspublic RLong getId(Ice.Current __current)
getId in interface _IObjectOperationspublic boolean isAnnotated(Ice.Current __current)
_IObjectOperationsisAnnotated in interface _IObjectOperations__current - The Current object for the invocation.public boolean isGlobal(Ice.Current __current)
_IObjectOperationsisGlobal in interface _IObjectOperations__current - The Current object for the invocation.public boolean isLink(Ice.Current __current)
_IObjectOperationsisLink in interface _IObjectOperations__current - The Current object for the invocation.public boolean isLoaded(Ice.Current __current)
_IObjectOperationsisLoaded in interface _IObjectOperations__current - The Current object for the invocation.public boolean isMutable(Ice.Current __current)
_IObjectOperationsisMutable in interface _IObjectOperations__current - The Current object for the invocation.public IObject proxy(Ice.Current __current)
_IObjectOperationsproxy in interface _IObjectOperations__current - The Current object for the invocation.public void setId(RLong id, Ice.Current __current)
setId in interface _IObjectOperationspublic IObject shallowCopy(Ice.Current __current)
_IObjectOperationsshallowCopy in interface _IObjectOperations__current - The Current object for the invocation.public void unload(Ice.Current __current)
_IObjectOperationsunload in interface _IObjectOperations__current - The Current object for the invocation.public void unloadCollections(Ice.Current __current)
_IObjectOperationsunloadCollections in interface _IObjectOperations__current - The Current object for the invocation.public void unloadDetails(Ice.Current __current)
_IObjectOperationsunloadDetails in interface _IObjectOperations__current - The Current object for the invocation.public void addAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current __current)
addAllDatasetImageLinkSet in interface _ImageOperationspublic void addAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
addAllFolderImageLinkSet in interface _ImageOperationspublic void addAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current __current)
addAllImageAnnotationLinkSet in interface _ImageOperationspublic void addAllPixelsSet(java.util.List<Pixels> targets, Ice.Current __current)
addAllPixelsSet in interface _ImageOperationspublic void addAllRoiSet(java.util.List<Roi> targets, Ice.Current __current)
addAllRoiSet in interface _ImageOperationspublic void addAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
addAllWellSampleSet in interface _ImageOperationspublic void addDatasetImageLink(DatasetImageLink target, Ice.Current __current)
addDatasetImageLink in interface _ImageOperationspublic void addDatasetImageLinkToBoth(DatasetImageLink link, boolean bothSides, Ice.Current __current)
addDatasetImageLinkToBoth in interface _ImageOperationspublic void addFolderImageLink(FolderImageLink target, Ice.Current __current)
addFolderImageLink in interface _ImageOperationspublic void addFolderImageLinkToBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
addFolderImageLinkToBoth in interface _ImageOperationspublic void addImageAnnotationLink(ImageAnnotationLink target, Ice.Current __current)
addImageAnnotationLink in interface _ImageOperationspublic void addImageAnnotationLinkToBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current __current)
addImageAnnotationLinkToBoth in interface _ImageOperationspublic void addPixels(Pixels target, Ice.Current __current)
addPixels in interface _ImageOperationspublic void addRoi(Roi target, Ice.Current __current)
addRoi in interface _ImageOperationspublic void addWellSample(WellSample target, Ice.Current __current)
addWellSample in interface _ImageOperationspublic void clearAnnotationLinks(Ice.Current __current)
clearAnnotationLinks in interface _ImageOperationspublic void clearDatasetLinks(Ice.Current __current)
clearDatasetLinks in interface _ImageOperationspublic void clearFolderLinks(Ice.Current __current)
clearFolderLinks in interface _ImageOperationspublic void clearPixels(Ice.Current __current)
clearPixels in interface _ImageOperationspublic void clearRois(Ice.Current __current)
clearRois in interface _ImageOperationspublic void clearWellSamples(Ice.Current __current)
clearWellSamples in interface _ImageOperationspublic java.util.List<ImageAnnotationLink> copyAnnotationLinks(Ice.Current __current)
copyAnnotationLinks in interface _ImageOperationspublic java.util.List<DatasetImageLink> copyDatasetLinks(Ice.Current __current)
copyDatasetLinks in interface _ImageOperationspublic java.util.List<FolderImageLink> copyFolderLinks(Ice.Current __current)
copyFolderLinks in interface _ImageOperationspublic java.util.List<Pixels> copyPixels(Ice.Current __current)
copyPixels in interface _ImageOperationspublic java.util.List<Roi> copyRois(Ice.Current __current)
copyRois in interface _ImageOperationspublic java.util.List<WellSample> copyWellSamples(Ice.Current __current)
copyWellSamples in interface _ImageOperationspublic java.util.List<DatasetImageLink> findDatasetImageLink(Dataset removal, Ice.Current __current)
findDatasetImageLink in interface _ImageOperationspublic java.util.List<FolderImageLink> findFolderImageLink(Folder removal, Ice.Current __current)
findFolderImageLink in interface _ImageOperationspublic java.util.List<ImageAnnotationLink> findImageAnnotationLink(Annotation removal, Ice.Current __current)
findImageAnnotationLink in interface _ImageOperationspublic RTime getAcquisitionDate(Ice.Current __current)
getAcquisitionDate in interface _ImageOperationspublic java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
getAnnotationLinksCountPerOwner in interface _ImageOperationspublic RBool getArchived(Ice.Current __current)
getArchived in interface _ImageOperationspublic java.util.Map<java.lang.Long,java.lang.Long> getDatasetLinksCountPerOwner(Ice.Current __current)
getDatasetLinksCountPerOwner in interface _ImageOperationspublic RString getDescription(Ice.Current __current)
getDescription in interface _ImageOperationspublic Experiment getExperiment(Ice.Current __current)
getExperiment in interface _ImageOperationspublic Fileset getFileset(Ice.Current __current)
getFileset in interface _ImageOperationspublic java.util.Map<java.lang.Long,java.lang.Long> getFolderLinksCountPerOwner(Ice.Current __current)
getFolderLinksCountPerOwner in interface _ImageOperationspublic Format getFormat(Ice.Current __current)
getFormat in interface _ImageOperationspublic ImagingEnvironment getImagingEnvironment(Ice.Current __current)
getImagingEnvironment in interface _ImageOperationspublic Instrument getInstrument(Ice.Current __current)
getInstrument in interface _ImageOperationspublic RString getName(Ice.Current __current)
getName in interface _ImageOperationspublic ObjectiveSettings getObjectiveSettings(Ice.Current __current)
getObjectiveSettings in interface _ImageOperationspublic RBool getPartial(Ice.Current __current)
getPartial in interface _ImageOperationspublic Pixels getPixels(int index, Ice.Current __current)
getPixels in interface _ImageOperationspublic Pixels getPrimaryPixels(Ice.Current __current)
getPrimaryPixels in interface _ImageOperationspublic RInt getSeries(Ice.Current __current)
getSeries in interface _ImageOperationspublic StageLabel getStageLabel(Ice.Current __current)
getStageLabel in interface _ImageOperationspublic RInt getVersion(Ice.Current __current)
getVersion in interface _ImageOperationspublic ImageAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
linkAnnotation in interface _ImageOperationspublic DatasetImageLink linkDataset(Dataset addition, Ice.Current __current)
linkDataset in interface _ImageOperationspublic FolderImageLink linkFolder(Folder addition, Ice.Current __current)
linkFolder in interface _ImageOperationspublic java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
linkedAnnotationList in interface _ImageOperationspublic java.util.List<Dataset> linkedDatasetList(Ice.Current __current)
linkedDatasetList in interface _ImageOperationspublic java.util.List<Folder> linkedFolderList(Ice.Current __current)
linkedFolderList in interface _ImageOperationspublic void reloadAnnotationLinks(Image toCopy, Ice.Current __current)
reloadAnnotationLinks in interface _ImageOperationspublic void reloadDatasetLinks(Image toCopy, Ice.Current __current)
reloadDatasetLinks in interface _ImageOperationspublic void reloadFolderLinks(Image toCopy, Ice.Current __current)
reloadFolderLinks in interface _ImageOperationspublic void reloadPixels(Image toCopy, Ice.Current __current)
reloadPixels in interface _ImageOperationspublic void reloadRois(Image toCopy, Ice.Current __current)
reloadRois in interface _ImageOperationspublic void reloadWellSamples(Image toCopy, Ice.Current __current)
reloadWellSamples in interface _ImageOperationspublic void removeAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current __current)
removeAllDatasetImageLinkSet in interface _ImageOperationspublic void removeAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
removeAllFolderImageLinkSet in interface _ImageOperationspublic void removeAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current __current)
removeAllImageAnnotationLinkSet in interface _ImageOperationspublic void removeAllPixelsSet(java.util.List<Pixels> targets, Ice.Current __current)
removeAllPixelsSet in interface _ImageOperationspublic void removeAllRoiSet(java.util.List<Roi> targets, Ice.Current __current)
removeAllRoiSet in interface _ImageOperationspublic void removeAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
removeAllWellSampleSet in interface _ImageOperationspublic void removeDatasetImageLink(DatasetImageLink theTarget, Ice.Current __current)
removeDatasetImageLink in interface _ImageOperationspublic void removeDatasetImageLinkFromBoth(DatasetImageLink link, boolean bothSides, Ice.Current __current)
removeDatasetImageLinkFromBoth in interface _ImageOperationspublic void removeFolderImageLink(FolderImageLink theTarget, Ice.Current __current)
removeFolderImageLink in interface _ImageOperationspublic void removeFolderImageLinkFromBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
removeFolderImageLinkFromBoth in interface _ImageOperationspublic void removeImageAnnotationLink(ImageAnnotationLink theTarget, Ice.Current __current)
removeImageAnnotationLink in interface _ImageOperationspublic void removeImageAnnotationLinkFromBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current __current)
removeImageAnnotationLinkFromBoth in interface _ImageOperationspublic void removePixels(Pixels theTarget, Ice.Current __current)
removePixels in interface _ImageOperationspublic void removeRoi(Roi theTarget, Ice.Current __current)
removeRoi in interface _ImageOperationspublic void removeWellSample(WellSample theTarget, Ice.Current __current)
removeWellSample in interface _ImageOperationspublic void setAcquisitionDate(RTime theAcquisitionDate, Ice.Current __current)
setAcquisitionDate in interface _ImageOperationspublic void setArchived(RBool theArchived, Ice.Current __current)
setArchived in interface _ImageOperationspublic void setDescription(RString theDescription, Ice.Current __current)
setDescription in interface _ImageOperationspublic void setExperiment(Experiment theExperiment, Ice.Current __current)
setExperiment in interface _ImageOperationspublic void setFileset(Fileset theFileset, Ice.Current __current)
setFileset in interface _ImageOperationspublic void setFormat(Format theFormat, Ice.Current __current)
setFormat in interface _ImageOperationspublic void setImagingEnvironment(ImagingEnvironment theImagingEnvironment, Ice.Current __current)
setImagingEnvironment in interface _ImageOperationspublic void setInstrument(Instrument theInstrument, Ice.Current __current)
setInstrument in interface _ImageOperationspublic void setName(RString theName, Ice.Current __current)
setName in interface _ImageOperationspublic void setObjectiveSettings(ObjectiveSettings theObjectiveSettings, Ice.Current __current)
setObjectiveSettings in interface _ImageOperationspublic void setPartial(RBool thePartial, Ice.Current __current)
setPartial in interface _ImageOperationspublic Pixels setPixels(int index, Pixels theElement, Ice.Current __current)
setPixels in interface _ImageOperationspublic Pixels setPrimaryPixels(Pixels theElement, Ice.Current __current)
setPrimaryPixels in interface _ImageOperationspublic void setSeries(RInt theSeries, Ice.Current __current)
setSeries in interface _ImageOperationspublic void setStageLabel(StageLabel theStageLabel, Ice.Current __current)
setStageLabel in interface _ImageOperationspublic void setVersion(RInt theVersion, Ice.Current __current)
setVersion in interface _ImageOperationspublic int sizeOfAnnotationLinks(Ice.Current __current)
sizeOfAnnotationLinks in interface _ImageOperationspublic int sizeOfDatasetLinks(Ice.Current __current)
sizeOfDatasetLinks in interface _ImageOperationspublic int sizeOfFolderLinks(Ice.Current __current)
sizeOfFolderLinks in interface _ImageOperationspublic int sizeOfPixels(Ice.Current __current)
sizeOfPixels in interface _ImageOperationspublic int sizeOfRois(Ice.Current __current)
sizeOfRois in interface _ImageOperationspublic int sizeOfWellSamples(Ice.Current __current)
sizeOfWellSamples in interface _ImageOperationspublic void unlinkAnnotation(Annotation removal, Ice.Current __current)
unlinkAnnotation in interface _ImageOperationspublic void unlinkDataset(Dataset removal, Ice.Current __current)
unlinkDataset in interface _ImageOperationspublic void unlinkFolder(Folder removal, Ice.Current __current)
unlinkFolder in interface _ImageOperationspublic void unloadAnnotationLinks(Ice.Current __current)
unloadAnnotationLinks in interface _ImageOperationspublic void unloadDatasetLinks(Ice.Current __current)
unloadDatasetLinks in interface _ImageOperationspublic void unloadFolderLinks(Ice.Current __current)
unloadFolderLinks in interface _ImageOperationspublic void unloadPixels(Ice.Current __current)
unloadPixels in interface _ImageOperationspublic void unloadRois(Ice.Current __current)
unloadRois in interface _ImageOperationspublic void unloadWellSamples(Ice.Current __current)
unloadWellSamples in interface _ImageOperations