Package omero.model
Interface _PixelsOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_PixelsTie,Pixels,PixelsI
public interface _PixelsOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidaddAllChannelSet(java.util.List<Channel> targets, Ice.Current __current)voidaddAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets, Ice.Current __current)voidaddAllPlaneInfoSet(java.util.List<PlaneInfo> targets, Ice.Current __current)voidaddAllRenderingDefSet(java.util.List<RenderingDef> targets, Ice.Current __current)voidaddAllThumbnailSet(java.util.List<Thumbnail> targets, Ice.Current __current)voidaddChannel(Channel target, Ice.Current __current)voidaddPixelsOriginalFileMap(PixelsOriginalFileMap target, Ice.Current __current)voidaddPixelsOriginalFileMapToBoth(PixelsOriginalFileMap link, boolean bothSides, Ice.Current __current)voidaddPlaneInfo(PlaneInfo target, Ice.Current __current)voidaddRenderingDef(RenderingDef target, Ice.Current __current)voidaddThumbnail(Thumbnail target, Ice.Current __current)voidclearChannels(Ice.Current __current)voidclearPixelsFileMaps(Ice.Current __current)voidclearPlaneInfo(Ice.Current __current)voidclearSettings(Ice.Current __current)voidclearThumbnails(Ice.Current __current)java.util.List<Channel>copyChannels(Ice.Current __current)java.util.List<PixelsOriginalFileMap>copyPixelsFileMaps(Ice.Current __current)java.util.List<PlaneInfo>copyPlaneInfo(Ice.Current __current)java.util.List<RenderingDef>copySettings(Ice.Current __current)java.util.List<Thumbnail>copyThumbnails(Ice.Current __current)java.util.List<PixelsOriginalFileMap>findPixelsOriginalFileMap(OriginalFile removal, Ice.Current __current)ChannelgetChannel(int index, Ice.Current __current)DimensionOrdergetDimensionOrder(Ice.Current __current)ImagegetImage(Ice.Current __current)RStringgetMethodology(Ice.Current __current)LengthgetPhysicalSizeX(Ice.Current __current)LengthgetPhysicalSizeY(Ice.Current __current)LengthgetPhysicalSizeZ(Ice.Current __current)java.util.Map<java.lang.Long,java.lang.Long>getPixelsFileMapsCountPerOwner(Ice.Current __current)PixelsTypegetPixelsType(Ice.Current __current)ChannelgetPrimaryChannel(Ice.Current __current)PixelsgetRelatedTo(Ice.Current __current)Deprecated.relatedTo is deprecated.RStringgetSha1(Ice.Current __current)RIntgetSignificantBits(Ice.Current __current)RIntgetSizeC(Ice.Current __current)RIntgetSizeT(Ice.Current __current)RIntgetSizeX(Ice.Current __current)RIntgetSizeY(Ice.Current __current)RIntgetSizeZ(Ice.Current __current)TimegetTimeIncrement(Ice.Current __current)RIntgetVersion(Ice.Current __current)RIntgetWaveIncrement(Ice.Current __current)RIntgetWaveStart(Ice.Current __current)java.util.List<OriginalFile>linkedOriginalFileList(Ice.Current __current)PixelsOriginalFileMaplinkOriginalFile(OriginalFile addition, Ice.Current __current)voidreloadChannels(Pixels toCopy, Ice.Current __current)voidreloadPixelsFileMaps(Pixels toCopy, Ice.Current __current)voidreloadPlaneInfo(Pixels toCopy, Ice.Current __current)voidreloadSettings(Pixels toCopy, Ice.Current __current)voidreloadThumbnails(Pixels toCopy, Ice.Current __current)voidremoveAllChannelSet(java.util.List<Channel> targets, Ice.Current __current)voidremoveAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets, Ice.Current __current)voidremoveAllPlaneInfoSet(java.util.List<PlaneInfo> targets, Ice.Current __current)voidremoveAllRenderingDefSet(java.util.List<RenderingDef> targets, Ice.Current __current)voidremoveAllThumbnailSet(java.util.List<Thumbnail> targets, Ice.Current __current)voidremoveChannel(Channel theTarget, Ice.Current __current)voidremovePixelsOriginalFileMap(PixelsOriginalFileMap theTarget, Ice.Current __current)voidremovePixelsOriginalFileMapFromBoth(PixelsOriginalFileMap link, boolean bothSides, Ice.Current __current)voidremovePlaneInfo(PlaneInfo theTarget, Ice.Current __current)voidremoveRenderingDef(RenderingDef theTarget, Ice.Current __current)voidremoveThumbnail(Thumbnail theTarget, Ice.Current __current)ChannelsetChannel(int index, Channel theElement, Ice.Current __current)voidsetDimensionOrder(DimensionOrder theDimensionOrder, Ice.Current __current)voidsetImage(Image theImage, Ice.Current __current)voidsetMethodology(RString theMethodology, Ice.Current __current)voidsetPhysicalSizeX(Length thePhysicalSizeX, Ice.Current __current)voidsetPhysicalSizeY(Length thePhysicalSizeY, Ice.Current __current)voidsetPhysicalSizeZ(Length thePhysicalSizeZ, Ice.Current __current)voidsetPixelsType(PixelsType thePixelsType, Ice.Current __current)ChannelsetPrimaryChannel(Channel theElement, Ice.Current __current)voidsetRelatedTo(Pixels theRelatedTo, Ice.Current __current)Deprecated.relatedTo is deprecated.voidsetSha1(RString theSha1, Ice.Current __current)voidsetSignificantBits(RInt theSignificantBits, Ice.Current __current)voidsetSizeC(RInt theSizeC, Ice.Current __current)voidsetSizeT(RInt theSizeT, Ice.Current __current)voidsetSizeX(RInt theSizeX, Ice.Current __current)voidsetSizeY(RInt theSizeY, Ice.Current __current)voidsetSizeZ(RInt theSizeZ, Ice.Current __current)voidsetTimeIncrement(Time theTimeIncrement, Ice.Current __current)voidsetVersion(RInt theVersion, Ice.Current __current)voidsetWaveIncrement(RInt theWaveIncrement, Ice.Current __current)voidsetWaveStart(RInt theWaveStart, Ice.Current __current)intsizeOfChannels(Ice.Current __current)intsizeOfPixelsFileMaps(Ice.Current __current)intsizeOfPlaneInfo(Ice.Current __current)intsizeOfSettings(Ice.Current __current)intsizeOfThumbnails(Ice.Current __current)voidunlinkOriginalFile(OriginalFile removal, Ice.Current __current)voidunloadChannels(Ice.Current __current)voidunloadPixelsFileMaps(Ice.Current __current)voidunloadPlaneInfo(Ice.Current __current)voidunloadSettings(Ice.Current __current)voidunloadThumbnails(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)
-
getImage
Image getImage(Ice.Current __current)
-
setImage
void setImage(Image theImage, Ice.Current __current)
-
getRelatedTo
Pixels getRelatedTo(Ice.Current __current)
Deprecated.relatedTo is deprecated.
-
setRelatedTo
void setRelatedTo(Pixels theRelatedTo, Ice.Current __current)
Deprecated.relatedTo is deprecated.
-
getPixelsType
PixelsType getPixelsType(Ice.Current __current)
-
setPixelsType
void setPixelsType(PixelsType thePixelsType, Ice.Current __current)
-
getSignificantBits
RInt getSignificantBits(Ice.Current __current)
-
setSignificantBits
void setSignificantBits(RInt theSignificantBits, Ice.Current __current)
-
getSizeX
RInt getSizeX(Ice.Current __current)
-
setSizeX
void setSizeX(RInt theSizeX, Ice.Current __current)
-
getSizeY
RInt getSizeY(Ice.Current __current)
-
setSizeY
void setSizeY(RInt theSizeY, Ice.Current __current)
-
getSizeZ
RInt getSizeZ(Ice.Current __current)
-
setSizeZ
void setSizeZ(RInt theSizeZ, Ice.Current __current)
-
getSizeC
RInt getSizeC(Ice.Current __current)
-
setSizeC
void setSizeC(RInt theSizeC, Ice.Current __current)
-
getSizeT
RInt getSizeT(Ice.Current __current)
-
setSizeT
void setSizeT(RInt theSizeT, Ice.Current __current)
-
getSha1
RString getSha1(Ice.Current __current)
-
setSha1
void setSha1(RString theSha1, Ice.Current __current)
-
getDimensionOrder
DimensionOrder getDimensionOrder(Ice.Current __current)
-
setDimensionOrder
void setDimensionOrder(DimensionOrder theDimensionOrder, Ice.Current __current)
-
getPhysicalSizeX
Length getPhysicalSizeX(Ice.Current __current)
-
setPhysicalSizeX
void setPhysicalSizeX(Length thePhysicalSizeX, Ice.Current __current)
-
getPhysicalSizeY
Length getPhysicalSizeY(Ice.Current __current)
-
setPhysicalSizeY
void setPhysicalSizeY(Length thePhysicalSizeY, Ice.Current __current)
-
getPhysicalSizeZ
Length getPhysicalSizeZ(Ice.Current __current)
-
setPhysicalSizeZ
void setPhysicalSizeZ(Length thePhysicalSizeZ, Ice.Current __current)
-
getWaveStart
RInt getWaveStart(Ice.Current __current)
-
setWaveStart
void setWaveStart(RInt theWaveStart, Ice.Current __current)
-
getWaveIncrement
RInt getWaveIncrement(Ice.Current __current)
-
setWaveIncrement
void setWaveIncrement(RInt theWaveIncrement, Ice.Current __current)
-
getTimeIncrement
Time getTimeIncrement(Ice.Current __current)
-
setTimeIncrement
void setTimeIncrement(Time theTimeIncrement, Ice.Current __current)
-
getMethodology
RString getMethodology(Ice.Current __current)
-
setMethodology
void setMethodology(RString theMethodology, Ice.Current __current)
-
unloadPlaneInfo
void unloadPlaneInfo(Ice.Current __current)
-
sizeOfPlaneInfo
int sizeOfPlaneInfo(Ice.Current __current)
-
copyPlaneInfo
java.util.List<PlaneInfo> copyPlaneInfo(Ice.Current __current)
-
addPlaneInfo
void addPlaneInfo(PlaneInfo target, Ice.Current __current)
-
addAllPlaneInfoSet
void addAllPlaneInfoSet(java.util.List<PlaneInfo> targets, Ice.Current __current)
-
removePlaneInfo
void removePlaneInfo(PlaneInfo theTarget, Ice.Current __current)
-
removeAllPlaneInfoSet
void removeAllPlaneInfoSet(java.util.List<PlaneInfo> targets, Ice.Current __current)
-
clearPlaneInfo
void clearPlaneInfo(Ice.Current __current)
-
reloadPlaneInfo
void reloadPlaneInfo(Pixels toCopy, Ice.Current __current)
-
unloadPixelsFileMaps
void unloadPixelsFileMaps(Ice.Current __current)
-
sizeOfPixelsFileMaps
int sizeOfPixelsFileMaps(Ice.Current __current)
-
copyPixelsFileMaps
java.util.List<PixelsOriginalFileMap> copyPixelsFileMaps(Ice.Current __current)
-
addPixelsOriginalFileMap
void addPixelsOriginalFileMap(PixelsOriginalFileMap target, Ice.Current __current)
-
addAllPixelsOriginalFileMapSet
void addAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets, Ice.Current __current)
-
removePixelsOriginalFileMap
void removePixelsOriginalFileMap(PixelsOriginalFileMap theTarget, Ice.Current __current)
-
removeAllPixelsOriginalFileMapSet
void removeAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets, Ice.Current __current)
-
clearPixelsFileMaps
void clearPixelsFileMaps(Ice.Current __current)
-
reloadPixelsFileMaps
void reloadPixelsFileMaps(Pixels toCopy, Ice.Current __current)
-
getPixelsFileMapsCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getPixelsFileMapsCountPerOwner(Ice.Current __current)
-
linkOriginalFile
PixelsOriginalFileMap linkOriginalFile(OriginalFile addition, Ice.Current __current)
-
addPixelsOriginalFileMapToBoth
void addPixelsOriginalFileMapToBoth(PixelsOriginalFileMap link, boolean bothSides, Ice.Current __current)
-
findPixelsOriginalFileMap
java.util.List<PixelsOriginalFileMap> findPixelsOriginalFileMap(OriginalFile removal, Ice.Current __current)
-
unlinkOriginalFile
void unlinkOriginalFile(OriginalFile removal, Ice.Current __current)
-
removePixelsOriginalFileMapFromBoth
void removePixelsOriginalFileMapFromBoth(PixelsOriginalFileMap link, boolean bothSides, Ice.Current __current)
-
linkedOriginalFileList
java.util.List<OriginalFile> linkedOriginalFileList(Ice.Current __current)
-
unloadChannels
void unloadChannels(Ice.Current __current)
-
sizeOfChannels
int sizeOfChannels(Ice.Current __current)
-
copyChannels
java.util.List<Channel> copyChannels(Ice.Current __current)
-
addChannel
void addChannel(Channel target, Ice.Current __current)
-
addAllChannelSet
void addAllChannelSet(java.util.List<Channel> targets, Ice.Current __current)
-
removeChannel
void removeChannel(Channel theTarget, Ice.Current __current)
-
removeAllChannelSet
void removeAllChannelSet(java.util.List<Channel> targets, Ice.Current __current)
-
clearChannels
void clearChannels(Ice.Current __current)
-
reloadChannels
void reloadChannels(Pixels toCopy, Ice.Current __current)
-
getChannel
Channel getChannel(int index, Ice.Current __current)
-
getPrimaryChannel
Channel getPrimaryChannel(Ice.Current __current)
-
unloadSettings
void unloadSettings(Ice.Current __current)
-
sizeOfSettings
int sizeOfSettings(Ice.Current __current)
-
copySettings
java.util.List<RenderingDef> copySettings(Ice.Current __current)
-
addRenderingDef
void addRenderingDef(RenderingDef target, Ice.Current __current)
-
addAllRenderingDefSet
void addAllRenderingDefSet(java.util.List<RenderingDef> targets, Ice.Current __current)
-
removeRenderingDef
void removeRenderingDef(RenderingDef theTarget, Ice.Current __current)
-
removeAllRenderingDefSet
void removeAllRenderingDefSet(java.util.List<RenderingDef> targets, Ice.Current __current)
-
clearSettings
void clearSettings(Ice.Current __current)
-
reloadSettings
void reloadSettings(Pixels toCopy, Ice.Current __current)
-
unloadThumbnails
void unloadThumbnails(Ice.Current __current)
-
sizeOfThumbnails
int sizeOfThumbnails(Ice.Current __current)
-
copyThumbnails
java.util.List<Thumbnail> copyThumbnails(Ice.Current __current)
-
addThumbnail
void addThumbnail(Thumbnail target, Ice.Current __current)
-
addAllThumbnailSet
void addAllThumbnailSet(java.util.List<Thumbnail> targets, Ice.Current __current)
-
removeThumbnail
void removeThumbnail(Thumbnail theTarget, Ice.Current __current)
-
removeAllThumbnailSet
void removeAllThumbnailSet(java.util.List<Thumbnail> targets, Ice.Current __current)
-
clearThumbnails
void clearThumbnails(Ice.Current __current)
-
reloadThumbnails
void reloadThumbnails(Pixels toCopy, Ice.Current __current)
-
-