Interface IUpdatePrx
-
- All Superinterfaces:
Ice.ObjectPrx,ServiceInterfacePrx
- All Known Implementing Classes:
IUpdatePrxHelper
public interface IUpdatePrx extends ServiceInterfacePrx
Provides methods for directly updating object graphs. IUpdate is the lowest level (level-1) interface which may make changes (INSERT, UPDATE, DELETE) to the database. All other methods of changing the database may leave it in an inconsistent state.All the save* methods act recursively on the entire object graph, replacing placeholders and details where necessary, and then merging the final graph. This means that the objects that are passed into IUpdate.save* methods are copied over to new instances which are then returned. The original objects should be discarded.
saveAndReturnIdsbehaves slightly differently in that it does not handle object modifications. The graph of objects passed in can consist ONLY if either newly created objects without ids or of unloaded objects with ids. Note: The ids of the saved values may not be in order. This is caused by persistence-by-transitivity. Hibernate may detect an item later in the array if they are interconnected and therefore choose to save it first.All methods throw
ValidationExceptionif the input objects do not pass validation, andOptimisticLockExceptionif the version of a given has already been incremented.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Ice.AsyncResultbegin_deleteObject(IObject row)Deprecated.use omero::cmd::Delete2 insteadIce.AsyncResultbegin_deleteObject(IObject row, Ice.Callback __cb)Deprecated.use omero::cmd::Delete2 insteadIce.AsyncResultbegin_deleteObject(IObject row, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Deprecated.use omero::cmd::Delete2 insteadIce.AsyncResultbegin_deleteObject(IObject row, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Deprecated.use omero::cmd::Delete2 insteadIce.AsyncResultbegin_deleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx)Deprecated.use omero::cmd::Delete2 insteadIce.AsyncResultbegin_deleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Deprecated.use omero::cmd::Delete2 insteadIce.AsyncResultbegin_deleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Deprecated.use omero::cmd::Delete2 insteadIce.AsyncResultbegin_deleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Deprecated.use omero::cmd::Delete2 insteadIce.AsyncResultbegin_deleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_deleteObject __cb)Deprecated.use omero::cmd::Delete2 insteadIce.AsyncResultbegin_deleteObject(IObject row, Callback_IUpdate_deleteObject __cb)Deprecated.use omero::cmd::Delete2 insteadIce.AsyncResultbegin_indexObject(IObject row)Initiates full-text indexing for the given object.Ice.AsyncResultbegin_indexObject(IObject row, Ice.Callback __cb)Initiates full-text indexing for the given object.Ice.AsyncResultbegin_indexObject(IObject row, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Initiates full-text indexing for the given object.Ice.AsyncResultbegin_indexObject(IObject row, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Initiates full-text indexing for the given object.Ice.AsyncResultbegin_indexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx)Initiates full-text indexing for the given object.Ice.AsyncResultbegin_indexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Initiates full-text indexing for the given object.Ice.AsyncResultbegin_indexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Initiates full-text indexing for the given object.Ice.AsyncResultbegin_indexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Initiates full-text indexing for the given object.Ice.AsyncResultbegin_indexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_indexObject __cb)Initiates full-text indexing for the given object.Ice.AsyncResultbegin_indexObject(IObject row, Callback_IUpdate_indexObject __cb)Initiates full-text indexing for the given object.Ice.AsyncResultbegin_saveAndReturnArray(java.util.List<IObject> graph)Ice.AsyncResultbegin_saveAndReturnArray(java.util.List<IObject> graph, Ice.Callback __cb)Ice.AsyncResultbegin_saveAndReturnArray(java.util.List<IObject> graph, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Ice.AsyncResultbegin_saveAndReturnArray(java.util.List<IObject> graph, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Ice.AsyncResultbegin_saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx)Ice.AsyncResultbegin_saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Ice.AsyncResultbegin_saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Ice.AsyncResultbegin_saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Ice.AsyncResultbegin_saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveAndReturnArray __cb)Ice.AsyncResultbegin_saveAndReturnArray(java.util.List<IObject> graph, Callback_IUpdate_saveAndReturnArray __cb)Ice.AsyncResultbegin_saveAndReturnIds(java.util.List<IObject> graph)Ice.AsyncResultbegin_saveAndReturnIds(java.util.List<IObject> graph, Ice.Callback __cb)Ice.AsyncResultbegin_saveAndReturnIds(java.util.List<IObject> graph, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Ice.AsyncResultbegin_saveAndReturnIds(java.util.List<IObject> graph, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Ice.AsyncResultbegin_saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx)Ice.AsyncResultbegin_saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Ice.AsyncResultbegin_saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Ice.AsyncResultbegin_saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Ice.AsyncResultbegin_saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveAndReturnIds __cb)Ice.AsyncResultbegin_saveAndReturnIds(java.util.List<IObject> graph, Callback_IUpdate_saveAndReturnIds __cb)Ice.AsyncResultbegin_saveAndReturnObject(IObject obj)Ice.AsyncResultbegin_saveAndReturnObject(IObject obj, Ice.Callback __cb)Ice.AsyncResultbegin_saveAndReturnObject(IObject obj, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Ice.AsyncResultbegin_saveAndReturnObject(IObject obj, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Ice.AsyncResultbegin_saveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx)Ice.AsyncResultbegin_saveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Ice.AsyncResultbegin_saveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Ice.AsyncResultbegin_saveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Ice.AsyncResultbegin_saveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveAndReturnObject __cb)Ice.AsyncResultbegin_saveAndReturnObject(IObject obj, Callback_IUpdate_saveAndReturnObject __cb)Ice.AsyncResultbegin_saveArray(java.util.List<IObject> graph)Ice.AsyncResultbegin_saveArray(java.util.List<IObject> graph, Ice.Callback __cb)Ice.AsyncResultbegin_saveArray(java.util.List<IObject> graph, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Ice.AsyncResultbegin_saveArray(java.util.List<IObject> graph, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Ice.AsyncResultbegin_saveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx)Ice.AsyncResultbegin_saveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Ice.AsyncResultbegin_saveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Ice.AsyncResultbegin_saveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Ice.AsyncResultbegin_saveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveArray __cb)Ice.AsyncResultbegin_saveArray(java.util.List<IObject> graph, Callback_IUpdate_saveArray __cb)Ice.AsyncResultbegin_saveCollection(java.util.List<IObject> objs)Ice.AsyncResultbegin_saveCollection(java.util.List<IObject> objs, Ice.Callback __cb)Ice.AsyncResultbegin_saveCollection(java.util.List<IObject> objs, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Ice.AsyncResultbegin_saveCollection(java.util.List<IObject> objs, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Ice.AsyncResultbegin_saveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx)Ice.AsyncResultbegin_saveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Ice.AsyncResultbegin_saveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Ice.AsyncResultbegin_saveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Ice.AsyncResultbegin_saveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveCollection __cb)Ice.AsyncResultbegin_saveCollection(java.util.List<IObject> objs, Callback_IUpdate_saveCollection __cb)Ice.AsyncResultbegin_saveObject(IObject obj)Ice.AsyncResultbegin_saveObject(IObject obj, Ice.Callback __cb)Ice.AsyncResultbegin_saveObject(IObject obj, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Ice.AsyncResultbegin_saveObject(IObject obj, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Ice.AsyncResultbegin_saveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx)Ice.AsyncResultbegin_saveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Ice.AsyncResultbegin_saveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Ice.AsyncResultbegin_saveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Ice.AsyncResultbegin_saveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveObject __cb)Ice.AsyncResultbegin_saveObject(IObject obj, Callback_IUpdate_saveObject __cb)voiddeleteObject(IObject row)Deprecated.use omero::cmd::Delete2 insteadvoiddeleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx)Deprecated.use omero::cmd::Delete2 insteadvoidend_deleteObject(Ice.AsyncResult __result)voidend_indexObject(Ice.AsyncResult __result)Initiates full-text indexing for the given object.java.util.List<IObject>end_saveAndReturnArray(Ice.AsyncResult __result)java.util.List<java.lang.Long>end_saveAndReturnIds(Ice.AsyncResult __result)IObjectend_saveAndReturnObject(Ice.AsyncResult __result)voidend_saveArray(Ice.AsyncResult __result)voidend_saveCollection(Ice.AsyncResult __result)voidend_saveObject(Ice.AsyncResult __result)voidindexObject(IObject row)Initiates full-text indexing for the given object.voidindexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx)Initiates full-text indexing for the given object.java.util.List<IObject>saveAndReturnArray(java.util.List<IObject> graph)java.util.List<IObject>saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx)java.util.List<java.lang.Long>saveAndReturnIds(java.util.List<IObject> graph)java.util.List<java.lang.Long>saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx)IObjectsaveAndReturnObject(IObject obj)IObjectsaveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx)voidsaveArray(java.util.List<IObject> graph)voidsaveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx)voidsaveCollection(java.util.List<IObject> objs)voidsaveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx)voidsaveObject(IObject obj)voidsaveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx)-
Methods inherited from interface Ice.ObjectPrx
begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
-
-
-
-
Method Detail
-
saveObject
void saveObject(IObject obj) throws ServerError
- Throws:
ServerError
-
saveObject
void saveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
- Throws:
ServerError
-
begin_saveObject
Ice.AsyncResult begin_saveObject(IObject obj)
-
begin_saveObject
Ice.AsyncResult begin_saveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_saveObject
Ice.AsyncResult begin_saveObject(IObject obj, Ice.Callback __cb)
-
begin_saveObject
Ice.AsyncResult begin_saveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
-
begin_saveObject
Ice.AsyncResult begin_saveObject(IObject obj, Callback_IUpdate_saveObject __cb)
-
begin_saveObject
Ice.AsyncResult begin_saveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveObject __cb)
-
begin_saveObject
Ice.AsyncResult begin_saveObject(IObject obj, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_saveObject
Ice.AsyncResult begin_saveObject(IObject obj, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
begin_saveObject
Ice.AsyncResult begin_saveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_saveObject
Ice.AsyncResult begin_saveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
end_saveObject
void end_saveObject(Ice.AsyncResult __result) throws ServerError- Throws:
ServerError
-
saveCollection
void saveCollection(java.util.List<IObject> objs) throws ServerError
- Throws:
ServerError
-
saveCollection
void saveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
- Throws:
ServerError
-
begin_saveCollection
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs)
-
begin_saveCollection
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_saveCollection
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs, Ice.Callback __cb)
-
begin_saveCollection
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
-
begin_saveCollection
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs, Callback_IUpdate_saveCollection __cb)
-
begin_saveCollection
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveCollection __cb)
-
begin_saveCollection
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_saveCollection
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
begin_saveCollection
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_saveCollection
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
end_saveCollection
void end_saveCollection(Ice.AsyncResult __result) throws ServerError- Throws:
ServerError
-
saveAndReturnObject
IObject saveAndReturnObject(IObject obj) throws ServerError
- Throws:
ServerError
-
saveAndReturnObject
IObject saveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
- Throws:
ServerError
-
begin_saveAndReturnObject
Ice.AsyncResult begin_saveAndReturnObject(IObject obj)
-
begin_saveAndReturnObject
Ice.AsyncResult begin_saveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_saveAndReturnObject
Ice.AsyncResult begin_saveAndReturnObject(IObject obj, Ice.Callback __cb)
-
begin_saveAndReturnObject
Ice.AsyncResult begin_saveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
-
begin_saveAndReturnObject
Ice.AsyncResult begin_saveAndReturnObject(IObject obj, Callback_IUpdate_saveAndReturnObject __cb)
-
begin_saveAndReturnObject
Ice.AsyncResult begin_saveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveAndReturnObject __cb)
-
begin_saveAndReturnObject
Ice.AsyncResult begin_saveAndReturnObject(IObject obj, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_saveAndReturnObject
Ice.AsyncResult begin_saveAndReturnObject(IObject obj, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
begin_saveAndReturnObject
Ice.AsyncResult begin_saveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_saveAndReturnObject
Ice.AsyncResult begin_saveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
end_saveAndReturnObject
IObject end_saveAndReturnObject(Ice.AsyncResult __result) throws ServerError
- Throws:
ServerError
-
saveArray
void saveArray(java.util.List<IObject> graph) throws ServerError
- Throws:
ServerError
-
saveArray
void saveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
- Throws:
ServerError
-
begin_saveArray
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph)
-
begin_saveArray
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_saveArray
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph, Ice.Callback __cb)
-
begin_saveArray
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
-
begin_saveArray
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph, Callback_IUpdate_saveArray __cb)
-
begin_saveArray
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveArray __cb)
-
begin_saveArray
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_saveArray
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
begin_saveArray
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_saveArray
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
end_saveArray
void end_saveArray(Ice.AsyncResult __result) throws ServerError- Throws:
ServerError
-
saveAndReturnArray
java.util.List<IObject> saveAndReturnArray(java.util.List<IObject> graph) throws ServerError
- Throws:
ServerError
-
saveAndReturnArray
java.util.List<IObject> saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
- Throws:
ServerError
-
begin_saveAndReturnArray
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph)
-
begin_saveAndReturnArray
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_saveAndReturnArray
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph, Ice.Callback __cb)
-
begin_saveAndReturnArray
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
-
begin_saveAndReturnArray
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph, Callback_IUpdate_saveAndReturnArray __cb)
-
begin_saveAndReturnArray
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveAndReturnArray __cb)
-
begin_saveAndReturnArray
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_saveAndReturnArray
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
begin_saveAndReturnArray
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_saveAndReturnArray
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
end_saveAndReturnArray
java.util.List<IObject> end_saveAndReturnArray(Ice.AsyncResult __result) throws ServerError
- Throws:
ServerError
-
saveAndReturnIds
java.util.List<java.lang.Long> saveAndReturnIds(java.util.List<IObject> graph) throws ServerError
- Throws:
ServerError
-
saveAndReturnIds
java.util.List<java.lang.Long> saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
- Throws:
ServerError
-
begin_saveAndReturnIds
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph)
-
begin_saveAndReturnIds
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_saveAndReturnIds
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph, Ice.Callback __cb)
-
begin_saveAndReturnIds
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
-
begin_saveAndReturnIds
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph, Callback_IUpdate_saveAndReturnIds __cb)
-
begin_saveAndReturnIds
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveAndReturnIds __cb)
-
begin_saveAndReturnIds
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_saveAndReturnIds
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
begin_saveAndReturnIds
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_saveAndReturnIds
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
end_saveAndReturnIds
java.util.List<java.lang.Long> end_saveAndReturnIds(Ice.AsyncResult __result) throws ServerError- Throws:
ServerError
-
deleteObject
void deleteObject(IObject row) throws ServerError
Deprecated.use omero::cmd::Delete2 instead- Throws:
ServerError
-
deleteObject
void deleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Deprecated.use omero::cmd::Delete2 instead- Throws:
ServerError
-
begin_deleteObject
Ice.AsyncResult begin_deleteObject(IObject row)
Deprecated.use omero::cmd::Delete2 instead- Returns:
- The asynchronous result object.
-
begin_deleteObject
Ice.AsyncResult begin_deleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx)
Deprecated.use omero::cmd::Delete2 instead- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_deleteObject
Ice.AsyncResult begin_deleteObject(IObject row, Ice.Callback __cb)
Deprecated.use omero::cmd::Delete2 instead- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_deleteObject
Ice.AsyncResult begin_deleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Deprecated.use omero::cmd::Delete2 instead- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_deleteObject
Ice.AsyncResult begin_deleteObject(IObject row, Callback_IUpdate_deleteObject __cb)
Deprecated.use omero::cmd::Delete2 instead- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_deleteObject
Ice.AsyncResult begin_deleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_deleteObject __cb)
Deprecated.use omero::cmd::Delete2 instead- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_deleteObject
Ice.AsyncResult begin_deleteObject(IObject row, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Deprecated.use omero::cmd::Delete2 instead- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_deleteObject
Ice.AsyncResult begin_deleteObject(IObject row, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Deprecated.use omero::cmd::Delete2 instead- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_deleteObject
Ice.AsyncResult begin_deleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Deprecated.use omero::cmd::Delete2 instead- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_deleteObject
Ice.AsyncResult begin_deleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Deprecated.use omero::cmd::Delete2 instead- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_deleteObject
void end_deleteObject(Ice.AsyncResult __result) throws ServerError- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
indexObject
void indexObject(IObject row) throws ServerError
Initiates full-text indexing for the given object. This may have to wait for the currentFullTextThreadto finish. Can only be executed by an admin. Other users must wait for the backgroundThreadto complete.- Parameters:
row- a persistentIObjectto be deleted- Throws:
ValidationException- if the object does not exist or is nulServerError
-
indexObject
void indexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Initiates full-text indexing for the given object. This may have to wait for the currentFullTextThreadto finish. Can only be executed by an admin. Other users must wait for the backgroundThreadto complete.- Parameters:
row- a persistentIObjectto be deleted__ctx- The Context map to send with the invocation.- Throws:
ValidationException- if the object does not exist or is nulServerError
-
begin_indexObject
Ice.AsyncResult begin_indexObject(IObject row)
Initiates full-text indexing for the given object. This may have to wait for the currentFullTextThreadto finish. Can only be executed by an admin. Other users must wait for the backgroundThreadto complete.- Parameters:
row- a persistentIObjectto be deleted- Returns:
- The asynchronous result object.
-
begin_indexObject
Ice.AsyncResult begin_indexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx)
Initiates full-text indexing for the given object. This may have to wait for the currentFullTextThreadto finish. Can only be executed by an admin. Other users must wait for the backgroundThreadto complete.- Parameters:
row- a persistentIObjectto be deleted__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_indexObject
Ice.AsyncResult begin_indexObject(IObject row, Ice.Callback __cb)
Initiates full-text indexing for the given object. This may have to wait for the currentFullTextThreadto finish. Can only be executed by an admin. Other users must wait for the backgroundThreadto complete.- Parameters:
row- a persistentIObjectto be deleted__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_indexObject
Ice.AsyncResult begin_indexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Initiates full-text indexing for the given object. This may have to wait for the currentFullTextThreadto finish. Can only be executed by an admin. Other users must wait for the backgroundThreadto complete.- Parameters:
row- a persistentIObjectto be deleted__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_indexObject
Ice.AsyncResult begin_indexObject(IObject row, Callback_IUpdate_indexObject __cb)
Initiates full-text indexing for the given object. This may have to wait for the currentFullTextThreadto finish. Can only be executed by an admin. Other users must wait for the backgroundThreadto complete.- Parameters:
row- a persistentIObjectto be deleted__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_indexObject
Ice.AsyncResult begin_indexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_indexObject __cb)
Initiates full-text indexing for the given object. This may have to wait for the currentFullTextThreadto finish. Can only be executed by an admin. Other users must wait for the backgroundThreadto complete.- Parameters:
row- a persistentIObjectto be deleted__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_indexObject
Ice.AsyncResult begin_indexObject(IObject row, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Initiates full-text indexing for the given object. This may have to wait for the currentFullTextThreadto finish. Can only be executed by an admin. Other users must wait for the backgroundThreadto complete.- Parameters:
row- a persistentIObjectto be deleted__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_indexObject
Ice.AsyncResult begin_indexObject(IObject row, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Initiates full-text indexing for the given object. This may have to wait for the currentFullTextThreadto finish. Can only be executed by an admin. Other users must wait for the backgroundThreadto complete.- Parameters:
row- a persistentIObjectto be deleted__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_indexObject
Ice.AsyncResult begin_indexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Initiates full-text indexing for the given object. This may have to wait for the currentFullTextThreadto finish. Can only be executed by an admin. Other users must wait for the backgroundThreadto complete.- Parameters:
row- a persistentIObjectto be deleted__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_indexObject
Ice.AsyncResult begin_indexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Initiates full-text indexing for the given object. This may have to wait for the currentFullTextThreadto finish. Can only be executed by an admin. Other users must wait for the backgroundThreadto complete.- Parameters:
row- a persistentIObjectto be deleted__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_indexObject
void end_indexObject(Ice.AsyncResult __result) throws ServerErrorInitiates full-text indexing for the given object. This may have to wait for the currentFullTextThreadto finish. Can only be executed by an admin. Other users must wait for the backgroundThreadto complete.- Parameters:
__result- The asynchronous result object.- Throws:
ValidationException- if the object does not exist or is nulServerError
-
-