Package omero.api
Interface _MetadataStoreOperations
-
- All Superinterfaces:
_ServiceInterfaceOperations
,_StatefulServiceInterfaceOperations
- All Known Subinterfaces:
MetadataStore
- All Known Implementing Classes:
_MetadataStoreDisp
,_MetadataStoreTie
,MetadataStoreI
public interface _MetadataStoreOperations extends _StatefulServiceInterfaceOperations
Server-side interface for import.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
createRoot_async(AMD_MetadataStore_createRoot __cb, Ice.Current __current)
void
populateMinMax_async(AMD_MetadataStore_populateMinMax __cb, double[][][] imageChannelGlobalMinMax, Ice.Current __current)
void
postProcess_async(AMD_MetadataStore_postProcess __cb, Ice.Current __current)
void
saveToDB_async(AMD_MetadataStore_saveToDB __cb, FilesetJobLink activity, Ice.Current __current)
void
setPixelsFile_async(AMD_MetadataStore_setPixelsFile __cb, long pixelsId, java.lang.String file, java.lang.String repo, Ice.Current __current)
void
updateObjects_async(AMD_MetadataStore_updateObjects __cb, IObjectContainer[] objects, Ice.Current __current)
void
updateReferences_async(AMD_MetadataStore_updateReferences __cb, java.util.Map<java.lang.String,java.lang.String[]> references, Ice.Current __current)
-
Methods inherited from interface omero.api._StatefulServiceInterfaceOperations
activate_async, close_async, getCurrentEventContext_async, passivate_async
-
-
-
-
Method Detail
-
createRoot_async
void createRoot_async(AMD_MetadataStore_createRoot __cb, Ice.Current __current) throws ServerError
- Throws:
ServerError
-
updateObjects_async
void updateObjects_async(AMD_MetadataStore_updateObjects __cb, IObjectContainer[] objects, Ice.Current __current) throws ServerError
- Throws:
ServerError
-
updateReferences_async
void updateReferences_async(AMD_MetadataStore_updateReferences __cb, java.util.Map<java.lang.String,java.lang.String[]> references, Ice.Current __current) throws ServerError
- Throws:
ServerError
-
saveToDB_async
void saveToDB_async(AMD_MetadataStore_saveToDB __cb, FilesetJobLink activity, Ice.Current __current) throws ServerError
- Throws:
ServerError
-
populateMinMax_async
void populateMinMax_async(AMD_MetadataStore_populateMinMax __cb, double[][][] imageChannelGlobalMinMax, Ice.Current __current) throws ServerError
- Throws:
ServerError
-
setPixelsFile_async
void setPixelsFile_async(AMD_MetadataStore_setPixelsFile __cb, long pixelsId, java.lang.String file, java.lang.String repo, Ice.Current __current) throws ServerError
- Throws:
ServerError
-
postProcess_async
void postProcess_async(AMD_MetadataStore_postProcess __cb, Ice.Current __current) throws ServerError
- Throws:
ServerError
-
-