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, setHolderpublic 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.ServerErrorpublic void indexObject_async(AMD_IUpdate_indexObject __cb, IObject row, Ice.Current __current) throws ServerError
_IUpdateOperationsFullTextThread 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.ServerErrorpublic void saveAndReturnArray_async(AMD_IUpdate_saveAndReturnArray __cb, java.util.List<IObject> graph, Ice.Current __current) throws ServerError
saveAndReturnArray_async in interface _IUpdateOperationsServerErrorpublic void saveAndReturnObject_async(AMD_IUpdate_saveAndReturnObject __cb, IObject obj, Ice.Current __current) throws ServerError
saveAndReturnObject_async in interface _IUpdateOperationsServerErrorpublic void saveArray_async(AMD_IUpdate_saveArray __cb, java.util.List<IObject> graph, Ice.Current __current) throws ServerError
saveArray_async in interface _IUpdateOperationsServerErrorpublic void saveCollection_async(AMD_IUpdate_saveCollection __cb, java.util.List<IObject> objs, Ice.Current __current) throws ServerError
saveCollection_async in interface _IUpdateOperationsServerErrorpublic void saveObject_async(AMD_IUpdate_saveObject __cb, IObject obj, Ice.Current __current) throws ServerError
saveObject_async in interface _IUpdateOperationsServerErrorpublic void saveAndReturnIds_async(AMD_IUpdate_saveAndReturnIds __cb, java.util.List<IObject> graph, Ice.Current __current) throws ServerError
saveAndReturnIds_async in interface _IUpdateOperationsServerError