Package omero.model
Interface _ImageOperations
-
- All Superinterfaces:
_IObjectOperations
public interface _ImageOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract 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)
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)
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)
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)
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)
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
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)
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
unloadAnnotationLinks(Ice.Current __current)
void
unloadDatasetLinks(Ice.Current __current)
void
unloadFolderLinks(Ice.Current __current)
void
unloadPixels(Ice.Current __current)
void
unloadRois(Ice.Current __current)
void
unloadWellSamples(Ice.Current __current)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion(Ice.Current __current)
-
setVersion
void setVersion(RInt theVersion, Ice.Current __current)
-
getSeries
RInt getSeries(Ice.Current __current)
-
setSeries
void setSeries(RInt theSeries, Ice.Current __current)
-
getAcquisitionDate
RTime getAcquisitionDate(Ice.Current __current)
-
setAcquisitionDate
void setAcquisitionDate(RTime theAcquisitionDate, Ice.Current __current)
-
getArchived
RBool getArchived(Ice.Current __current)
-
setArchived
void setArchived(RBool theArchived, Ice.Current __current)
-
getPartial
RBool getPartial(Ice.Current __current)
-
setPartial
void setPartial(RBool thePartial, Ice.Current __current)
-
getFormat
Format getFormat(Ice.Current __current)
-
setFormat
void setFormat(Format theFormat, Ice.Current __current)
-
getImagingEnvironment
ImagingEnvironment getImagingEnvironment(Ice.Current __current)
-
setImagingEnvironment
void setImagingEnvironment(ImagingEnvironment theImagingEnvironment, Ice.Current __current)
-
getObjectiveSettings
ObjectiveSettings getObjectiveSettings(Ice.Current __current)
-
setObjectiveSettings
void setObjectiveSettings(ObjectiveSettings theObjectiveSettings, Ice.Current __current)
-
getInstrument
Instrument getInstrument(Ice.Current __current)
-
setInstrument
void setInstrument(Instrument theInstrument, Ice.Current __current)
-
getStageLabel
StageLabel getStageLabel(Ice.Current __current)
-
setStageLabel
void setStageLabel(StageLabel theStageLabel, Ice.Current __current)
-
getExperiment
Experiment getExperiment(Ice.Current __current)
-
setExperiment
void setExperiment(Experiment theExperiment, Ice.Current __current)
-
unloadPixels
void unloadPixels(Ice.Current __current)
-
sizeOfPixels
int sizeOfPixels(Ice.Current __current)
-
copyPixels
java.util.List<Pixels> copyPixels(Ice.Current __current)
-
addPixels
void addPixels(Pixels target, Ice.Current __current)
-
addAllPixelsSet
void addAllPixelsSet(java.util.List<Pixels> targets, Ice.Current __current)
-
removePixels
void removePixels(Pixels theTarget, Ice.Current __current)
-
removeAllPixelsSet
void removeAllPixelsSet(java.util.List<Pixels> targets, Ice.Current __current)
-
clearPixels
void clearPixels(Ice.Current __current)
-
reloadPixels
void reloadPixels(Image toCopy, Ice.Current __current)
-
getPixels
Pixels getPixels(int index, Ice.Current __current)
-
getPrimaryPixels
Pixels getPrimaryPixels(Ice.Current __current)
-
unloadWellSamples
void unloadWellSamples(Ice.Current __current)
-
sizeOfWellSamples
int sizeOfWellSamples(Ice.Current __current)
-
copyWellSamples
java.util.List<WellSample> copyWellSamples(Ice.Current __current)
-
addWellSample
void addWellSample(WellSample target, Ice.Current __current)
-
addAllWellSampleSet
void addAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
-
removeWellSample
void removeWellSample(WellSample theTarget, Ice.Current __current)
-
removeAllWellSampleSet
void removeAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
-
clearWellSamples
void clearWellSamples(Ice.Current __current)
-
reloadWellSamples
void reloadWellSamples(Image toCopy, Ice.Current __current)
-
unloadRois
void unloadRois(Ice.Current __current)
-
sizeOfRois
int sizeOfRois(Ice.Current __current)
-
copyRois
java.util.List<Roi> copyRois(Ice.Current __current)
-
addRoi
void addRoi(Roi target, Ice.Current __current)
-
addAllRoiSet
void addAllRoiSet(java.util.List<Roi> targets, Ice.Current __current)
-
removeRoi
void removeRoi(Roi theTarget, Ice.Current __current)
-
removeAllRoiSet
void removeAllRoiSet(java.util.List<Roi> targets, Ice.Current __current)
-
clearRois
void clearRois(Ice.Current __current)
-
reloadRois
void reloadRois(Image toCopy, Ice.Current __current)
-
unloadDatasetLinks
void unloadDatasetLinks(Ice.Current __current)
-
sizeOfDatasetLinks
int sizeOfDatasetLinks(Ice.Current __current)
-
copyDatasetLinks
java.util.List<DatasetImageLink> copyDatasetLinks(Ice.Current __current)
-
addDatasetImageLink
void addDatasetImageLink(DatasetImageLink target, Ice.Current __current)
-
addAllDatasetImageLinkSet
void addAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current __current)
-
removeDatasetImageLink
void removeDatasetImageLink(DatasetImageLink theTarget, Ice.Current __current)
-
removeAllDatasetImageLinkSet
void removeAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current __current)
-
clearDatasetLinks
void clearDatasetLinks(Ice.Current __current)
-
reloadDatasetLinks
void reloadDatasetLinks(Image toCopy, Ice.Current __current)
-
getDatasetLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getDatasetLinksCountPerOwner(Ice.Current __current)
-
linkDataset
DatasetImageLink linkDataset(Dataset addition, Ice.Current __current)
-
addDatasetImageLinkToBoth
void addDatasetImageLinkToBoth(DatasetImageLink link, boolean bothSides, Ice.Current __current)
-
findDatasetImageLink
java.util.List<DatasetImageLink> findDatasetImageLink(Dataset removal, Ice.Current __current)
-
unlinkDataset
void unlinkDataset(Dataset removal, Ice.Current __current)
-
removeDatasetImageLinkFromBoth
void removeDatasetImageLinkFromBoth(DatasetImageLink link, boolean bothSides, Ice.Current __current)
-
linkedDatasetList
java.util.List<Dataset> linkedDatasetList(Ice.Current __current)
-
unloadFolderLinks
void unloadFolderLinks(Ice.Current __current)
-
sizeOfFolderLinks
int sizeOfFolderLinks(Ice.Current __current)
-
copyFolderLinks
java.util.List<FolderImageLink> copyFolderLinks(Ice.Current __current)
-
addFolderImageLink
void addFolderImageLink(FolderImageLink target, Ice.Current __current)
-
addAllFolderImageLinkSet
void addAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
-
removeFolderImageLink
void removeFolderImageLink(FolderImageLink theTarget, Ice.Current __current)
-
removeAllFolderImageLinkSet
void removeAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
-
clearFolderLinks
void clearFolderLinks(Ice.Current __current)
-
reloadFolderLinks
void reloadFolderLinks(Image toCopy, Ice.Current __current)
-
getFolderLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getFolderLinksCountPerOwner(Ice.Current __current)
-
linkFolder
FolderImageLink linkFolder(Folder addition, Ice.Current __current)
-
addFolderImageLinkToBoth
void addFolderImageLinkToBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
-
findFolderImageLink
java.util.List<FolderImageLink> findFolderImageLink(Folder removal, Ice.Current __current)
-
unlinkFolder
void unlinkFolder(Folder removal, Ice.Current __current)
-
removeFolderImageLinkFromBoth
void removeFolderImageLinkFromBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
-
linkedFolderList
java.util.List<Folder> linkedFolderList(Ice.Current __current)
-
getFileset
Fileset getFileset(Ice.Current __current)
-
setFileset
void setFileset(Fileset theFileset, Ice.Current __current)
-
unloadAnnotationLinks
void unloadAnnotationLinks(Ice.Current __current)
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks(Ice.Current __current)
-
copyAnnotationLinks
java.util.List<ImageAnnotationLink> copyAnnotationLinks(Ice.Current __current)
-
addImageAnnotationLink
void addImageAnnotationLink(ImageAnnotationLink target, Ice.Current __current)
-
addAllImageAnnotationLinkSet
void addAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current __current)
-
removeImageAnnotationLink
void removeImageAnnotationLink(ImageAnnotationLink theTarget, Ice.Current __current)
-
removeAllImageAnnotationLinkSet
void removeAllImageAnnotationLinkSet(java.util.List<ImageAnnotationLink> targets, Ice.Current __current)
-
clearAnnotationLinks
void clearAnnotationLinks(Ice.Current __current)
-
reloadAnnotationLinks
void reloadAnnotationLinks(Image toCopy, Ice.Current __current)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
-
linkAnnotation
ImageAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addImageAnnotationLinkToBoth
void addImageAnnotationLinkToBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findImageAnnotationLink
java.util.List<ImageAnnotationLink> findImageAnnotationLink(Annotation removal, Ice.Current __current)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal, Ice.Current __current)
-
removeImageAnnotationLinkFromBoth
void removeImageAnnotationLinkFromBoth(ImageAnnotationLink link, boolean bothSides, Ice.Current __current)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
-
getName
RString getName(Ice.Current __current)
-
setName
void setName(RString theName, Ice.Current __current)
-
getDescription
RString getDescription(Ice.Current __current)
-
setDescription
void setDescription(RString theDescription, Ice.Current __current)
-
-