Package omero.api
Interface MetadataStore
-
- All Superinterfaces:
_MetadataStoreOperations
,_MetadataStoreOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,_StatefulServiceInterfaceOperations
,_StatefulServiceInterfaceOperationsNC
,Ice.Object
,ServiceInterface
,StatefulServiceInterface
- All Known Implementing Classes:
_MetadataStoreDisp
,_MetadataStoreTie
public interface MetadataStore extends Ice.Object, _MetadataStoreOperations, _MetadataStoreOperationsNC, StatefulServiceInterface
Server-side interface for import.
-
-
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._MetadataStoreOperations
createRoot_async, populateMinMax_async, postProcess_async, saveToDB_async, setPixelsFile_async, updateObjects_async, updateReferences_async
-
Methods inherited from interface omero.api._MetadataStoreOperationsNC
createRoot_async, populateMinMax_async, postProcess_async, saveToDB_async, setPixelsFile_async, updateObjects_async, updateReferences_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
-
-