public class UpdateI extends AbstractAmdServant implements _IUpdateOperations
IUpdate
Constructor and Description |
---|
UpdateI(ome.api.IUpdate service,
BlitzExecutor be) |
Modifier and Type | Method and Description |
---|---|
void |
deleteObject_async(AMD_IUpdate_deleteObject __cb,
IObject row,
Ice.Current __current) |
void |
indexObject_async(AMD_IUpdate_indexObject __cb,
IObject row,
Ice.Current __current)
Initiates full-text indexing for the given object.
|
void |
saveAndReturnArray_async(AMD_IUpdate_saveAndReturnArray __cb,
java.util.List<IObject> graph,
Ice.Current __current) |
void |
saveAndReturnIds_async(AMD_IUpdate_saveAndReturnIds __cb,
java.util.List<IObject> graph,
Ice.Current __current) |
void |
saveAndReturnObject_async(AMD_IUpdate_saveAndReturnObject __cb,
IObject obj,
Ice.Current __current) |
void |
saveArray_async(AMD_IUpdate_saveArray __cb,
java.util.List<IObject> graph,
Ice.Current __current) |
void |
saveCollection_async(AMD_IUpdate_saveCollection __cb,
java.util.List<IObject> objs,
Ice.Current __current) |
void |
saveObject_async(AMD_IUpdate_saveObject __cb,
IObject obj,
Ice.Current __current) |
activate_async, applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, getCurrentEventContext_async, onSetOmeroContext, passivate_async, runnableCall, safeRunnableCall, setApplicationContext, setHolder
public UpdateI(ome.api.IUpdate service, BlitzExecutor be)
public void deleteObject_async(AMD_IUpdate_deleteObject __cb, IObject row, Ice.Current __current) throws ServerError
deleteObject_async
in interface _IUpdateOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void indexObject_async(AMD_IUpdate_indexObject __cb, IObject row, Ice.Current __current) throws ServerError
_IUpdateOperations
FullTextThread
to finish.
Can only be executed by an admin. Other users must wait for
the background Thread
to complete.indexObject_async
in interface _IUpdateOperations
__cb
- The callback object for the operation.row
- a persistent IObject
to be deleted__current
- The Current object for the invocation.ServerError
public void saveAndReturnArray_async(AMD_IUpdate_saveAndReturnArray __cb, java.util.List<IObject> graph, Ice.Current __current) throws ServerError
saveAndReturnArray_async
in interface _IUpdateOperations
ServerError
public void saveAndReturnObject_async(AMD_IUpdate_saveAndReturnObject __cb, IObject obj, Ice.Current __current) throws ServerError
saveAndReturnObject_async
in interface _IUpdateOperations
ServerError
public void saveArray_async(AMD_IUpdate_saveArray __cb, java.util.List<IObject> graph, Ice.Current __current) throws ServerError
saveArray_async
in interface _IUpdateOperations
ServerError
public void saveCollection_async(AMD_IUpdate_saveCollection __cb, java.util.List<IObject> objs, Ice.Current __current) throws ServerError
saveCollection_async
in interface _IUpdateOperations
ServerError
public void saveObject_async(AMD_IUpdate_saveObject __cb, IObject obj, Ice.Current __current) throws ServerError
saveObject_async
in interface _IUpdateOperations
ServerError
public void saveAndReturnIds_async(AMD_IUpdate_saveAndReturnIds __cb, java.util.List<IObject> graph, Ice.Current __current) throws ServerError
saveAndReturnIds_async
in interface _IUpdateOperations
ServerError