public interface _MetadataStoreOperations extends _StatefulServiceInterfaceOperations
| Modifier and Type | Method and 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)  | 
activate_async, close_async, getCurrentEventContext_async, passivate_asyncvoid createRoot_async(AMD_MetadataStore_createRoot __cb, Ice.Current __current) throws ServerError
ServerErrorvoid updateObjects_async(AMD_MetadataStore_updateObjects __cb, IObjectContainer[] objects, Ice.Current __current) throws ServerError
ServerErrorvoid updateReferences_async(AMD_MetadataStore_updateReferences __cb, java.util.Map<java.lang.String,java.lang.String[]> references, Ice.Current __current) throws ServerError
ServerErrorvoid saveToDB_async(AMD_MetadataStore_saveToDB __cb, FilesetJobLink activity, Ice.Current __current) throws ServerError
ServerErrorvoid populateMinMax_async(AMD_MetadataStore_populateMinMax __cb, double[][][] imageChannelGlobalMinMax, Ice.Current __current) throws ServerError
ServerErrorvoid setPixelsFile_async(AMD_MetadataStore_setPixelsFile __cb, long pixelsId, java.lang.String file, java.lang.String repo, Ice.Current __current) throws ServerError
ServerErrorvoid postProcess_async(AMD_MetadataStore_postProcess __cb, Ice.Current __current) throws ServerError
ServerError