Package omero.grid
Interface InternalRepository
-
- All Superinterfaces:
_InternalRepositoryOperations
,_InternalRepositoryOperationsNC
,Ice.Object
- All Known Implementing Classes:
_InternalRepositoryDisp
,_InternalRepositoryTie
,AbstractRepositoryI
,InternalRepositoryI
,LegacyRepositoryI
,ScriptRepositoryI
,TemporaryRepositoryI
public interface InternalRepository extends Ice.Object, _InternalRepositoryOperations, _InternalRepositoryOperationsNC
Internal portion of the API used for management. Not available to clients.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ice_staticId
static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface omero.grid._InternalRepositoryOperations
createRawFileStore, createRawPixelsStore, createRenderingEngine, createThumbnailStore, getDescription, getFilePath, getProxy, rawAccess
-
Methods inherited from interface omero.grid._InternalRepositoryOperationsNC
createRawFileStore, createRawPixelsStore, createRenderingEngine, createThumbnailStore, getDescription, getFilePath, getProxy, rawAccess
-
-
-
-
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
-
-