public class PixelsI extends Pixels implements ome.model.ModelBased
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CHANNELS |
static java.lang.String |
DETAILS |
static java.lang.String |
DIMENSIONORDER |
static java.lang.String |
IMAGE |
static java.lang.String |
METHODOLOGY |
static java.lang.String |
PHYSICALSIZEX |
static java.lang.String |
PHYSICALSIZEY |
static java.lang.String |
PHYSICALSIZEZ |
static java.lang.String |
PIXELSFILEMAPS |
static java.lang.String |
PIXELSTYPE |
static java.lang.String |
PLANEINFO |
static java.lang.String |
RELATEDTO
Deprecated.
|
static java.lang.String |
SETTINGS |
static java.lang.String |
SHA1 |
static java.lang.String |
SIGNIFICANTBITS |
static java.lang.String |
SIZEC |
static java.lang.String |
SIZET |
static java.lang.String |
SIZEX |
static java.lang.String |
SIZEY |
static java.lang.String |
SIZEZ |
static java.lang.String |
THUMBNAILS |
static java.lang.String |
TIMEINCREMENT |
static java.lang.String |
WAVEINCREMENT |
static java.lang.String |
WAVESTART |
__ids, channelsLoaded, channelsSeq, dimensionOrder, image, methodology, physicalSizeX, physicalSizeY, physicalSizeZ, pixelsFileMapsCountPerOwner, pixelsFileMapsLoaded, pixelsFileMapsSeq, pixelsType, planeInfoLoaded, planeInfoSeq, relatedTo, serialVersionUID, settingsLoaded, settingsSeq, sha1, significantBits, sizeC, sizeT, sizeX, sizeY, sizeZ, thumbnailsLoaded, thumbnailsSeq, timeIncrement, version, waveIncrement, waveStart
Constructor and Description |
---|
PixelsI() |
PixelsI(long id,
boolean loaded) |
PixelsI(RLong id,
boolean loaded) |
Modifier and Type | Method and Description |
---|---|
void |
addAllChannelSet(java.util.List<Channel> targets,
Ice.Current current) |
void |
addAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets,
Ice.Current current) |
void |
addAllPlaneInfoSet(java.util.List<PlaneInfo> targets,
Ice.Current current) |
void |
addAllRenderingDefSet(java.util.List<RenderingDef> targets,
Ice.Current current) |
void |
addAllThumbnailSet(java.util.List<Thumbnail> targets,
Ice.Current current) |
void |
addChannel(Channel target,
Ice.Current current) |
void |
addPixelsOriginalFileMap(PixelsOriginalFileMap target,
Ice.Current current) |
void |
addPixelsOriginalFileMapToBoth(PixelsOriginalFileMap link,
boolean bothSides,
Ice.Current current) |
void |
addPlaneInfo(PlaneInfo target,
Ice.Current current) |
void |
addRenderingDef(RenderingDef target,
Ice.Current current) |
void |
addThumbnail(Thumbnail target,
Ice.Current current) |
static java.util.List<PixelsI> |
cast(java.util.List list)
Casts (without warning) the given list to a list of
the current type.
|
void |
clearChannels(Ice.Current current) |
void |
clearPixelsFileMaps(Ice.Current current) |
void |
clearPlaneInfo(Ice.Current current) |
void |
clearSettings(Ice.Current current) |
void |
clearThumbnails(Ice.Current current) |
java.util.List |
copyChannels(Ice.Current current) |
void |
copyObject(ome.util.Filterable model,
ome.util.ModelMapper _mapper)
Used by
IceMapper to inject an "ome.model" object into this
"omero.model" object. |
java.util.List |
copyPixelsFileMaps(Ice.Current current) |
java.util.List |
copyPlaneInfo(Ice.Current current) |
java.util.List |
copySettings(Ice.Current current) |
java.util.List |
copyThumbnails(Ice.Current current) |
protected void |
errorIfUnloaded() |
ome.util.Filterable |
fillObject(ome.util.ReverseModelMapper _mapper)
Used by
IceMapper produce an "ome.model" object from this
"omero.model" object. |
java.util.List<PixelsOriginalFileMap> |
findPixelsOriginalFileMap(OriginalFile removal,
Ice.Current current) |
Channel |
getChannel(int index,
Ice.Current current) |
protected java.util.List |
getChannels(Ice.Current current) |
Details |
getDetails(Ice.Current current) |
DimensionOrder |
getDimensionOrder(Ice.Current current) |
RLong |
getId(Ice.Current current) |
Image |
getImage(Ice.Current current) |
RString |
getMethodology(Ice.Current current) |
Length |
getPhysicalSizeX(Ice.Current current) |
Length |
getPhysicalSizeY(Ice.Current current) |
Length |
getPhysicalSizeZ(Ice.Current current) |
protected java.util.List |
getPixelsFileMaps(Ice.Current current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getPixelsFileMapsCountPerOwner(Ice.Current current) |
PixelsType |
getPixelsType(Ice.Current current) |
protected java.util.List |
getPlaneInfo(Ice.Current current) |
Channel |
getPrimaryChannel(Ice.Current current) |
Pixels |
getRelatedTo(Ice.Current current)
Deprecated.
|
protected java.util.List |
getSettings(Ice.Current current) |
RString |
getSha1(Ice.Current current) |
RInt |
getSignificantBits(Ice.Current current) |
RInt |
getSizeC(Ice.Current current) |
RInt |
getSizeT(Ice.Current current) |
RInt |
getSizeX(Ice.Current current) |
RInt |
getSizeY(Ice.Current current) |
RInt |
getSizeZ(Ice.Current current) |
protected java.util.List |
getThumbnails(Ice.Current current) |
Time |
getTimeIncrement(Ice.Current current) |
RInt |
getVersion(Ice.Current current) |
RInt |
getWaveIncrement(Ice.Current current) |
RInt |
getWaveStart(Ice.Current current) |
boolean |
isAnnotated(Ice.Current current)
Allows for the attachment of any omero.model.Annotation
subclasses.
|
boolean |
isChannelsLoaded() |
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.
|
boolean |
isPixelsFileMapsLoaded() |
boolean |
isPlaneInfoLoaded() |
boolean |
isSettingsLoaded() |
boolean |
isThumbnailsLoaded() |
java.util.Iterator |
iterateChannels() |
java.util.Iterator |
iteratePixelsFileMaps() |
java.util.Iterator |
iteratePlaneInfo() |
java.util.Iterator |
iterateSettings() |
java.util.Iterator |
iterateThumbnails() |
java.util.List<OriginalFile> |
linkedOriginalFileList(Ice.Current current) |
PixelsOriginalFileMap |
linkOriginalFile(OriginalFile 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 |
reloadChannels(Pixels toCopy,
Ice.Current current) |
void |
reloadPixelsFileMaps(Pixels toCopy,
Ice.Current current) |
void |
reloadPlaneInfo(Pixels toCopy,
Ice.Current current) |
void |
reloadSettings(Pixels toCopy,
Ice.Current current) |
void |
reloadThumbnails(Pixels toCopy,
Ice.Current current) |
void |
removeAllChannelSet(java.util.List<Channel> targets,
Ice.Current current) |
void |
removeAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets,
Ice.Current current) |
void |
removeAllPlaneInfoSet(java.util.List<PlaneInfo> targets,
Ice.Current current) |
void |
removeAllRenderingDefSet(java.util.List<RenderingDef> targets,
Ice.Current current) |
void |
removeAllThumbnailSet(java.util.List<Thumbnail> targets,
Ice.Current current) |
void |
removeChannel(Channel target,
Ice.Current current) |
void |
removePixelsOriginalFileMap(PixelsOriginalFileMap target,
Ice.Current current) |
void |
removePixelsOriginalFileMapFromBoth(PixelsOriginalFileMap link,
boolean bothSides,
Ice.Current current) |
void |
removePlaneInfo(PlaneInfo target,
Ice.Current current) |
void |
removeRenderingDef(RenderingDef target,
Ice.Current current) |
void |
removeThumbnail(Thumbnail target,
Ice.Current current) |
Channel |
setChannel(int index,
Channel element,
Ice.Current current) |
protected void |
setChannels(java.util.List channels,
Ice.Current current) |
void |
setDimensionOrder(DimensionOrder dimensionOrder,
Ice.Current current) |
void |
setId(RLong id,
Ice.Current current) |
void |
setImage(Image image,
Ice.Current current) |
void |
setMethodology(RString methodology,
Ice.Current current) |
void |
setPhysicalSizeX(Length physicalSizeX,
Ice.Current current) |
void |
setPhysicalSizeY(Length physicalSizeY,
Ice.Current current) |
void |
setPhysicalSizeZ(Length physicalSizeZ,
Ice.Current current) |
protected void |
setPixelsFileMaps(java.util.List pixelsFileMaps,
Ice.Current current) |
void |
setPixelsType(PixelsType pixelsType,
Ice.Current current) |
protected void |
setPlaneInfo(java.util.List planeInfo,
Ice.Current current) |
Channel |
setPrimaryChannel(Channel element,
Ice.Current current) |
void |
setRelatedTo(Pixels relatedTo,
Ice.Current current)
Deprecated.
|
protected void |
setSettings(java.util.List settings,
Ice.Current current) |
void |
setSha1(RString sha1,
Ice.Current current) |
void |
setSignificantBits(RInt significantBits,
Ice.Current current) |
void |
setSizeC(RInt sizeC,
Ice.Current current) |
void |
setSizeT(RInt sizeT,
Ice.Current current) |
void |
setSizeX(RInt sizeX,
Ice.Current current) |
void |
setSizeY(RInt sizeY,
Ice.Current current) |
void |
setSizeZ(RInt sizeZ,
Ice.Current current) |
protected void |
setThumbnails(java.util.List thumbnails,
Ice.Current current) |
void |
setTimeIncrement(Time timeIncrement,
Ice.Current current) |
void |
setVersion(RInt version,
Ice.Current current) |
void |
setWaveIncrement(RInt waveIncrement,
Ice.Current current) |
void |
setWaveStart(RInt waveStart,
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 |
sizeOfChannels(Ice.Current current) |
int |
sizeOfPixelsFileMaps(Ice.Current current) |
int |
sizeOfPlaneInfo(Ice.Current current) |
int |
sizeOfSettings(Ice.Current current) |
int |
sizeOfThumbnails(Ice.Current current) |
protected void |
throwNullCollectionException(java.lang.String propertyName) |
protected void |
toggleCollectionsLoaded(boolean load) |
void |
unlinkOriginalFile(OriginalFile 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 |
unloadChannels(Ice.Current current) |
void |
unloadCollections(Ice.Current current)
Each collection can also be unloaded, independently
of the object itself.
|
void |
unloadDetails(Ice.Current current)
As with collections, the objects under details can link
to many other objects.
|
void |
unloadDimensionOrder() |
void |
unloadImage() |
void |
unloadMethodology() |
void |
unloadPhysicalSizeX() |
void |
unloadPhysicalSizeY() |
void |
unloadPhysicalSizeZ() |
void |
unloadPixelsFileMaps(Ice.Current current) |
void |
unloadPixelsType() |
void |
unloadPlaneInfo(Ice.Current current) |
void |
unloadRelatedTo()
Deprecated.
|
void |
unloadSettings(Ice.Current current) |
void |
unloadSha1() |
void |
unloadSignificantBits() |
void |
unloadSizeC() |
void |
unloadSizeT() |
void |
unloadSizeX() |
void |
unloadSizeY() |
void |
unloadSizeZ() |
void |
unloadThumbnails(Ice.Current current) |
void |
unloadTimeIncrement() |
void |
unloadWaveIncrement() |
void |
unloadWaveStart() |
___addAllChannelSet, ___addAllPixelsOriginalFileMapSet, ___addAllPlaneInfoSet, ___addAllRenderingDefSet, ___addAllThumbnailSet, ___addChannel, ___addPixelsOriginalFileMap, ___addPixelsOriginalFileMapToBoth, ___addPlaneInfo, ___addRenderingDef, ___addThumbnail, ___clearChannels, ___clearPixelsFileMaps, ___clearPlaneInfo, ___clearSettings, ___clearThumbnails, ___copyChannels, ___copyPixelsFileMaps, ___copyPlaneInfo, ___copySettings, ___copyThumbnails, ___findPixelsOriginalFileMap, ___getChannel, ___getDimensionOrder, ___getImage, ___getMethodology, ___getPhysicalSizeX, ___getPhysicalSizeY, ___getPhysicalSizeZ, ___getPixelsFileMapsCountPerOwner, ___getPixelsType, ___getPrimaryChannel, ___getRelatedTo, ___getSha1, ___getSignificantBits, ___getSizeC, ___getSizeT, ___getSizeX, ___getSizeY, ___getSizeZ, ___getTimeIncrement, ___getVersion, ___getWaveIncrement, ___getWaveStart, ___linkedOriginalFileList, ___linkOriginalFile, ___reloadChannels, ___reloadPixelsFileMaps, ___reloadPlaneInfo, ___reloadSettings, ___reloadThumbnails, ___removeAllChannelSet, ___removeAllPixelsOriginalFileMapSet, ___removeAllPlaneInfoSet, ___removeAllRenderingDefSet, ___removeAllThumbnailSet, ___removeChannel, ___removePixelsOriginalFileMap, ___removePixelsOriginalFileMapFromBoth, ___removePlaneInfo, ___removeRenderingDef, ___removeThumbnail, ___setChannel, ___setDimensionOrder, ___setImage, ___setMethodology, ___setPhysicalSizeX, ___setPhysicalSizeY, ___setPhysicalSizeZ, ___setPixelsType, ___setPrimaryChannel, ___setRelatedTo, ___setSha1, ___setSignificantBits, ___setSizeC, ___setSizeT, ___setSizeX, ___setSizeY, ___setSizeZ, ___setTimeIncrement, ___setVersion, ___setWaveIncrement, ___setWaveStart, ___sizeOfChannels, ___sizeOfPixelsFileMaps, ___sizeOfPlaneInfo, ___sizeOfSettings, ___sizeOfThumbnails, ___unlinkOriginalFile, ___unloadChannels, ___unloadPixelsFileMaps, ___unloadPlaneInfo, ___unloadSettings, ___unloadThumbnails, __dispatch, __readImpl, __writeImpl, addAllChannelSet, addAllPixelsOriginalFileMapSet, addAllPlaneInfoSet, addAllRenderingDefSet, addAllThumbnailSet, addChannel, addPixelsOriginalFileMap, addPixelsOriginalFileMapToBoth, addPlaneInfo, addRenderingDef, addThumbnail, clearChannels, clearPixelsFileMaps, clearPlaneInfo, clearSettings, clearThumbnails, clone, copyChannels, copyPixelsFileMaps, copyPlaneInfo, copySettings, copyThumbnails, findPixelsOriginalFileMap, getChannel, getDimensionOrder, getImage, getMethodology, getPhysicalSizeX, getPhysicalSizeY, getPhysicalSizeZ, getPixelsFileMapsCountPerOwner, getPixelsType, getPrimaryChannel, getRelatedTo, getSha1, getSignificantBits, getSizeC, getSizeT, getSizeX, getSizeY, getSizeZ, getTimeIncrement, getVersion, getWaveIncrement, getWaveStart, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkedOriginalFileList, linkOriginalFile, reloadChannels, reloadPixelsFileMaps, reloadPlaneInfo, reloadSettings, reloadThumbnails, removeAllChannelSet, removeAllPixelsOriginalFileMapSet, removeAllPlaneInfoSet, removeAllRenderingDefSet, removeAllThumbnailSet, removeChannel, removePixelsOriginalFileMap, removePixelsOriginalFileMapFromBoth, removePlaneInfo, removeRenderingDef, removeThumbnail, setChannel, setDimensionOrder, setImage, setMethodology, setPhysicalSizeX, setPhysicalSizeY, setPhysicalSizeZ, setPixelsType, setPrimaryChannel, setRelatedTo, setSha1, setSignificantBits, setSizeC, setSizeT, setSizeX, setSizeY, setSizeZ, setTimeIncrement, setVersion, setWaveIncrement, setWaveStart, sizeOfChannels, sizeOfPixelsFileMaps, sizeOfPlaneInfo, sizeOfSettings, sizeOfThumbnails, unlinkOriginalFile, unloadChannels, unloadPixelsFileMaps, unloadPlaneInfo, unloadSettings, unloadThumbnails
___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_preMarshal
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final java.lang.String IMAGE
@Deprecated public static final java.lang.String RELATEDTO
public static final java.lang.String PIXELSTYPE
public static final java.lang.String SIGNIFICANTBITS
public static final java.lang.String SIZEX
public static final java.lang.String SIZEY
public static final java.lang.String SIZEZ
public static final java.lang.String SIZEC
public static final java.lang.String SIZET
public static final java.lang.String SHA1
public static final java.lang.String DIMENSIONORDER
public static final java.lang.String PHYSICALSIZEX
public static final java.lang.String PHYSICALSIZEY
public static final java.lang.String PHYSICALSIZEZ
public static final java.lang.String WAVESTART
public static final java.lang.String WAVEINCREMENT
public static final java.lang.String TIMEINCREMENT
public static final java.lang.String METHODOLOGY
public static final java.lang.String PLANEINFO
public static final java.lang.String PIXELSFILEMAPS
public static final java.lang.String CHANNELS
public static final java.lang.String SETTINGS
public static final java.lang.String THUMBNAILS
public static final java.lang.String DETAILS
public PixelsI()
public PixelsI(long id, boolean loaded)
public PixelsI(RLong id, boolean loaded)
protected void errorIfUnloaded() throws UnloadedEntityException
UnloadedEntityException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionException
UnloadedCollectionException
protected void toggleCollectionsLoaded(boolean load)
public void unload(Ice.Current current)
_IObjectOperations
unload
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLoaded(Ice.Current current)
_IObjectOperations
isLoaded
in interface _IObjectOperations
current
- The Current object for the invocation.public void unloadCollections(Ice.Current current)
_IObjectOperations
unloadCollections
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isGlobal(Ice.Current current)
_IObjectOperations
isGlobal
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isMutable(Ice.Current current)
_IObjectOperations
isMutable
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isAnnotated(Ice.Current current)
_IObjectOperations
isAnnotated
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLink(Ice.Current current)
_IObjectOperations
isLink
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject shallowCopy(Ice.Current current)
_IObjectOperations
shallowCopy
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject proxy(Ice.Current current)
_IObjectOperations
proxy
in interface _IObjectOperations
current
- The Current object for the invocation.public RLong getId(Ice.Current current)
getId
in interface _IObjectOperations
public void setId(RLong id, Ice.Current current)
setId
in interface _IObjectOperations
public Details getDetails(Ice.Current current)
getDetails
in interface _IObjectOperations
public void unloadDetails(Ice.Current current)
_IObjectOperations
unloadDetails
in interface _IObjectOperations
current
- The Current object for the invocation.public RInt getVersion(Ice.Current current)
getVersion
in interface _PixelsOperations
public void setVersion(RInt version, Ice.Current current)
setVersion
in interface _PixelsOperations
public void unloadImage()
public Image getImage(Ice.Current current) throws UnloadedEntityException
getImage
in interface _PixelsOperations
UnloadedEntityException
public void setImage(Image image, Ice.Current current) throws UnloadedEntityException
setImage
in interface _PixelsOperations
UnloadedEntityException
@Deprecated public void unloadRelatedTo()
@Deprecated public Pixels getRelatedTo(Ice.Current current) throws UnloadedEntityException
getRelatedTo
in interface _PixelsOperations
UnloadedEntityException
@Deprecated public void setRelatedTo(Pixels relatedTo, Ice.Current current) throws UnloadedEntityException
setRelatedTo
in interface _PixelsOperations
UnloadedEntityException
public void unloadPixelsType()
public PixelsType getPixelsType(Ice.Current current) throws UnloadedEntityException
getPixelsType
in interface _PixelsOperations
UnloadedEntityException
public void setPixelsType(PixelsType pixelsType, Ice.Current current) throws UnloadedEntityException
setPixelsType
in interface _PixelsOperations
UnloadedEntityException
public void unloadSignificantBits()
public RInt getSignificantBits(Ice.Current current) throws UnloadedEntityException
getSignificantBits
in interface _PixelsOperations
UnloadedEntityException
public void setSignificantBits(RInt significantBits, Ice.Current current) throws UnloadedEntityException
setSignificantBits
in interface _PixelsOperations
UnloadedEntityException
public void unloadSizeX()
public RInt getSizeX(Ice.Current current) throws UnloadedEntityException
getSizeX
in interface _PixelsOperations
UnloadedEntityException
public void setSizeX(RInt sizeX, Ice.Current current) throws UnloadedEntityException
setSizeX
in interface _PixelsOperations
UnloadedEntityException
public void unloadSizeY()
public RInt getSizeY(Ice.Current current) throws UnloadedEntityException
getSizeY
in interface _PixelsOperations
UnloadedEntityException
public void setSizeY(RInt sizeY, Ice.Current current) throws UnloadedEntityException
setSizeY
in interface _PixelsOperations
UnloadedEntityException
public void unloadSizeZ()
public RInt getSizeZ(Ice.Current current) throws UnloadedEntityException
getSizeZ
in interface _PixelsOperations
UnloadedEntityException
public void setSizeZ(RInt sizeZ, Ice.Current current) throws UnloadedEntityException
setSizeZ
in interface _PixelsOperations
UnloadedEntityException
public void unloadSizeC()
public RInt getSizeC(Ice.Current current) throws UnloadedEntityException
getSizeC
in interface _PixelsOperations
UnloadedEntityException
public void setSizeC(RInt sizeC, Ice.Current current) throws UnloadedEntityException
setSizeC
in interface _PixelsOperations
UnloadedEntityException
public void unloadSizeT()
public RInt getSizeT(Ice.Current current) throws UnloadedEntityException
getSizeT
in interface _PixelsOperations
UnloadedEntityException
public void setSizeT(RInt sizeT, Ice.Current current) throws UnloadedEntityException
setSizeT
in interface _PixelsOperations
UnloadedEntityException
public void unloadSha1()
public RString getSha1(Ice.Current current) throws UnloadedEntityException
getSha1
in interface _PixelsOperations
UnloadedEntityException
public void setSha1(RString sha1, Ice.Current current) throws UnloadedEntityException
setSha1
in interface _PixelsOperations
UnloadedEntityException
public void unloadDimensionOrder()
public DimensionOrder getDimensionOrder(Ice.Current current) throws UnloadedEntityException
getDimensionOrder
in interface _PixelsOperations
UnloadedEntityException
public void setDimensionOrder(DimensionOrder dimensionOrder, Ice.Current current) throws UnloadedEntityException
setDimensionOrder
in interface _PixelsOperations
UnloadedEntityException
public void unloadPhysicalSizeX()
public Length getPhysicalSizeX(Ice.Current current) throws UnloadedEntityException
getPhysicalSizeX
in interface _PixelsOperations
UnloadedEntityException
public void setPhysicalSizeX(Length physicalSizeX, Ice.Current current) throws UnloadedEntityException
setPhysicalSizeX
in interface _PixelsOperations
UnloadedEntityException
public void unloadPhysicalSizeY()
public Length getPhysicalSizeY(Ice.Current current) throws UnloadedEntityException
getPhysicalSizeY
in interface _PixelsOperations
UnloadedEntityException
public void setPhysicalSizeY(Length physicalSizeY, Ice.Current current) throws UnloadedEntityException
setPhysicalSizeY
in interface _PixelsOperations
UnloadedEntityException
public void unloadPhysicalSizeZ()
public Length getPhysicalSizeZ(Ice.Current current) throws UnloadedEntityException
getPhysicalSizeZ
in interface _PixelsOperations
UnloadedEntityException
public void setPhysicalSizeZ(Length physicalSizeZ, Ice.Current current) throws UnloadedEntityException
setPhysicalSizeZ
in interface _PixelsOperations
UnloadedEntityException
public void unloadWaveStart()
public RInt getWaveStart(Ice.Current current) throws UnloadedEntityException
getWaveStart
in interface _PixelsOperations
UnloadedEntityException
public void setWaveStart(RInt waveStart, Ice.Current current) throws UnloadedEntityException
setWaveStart
in interface _PixelsOperations
UnloadedEntityException
public void unloadWaveIncrement()
public RInt getWaveIncrement(Ice.Current current) throws UnloadedEntityException
getWaveIncrement
in interface _PixelsOperations
UnloadedEntityException
public void setWaveIncrement(RInt waveIncrement, Ice.Current current) throws UnloadedEntityException
setWaveIncrement
in interface _PixelsOperations
UnloadedEntityException
public void unloadTimeIncrement()
public Time getTimeIncrement(Ice.Current current) throws UnloadedEntityException
getTimeIncrement
in interface _PixelsOperations
UnloadedEntityException
public void setTimeIncrement(Time timeIncrement, Ice.Current current) throws UnloadedEntityException
setTimeIncrement
in interface _PixelsOperations
UnloadedEntityException
public void unloadMethodology()
public RString getMethodology(Ice.Current current) throws UnloadedEntityException
getMethodology
in interface _PixelsOperations
UnloadedEntityException
public void setMethodology(RString methodology, Ice.Current current) throws UnloadedEntityException
setMethodology
in interface _PixelsOperations
UnloadedEntityException
public void unloadPlaneInfo(Ice.Current current)
unloadPlaneInfo
in interface _PixelsOperations
protected java.util.List getPlaneInfo(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setPlaneInfo(java.util.List planeInfo, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isPlaneInfoLoaded()
public int sizeOfPlaneInfo(Ice.Current current) throws UnloadedEntityException
sizeOfPlaneInfo
in interface _PixelsOperations
UnloadedEntityException
public java.util.List copyPlaneInfo(Ice.Current current) throws UnloadedEntityException
copyPlaneInfo
in interface _PixelsOperations
UnloadedEntityException
public java.util.Iterator iteratePlaneInfo() throws UnloadedEntityException
UnloadedEntityException
public void addPlaneInfo(PlaneInfo target, Ice.Current current) throws UnloadedEntityException
addPlaneInfo
in interface _PixelsOperations
UnloadedEntityException
public void addAllPlaneInfoSet(java.util.List<PlaneInfo> targets, Ice.Current current) throws UnloadedEntityException
addAllPlaneInfoSet
in interface _PixelsOperations
UnloadedEntityException
public void removePlaneInfo(PlaneInfo target, Ice.Current current) throws UnloadedEntityException
removePlaneInfo
in interface _PixelsOperations
UnloadedEntityException
public void removeAllPlaneInfoSet(java.util.List<PlaneInfo> targets, Ice.Current current) throws UnloadedEntityException
removeAllPlaneInfoSet
in interface _PixelsOperations
UnloadedEntityException
public void clearPlaneInfo(Ice.Current current) throws UnloadedEntityException
clearPlaneInfo
in interface _PixelsOperations
UnloadedEntityException
public void reloadPlaneInfo(Pixels toCopy, Ice.Current current) throws UnloadedEntityException
reloadPlaneInfo
in interface _PixelsOperations
UnloadedEntityException
public void unloadPixelsFileMaps(Ice.Current current)
unloadPixelsFileMaps
in interface _PixelsOperations
protected java.util.List getPixelsFileMaps(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setPixelsFileMaps(java.util.List pixelsFileMaps, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isPixelsFileMapsLoaded()
public int sizeOfPixelsFileMaps(Ice.Current current) throws UnloadedEntityException
sizeOfPixelsFileMaps
in interface _PixelsOperations
UnloadedEntityException
public java.util.List copyPixelsFileMaps(Ice.Current current) throws UnloadedEntityException
copyPixelsFileMaps
in interface _PixelsOperations
UnloadedEntityException
public java.util.Iterator iteratePixelsFileMaps() throws UnloadedEntityException
UnloadedEntityException
public void addPixelsOriginalFileMap(PixelsOriginalFileMap target, Ice.Current current) throws UnloadedEntityException
addPixelsOriginalFileMap
in interface _PixelsOperations
UnloadedEntityException
public void addAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets, Ice.Current current) throws UnloadedEntityException
addAllPixelsOriginalFileMapSet
in interface _PixelsOperations
UnloadedEntityException
public void removePixelsOriginalFileMap(PixelsOriginalFileMap target, Ice.Current current) throws UnloadedEntityException
removePixelsOriginalFileMap
in interface _PixelsOperations
UnloadedEntityException
public void removeAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets, Ice.Current current) throws UnloadedEntityException
removeAllPixelsOriginalFileMapSet
in interface _PixelsOperations
UnloadedEntityException
public void clearPixelsFileMaps(Ice.Current current) throws UnloadedEntityException
clearPixelsFileMaps
in interface _PixelsOperations
UnloadedEntityException
public void reloadPixelsFileMaps(Pixels toCopy, Ice.Current current) throws UnloadedEntityException
reloadPixelsFileMaps
in interface _PixelsOperations
UnloadedEntityException
public java.util.Map<java.lang.Long,java.lang.Long> getPixelsFileMapsCountPerOwner(Ice.Current current)
getPixelsFileMapsCountPerOwner
in interface _PixelsOperations
public PixelsOriginalFileMap linkOriginalFile(OriginalFile addition, Ice.Current current) throws UnloadedEntityException
linkOriginalFile
in interface _PixelsOperations
UnloadedEntityException
public void addPixelsOriginalFileMapToBoth(PixelsOriginalFileMap link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addPixelsOriginalFileMapToBoth
in interface _PixelsOperations
UnloadedEntityException
public java.util.List<PixelsOriginalFileMap> findPixelsOriginalFileMap(OriginalFile removal, Ice.Current current) throws UnloadedEntityException
findPixelsOriginalFileMap
in interface _PixelsOperations
UnloadedEntityException
public void unlinkOriginalFile(OriginalFile removal, Ice.Current current) throws UnloadedEntityException
unlinkOriginalFile
in interface _PixelsOperations
UnloadedEntityException
public void removePixelsOriginalFileMapFromBoth(PixelsOriginalFileMap link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removePixelsOriginalFileMapFromBoth
in interface _PixelsOperations
UnloadedEntityException
UnloadedCollectionException
public java.util.List<OriginalFile> linkedOriginalFileList(Ice.Current current) throws UnloadedEntityException
linkedOriginalFileList
in interface _PixelsOperations
UnloadedEntityException
public void unloadChannels(Ice.Current current)
unloadChannels
in interface _PixelsOperations
protected java.util.List getChannels(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setChannels(java.util.List channels, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isChannelsLoaded()
public int sizeOfChannels(Ice.Current current) throws UnloadedEntityException
sizeOfChannels
in interface _PixelsOperations
UnloadedEntityException
public java.util.List copyChannels(Ice.Current current) throws UnloadedEntityException
copyChannels
in interface _PixelsOperations
UnloadedEntityException
public java.util.Iterator iterateChannels() throws UnloadedEntityException
UnloadedEntityException
public void addChannel(Channel target, Ice.Current current) throws UnloadedEntityException
addChannel
in interface _PixelsOperations
UnloadedEntityException
public void addAllChannelSet(java.util.List<Channel> targets, Ice.Current current) throws UnloadedEntityException
addAllChannelSet
in interface _PixelsOperations
UnloadedEntityException
public void removeChannel(Channel target, Ice.Current current) throws UnloadedEntityException
removeChannel
in interface _PixelsOperations
UnloadedEntityException
public void removeAllChannelSet(java.util.List<Channel> targets, Ice.Current current) throws UnloadedEntityException
removeAllChannelSet
in interface _PixelsOperations
UnloadedEntityException
public void clearChannels(Ice.Current current) throws UnloadedEntityException
clearChannels
in interface _PixelsOperations
UnloadedEntityException
public void reloadChannels(Pixels toCopy, Ice.Current current) throws UnloadedEntityException
reloadChannels
in interface _PixelsOperations
UnloadedEntityException
public Channel getChannel(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
getChannel
in interface _PixelsOperations
java.lang.IndexOutOfBoundsException
public Channel setChannel(int index, Channel element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setChannel
in interface _PixelsOperations
java.lang.IndexOutOfBoundsException
public Channel getPrimaryChannel(Ice.Current current) throws java.lang.IndexOutOfBoundsException
getPrimaryChannel
in interface _PixelsOperations
java.lang.IndexOutOfBoundsException
public Channel setPrimaryChannel(Channel element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setPrimaryChannel
in interface _PixelsOperations
java.lang.IndexOutOfBoundsException
public void unloadSettings(Ice.Current current)
unloadSettings
in interface _PixelsOperations
protected java.util.List getSettings(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setSettings(java.util.List settings, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isSettingsLoaded()
public int sizeOfSettings(Ice.Current current) throws UnloadedEntityException
sizeOfSettings
in interface _PixelsOperations
UnloadedEntityException
public java.util.List copySettings(Ice.Current current) throws UnloadedEntityException
copySettings
in interface _PixelsOperations
UnloadedEntityException
public java.util.Iterator iterateSettings() throws UnloadedEntityException
UnloadedEntityException
public void addRenderingDef(RenderingDef target, Ice.Current current) throws UnloadedEntityException
addRenderingDef
in interface _PixelsOperations
UnloadedEntityException
public void addAllRenderingDefSet(java.util.List<RenderingDef> targets, Ice.Current current) throws UnloadedEntityException
addAllRenderingDefSet
in interface _PixelsOperations
UnloadedEntityException
public void removeRenderingDef(RenderingDef target, Ice.Current current) throws UnloadedEntityException
removeRenderingDef
in interface _PixelsOperations
UnloadedEntityException
public void removeAllRenderingDefSet(java.util.List<RenderingDef> targets, Ice.Current current) throws UnloadedEntityException
removeAllRenderingDefSet
in interface _PixelsOperations
UnloadedEntityException
public void clearSettings(Ice.Current current) throws UnloadedEntityException
clearSettings
in interface _PixelsOperations
UnloadedEntityException
public void reloadSettings(Pixels toCopy, Ice.Current current) throws UnloadedEntityException
reloadSettings
in interface _PixelsOperations
UnloadedEntityException
public void unloadThumbnails(Ice.Current current)
unloadThumbnails
in interface _PixelsOperations
protected java.util.List getThumbnails(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setThumbnails(java.util.List thumbnails, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isThumbnailsLoaded()
public int sizeOfThumbnails(Ice.Current current) throws UnloadedEntityException
sizeOfThumbnails
in interface _PixelsOperations
UnloadedEntityException
public java.util.List copyThumbnails(Ice.Current current) throws UnloadedEntityException
copyThumbnails
in interface _PixelsOperations
UnloadedEntityException
public java.util.Iterator iterateThumbnails() throws UnloadedEntityException
UnloadedEntityException
public void addThumbnail(Thumbnail target, Ice.Current current) throws UnloadedEntityException
addThumbnail
in interface _PixelsOperations
UnloadedEntityException
public void addAllThumbnailSet(java.util.List<Thumbnail> targets, Ice.Current current) throws UnloadedEntityException
addAllThumbnailSet
in interface _PixelsOperations
UnloadedEntityException
public void removeThumbnail(Thumbnail target, Ice.Current current) throws UnloadedEntityException
removeThumbnail
in interface _PixelsOperations
UnloadedEntityException
public void removeAllThumbnailSet(java.util.List<Thumbnail> targets, Ice.Current current) throws UnloadedEntityException
removeAllThumbnailSet
in interface _PixelsOperations
UnloadedEntityException
public void clearThumbnails(Ice.Current current) throws UnloadedEntityException
clearThumbnails
in interface _PixelsOperations
UnloadedEntityException
public void reloadThumbnails(Pixels toCopy, Ice.Current current) throws UnloadedEntityException
reloadThumbnails
in interface _PixelsOperations
UnloadedEntityException
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)
IceMapper
to inject an "ome.model" object into this
"omero.model" object.copyObject
in interface ome.model.ModelBased
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
IceMapper
produce an "ome.model" object from this
"omero.model" object.fillObject
in interface ome.model.ModelBased
public static java.util.List<PixelsI> cast(java.util.List list)
java.lang.ClassCastException