Package omero.api
Interface RawFileStore
-
- All Superinterfaces:
_RawFileStoreOperations
,_RawFileStoreOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,_StatefulServiceInterfaceOperations
,_StatefulServiceInterfaceOperationsNC
,Ice.Object
,ServiceInterface
,StatefulServiceInterface
- All Known Implementing Classes:
_RawFileStoreDisp
,_RawFileStoreTie
public interface RawFileStore extends Ice.Object, _RawFileStoreOperations, _RawFileStoreOperationsNC, StatefulServiceInterface
Raw file gateway which provides access to the OMERO file repository. Note: methods on this service are protected by a DOWNLOAD restriction.
-
-
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._RawFileStoreOperations
exists_async, getFileId_async, read_async, save_async, setFileId_async, size_async, truncate_async, write_async
-
Methods inherited from interface omero.api._RawFileStoreOperationsNC
exists_async, getFileId_async, read_async, save_async, setFileId_async, size_async, truncate_async, write_async
-
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
-
-
-
-
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
-
-