Package omero.api
Interface ThumbnailStore
-
- All Superinterfaces:
_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,_StatefulServiceInterfaceOperations
,_StatefulServiceInterfaceOperationsNC
,_ThumbnailStoreOperations
,_ThumbnailStoreOperationsNC
,Ice.Object
,ServiceInterface
,StatefulServiceInterface
- All Known Implementing Classes:
_ThumbnailStoreDisp
,_ThumbnailStoreTie
public interface ThumbnailStore extends Ice.Object, _ThumbnailStoreOperations, _ThumbnailStoreOperationsNC, StatefulServiceInterface
Provides methods for dealing with thumbnails. Provision is provided to retrieve thumbnails using the on-disk cache (provided by ROMIO) or on the fly.NOTE: The calling order for the service is as follows:
setPixelsId
- any of the thumbnail accessor methods or
resetDefaults
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ice_staticId
static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface omero.api._StatefulServiceInterfaceOperations
activate_async, close_async, getCurrentEventContext_async, passivate_async
-
Methods inherited from interface omero.api._StatefulServiceInterfaceOperationsNC
activate_async, close_async, getCurrentEventContext_async, passivate_async
-
Methods inherited from interface omero.api._ThumbnailStoreOperations
createThumbnail_async, createThumbnails_async, createThumbnailsByLongestSideSet_async, getRenderingDefId_async, getThumbnail_async, getThumbnailByLongestSide_async, getThumbnailByLongestSideDirect_async, getThumbnailByLongestSideSet_async, getThumbnailDirect_async, getThumbnailForSectionByLongestSideDirect_async, getThumbnailForSectionDirect_async, getThumbnailSet_async, getThumbnailWithoutDefault_async, isInProgress_async, resetDefaults_async, setPixelsId_async, setRenderingDefId_async, thumbnailExists_async
-
Methods inherited from interface omero.api._ThumbnailStoreOperationsNC
createThumbnail_async, createThumbnails_async, createThumbnailsByLongestSideSet_async, getRenderingDefId_async, getThumbnail_async, getThumbnailByLongestSide_async, getThumbnailByLongestSideDirect_async, getThumbnailByLongestSideSet_async, getThumbnailDirect_async, getThumbnailForSectionByLongestSideDirect_async, getThumbnailForSectionDirect_async, getThumbnailSet_async, getThumbnailWithoutDefault_async, isInProgress_async, resetDefaults_async, setPixelsId_async, setRenderingDefId_async, thumbnailExists_async
-
-
-
-
Field Detail
-
ice_staticId
static final java.lang.String ice_staticId
- See Also:
- Constant Field Values
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-