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