public interface _ThumbnailOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
RString |
getMimeType(Ice.Current __current) |
Pixels |
getPixels(Ice.Current __current) |
RString |
getRef(Ice.Current __current) |
RInt |
getSizeX(Ice.Current __current) |
RInt |
getSizeY(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
void |
setMimeType(RString theMimeType,
Ice.Current __current) |
void |
setPixels(Pixels thePixels,
Ice.Current __current) |
void |
setRef(RString theRef,
Ice.Current __current) |
void |
setSizeX(RInt theSizeX,
Ice.Current __current) |
void |
setSizeY(RInt theSizeY,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
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)
Pixels getPixels(Ice.Current __current)
void setPixels(Pixels thePixels, Ice.Current __current)
RString getMimeType(Ice.Current __current)
void setMimeType(RString theMimeType, Ice.Current __current)
RInt getSizeX(Ice.Current __current)
void setSizeX(RInt theSizeX, Ice.Current __current)
RInt getSizeY(Ice.Current __current)
void setSizeY(RInt theSizeY, Ice.Current __current)
RString getRef(Ice.Current __current)
void setRef(RString theRef, Ice.Current __current)