public interface IUpdatePrx extends ServiceInterfacePrx
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.
saveAndReturnIds
behaves 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 ValidationException
if the input
objects do not pass validation, and
OptimisticLockException
if the version of a given has
already been incremented.
Modifier and Type | Method and Description |
---|---|
Ice.AsyncResult |
begin_deleteObject(IObject row)
Deprecated.
use omero::cmd::Delete2 instead
|
Ice.AsyncResult |
begin_deleteObject(IObject row,
Callback_IUpdate_deleteObject __cb)
Deprecated.
use omero::cmd::Delete2 instead
|
Ice.AsyncResult |
begin_deleteObject(IObject row,
Ice.Callback __cb)
Deprecated.
use omero::cmd::Delete2 instead
|
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
|
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
|
Ice.AsyncResult |
begin_deleteObject(IObject row,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Deprecated.
use omero::cmd::Delete2 instead
|
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
|
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
|
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
|
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
|
Ice.AsyncResult |
begin_indexObject(IObject row)
Initiates full-text indexing for the given object.
|
Ice.AsyncResult |
begin_indexObject(IObject row,
Callback_IUpdate_indexObject __cb)
Initiates full-text indexing for the given object.
|
Ice.AsyncResult |
begin_indexObject(IObject row,
Ice.Callback __cb)
Initiates full-text indexing for the given object.
|
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.
|
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.
|
Ice.AsyncResult |
begin_indexObject(IObject row,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Initiates full-text indexing for the given object.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_saveAndReturnArray(java.util.List<IObject> graph) |
Ice.AsyncResult |
begin_saveAndReturnArray(java.util.List<IObject> graph,
Callback_IUpdate_saveAndReturnArray __cb) |
Ice.AsyncResult |
begin_saveAndReturnArray(java.util.List<IObject> graph,
Ice.Callback __cb) |
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) |
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) |
Ice.AsyncResult |
begin_saveAndReturnArray(java.util.List<IObject> graph,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
Ice.AsyncResult |
begin_saveAndReturnArray(java.util.List<IObject> graph,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IUpdate_saveAndReturnArray __cb) |
Ice.AsyncResult |
begin_saveAndReturnArray(java.util.List<IObject> graph,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb) |
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) |
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) |
Ice.AsyncResult |
begin_saveAndReturnIds(java.util.List<IObject> graph) |
Ice.AsyncResult |
begin_saveAndReturnIds(java.util.List<IObject> graph,
Callback_IUpdate_saveAndReturnIds __cb) |
Ice.AsyncResult |
begin_saveAndReturnIds(java.util.List<IObject> graph,
Ice.Callback __cb) |
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) |
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) |
Ice.AsyncResult |
begin_saveAndReturnIds(java.util.List<IObject> graph,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
Ice.AsyncResult |
begin_saveAndReturnIds(java.util.List<IObject> graph,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IUpdate_saveAndReturnIds __cb) |
Ice.AsyncResult |
begin_saveAndReturnIds(java.util.List<IObject> graph,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb) |
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) |
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) |
Ice.AsyncResult |
begin_saveAndReturnObject(IObject obj) |
Ice.AsyncResult |
begin_saveAndReturnObject(IObject obj,
Callback_IUpdate_saveAndReturnObject __cb) |
Ice.AsyncResult |
begin_saveAndReturnObject(IObject obj,
Ice.Callback __cb) |
Ice.AsyncResult |
begin_saveAndReturnObject(IObject obj,
IceInternal.Functional_GenericCallback1<IObject> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb) |
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) |
Ice.AsyncResult |
begin_saveAndReturnObject(IObject obj,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
Ice.AsyncResult |
begin_saveAndReturnObject(IObject obj,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IUpdate_saveAndReturnObject __cb) |
Ice.AsyncResult |
begin_saveAndReturnObject(IObject obj,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb) |
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) |
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) |
Ice.AsyncResult |
begin_saveArray(java.util.List<IObject> graph) |
Ice.AsyncResult |
begin_saveArray(java.util.List<IObject> graph,
Callback_IUpdate_saveArray __cb) |
Ice.AsyncResult |
begin_saveArray(java.util.List<IObject> graph,
Ice.Callback __cb) |
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) |
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) |
Ice.AsyncResult |
begin_saveArray(java.util.List<IObject> graph,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
Ice.AsyncResult |
begin_saveArray(java.util.List<IObject> graph,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IUpdate_saveArray __cb) |
Ice.AsyncResult |
begin_saveArray(java.util.List<IObject> graph,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb) |
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) |
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) |
Ice.AsyncResult |
begin_saveCollection(java.util.List<IObject> objs) |
Ice.AsyncResult |
begin_saveCollection(java.util.List<IObject> objs,
Callback_IUpdate_saveCollection __cb) |
Ice.AsyncResult |
begin_saveCollection(java.util.List<IObject> objs,
Ice.Callback __cb) |
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) |
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) |
Ice.AsyncResult |
begin_saveCollection(java.util.List<IObject> objs,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
Ice.AsyncResult |
begin_saveCollection(java.util.List<IObject> objs,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IUpdate_saveCollection __cb) |
Ice.AsyncResult |
begin_saveCollection(java.util.List<IObject> objs,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb) |
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) |
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) |
Ice.AsyncResult |
begin_saveObject(IObject obj) |
Ice.AsyncResult |
begin_saveObject(IObject obj,
Callback_IUpdate_saveObject __cb) |
Ice.AsyncResult |
begin_saveObject(IObject obj,
Ice.Callback __cb) |
Ice.AsyncResult |
begin_saveObject(IObject obj,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb) |
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) |
Ice.AsyncResult |
begin_saveObject(IObject obj,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
Ice.AsyncResult |
begin_saveObject(IObject obj,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IUpdate_saveObject __cb) |
Ice.AsyncResult |
begin_saveObject(IObject obj,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb) |
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) |
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) |
void |
deleteObject(IObject row)
Deprecated.
use omero::cmd::Delete2 instead
|
void |
deleteObject(IObject row,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Deprecated.
use omero::cmd::Delete2 instead
|
void |
end_deleteObject(Ice.AsyncResult __result) |
void |
end_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) |
IObject |
end_saveAndReturnObject(Ice.AsyncResult __result) |
void |
end_saveArray(Ice.AsyncResult __result) |
void |
end_saveCollection(Ice.AsyncResult __result) |
void |
end_saveObject(Ice.AsyncResult __result) |
void |
indexObject(IObject row)
Initiates full-text indexing for the given object.
|
void |
indexObject(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) |
IObject |
saveAndReturnObject(IObject obj) |
IObject |
saveAndReturnObject(IObject obj,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
void |
saveArray(java.util.List<IObject> graph) |
void |
saveArray(java.util.List<IObject> graph,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
void |
saveCollection(java.util.List<IObject> objs) |
void |
saveCollection(java.util.List<IObject> objs,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
void |
saveObject(IObject obj) |
void |
saveObject(IObject obj,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
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
void saveObject(IObject obj) throws ServerError
ServerError
void saveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_saveObject(IObject obj)
Ice.AsyncResult begin_saveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_saveObject(IObject obj, Ice.Callback __cb)
Ice.AsyncResult begin_saveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_saveObject(IObject obj, Callback_IUpdate_saveObject __cb)
Ice.AsyncResult begin_saveObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveObject __cb)
Ice.AsyncResult begin_saveObject(IObject obj, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
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)
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)
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)
void end_saveObject(Ice.AsyncResult __result) throws ServerError
ServerError
void saveCollection(java.util.List<IObject> objs) throws ServerError
ServerError
void saveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs)
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs, Ice.Callback __cb)
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs, Callback_IUpdate_saveCollection __cb)
Ice.AsyncResult begin_saveCollection(java.util.List<IObject> objs, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveCollection __cb)
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)
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)
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)
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)
void end_saveCollection(Ice.AsyncResult __result) throws ServerError
ServerError
IObject saveAndReturnObject(IObject obj) throws ServerError
ServerError
IObject saveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_saveAndReturnObject(IObject obj)
Ice.AsyncResult begin_saveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_saveAndReturnObject(IObject obj, Ice.Callback __cb)
Ice.AsyncResult begin_saveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_saveAndReturnObject(IObject obj, Callback_IUpdate_saveAndReturnObject __cb)
Ice.AsyncResult begin_saveAndReturnObject(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveAndReturnObject __cb)
Ice.AsyncResult begin_saveAndReturnObject(IObject obj, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
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)
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)
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)
IObject end_saveAndReturnObject(Ice.AsyncResult __result) throws ServerError
ServerError
void saveArray(java.util.List<IObject> graph) throws ServerError
ServerError
void saveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph)
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph, Ice.Callback __cb)
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph, Callback_IUpdate_saveArray __cb)
Ice.AsyncResult begin_saveArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveArray __cb)
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)
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)
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)
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)
void end_saveArray(Ice.AsyncResult __result) throws ServerError
ServerError
java.util.List<IObject> saveAndReturnArray(java.util.List<IObject> graph) throws ServerError
ServerError
java.util.List<IObject> saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph)
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph, Ice.Callback __cb)
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph, Callback_IUpdate_saveAndReturnArray __cb)
Ice.AsyncResult begin_saveAndReturnArray(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveAndReturnArray __cb)
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)
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)
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)
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)
java.util.List<IObject> end_saveAndReturnArray(Ice.AsyncResult __result) throws ServerError
ServerError
java.util.List<java.lang.Long> saveAndReturnIds(java.util.List<IObject> graph) throws ServerError
ServerError
java.util.List<java.lang.Long> saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph)
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph, Ice.Callback __cb)
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph, Callback_IUpdate_saveAndReturnIds __cb)
Ice.AsyncResult begin_saveAndReturnIds(java.util.List<IObject> graph, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_saveAndReturnIds __cb)
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)
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)
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)
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)
java.util.List<java.lang.Long> end_saveAndReturnIds(Ice.AsyncResult __result) throws ServerError
ServerError
void deleteObject(IObject row) throws ServerError
ServerError
void deleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_deleteObject(IObject row)
Ice.AsyncResult begin_deleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_deleteObject(IObject row, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_deleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_deleteObject(IObject row, Callback_IUpdate_deleteObject __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_deleteObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_deleteObject __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_deleteObject(IObject row, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.void end_deleteObject(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void indexObject(IObject row) throws ServerError
FullTextThread
to finish.
Can only be executed by an admin. Other users must wait for
the background Thread
to complete.row
- a persistent IObject
to be deletedValidationException
- if the object does not exist or is nulServerError
void indexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
FullTextThread
to finish.
Can only be executed by an admin. Other users must wait for
the background Thread
to complete.row
- a persistent IObject
to be deleted__ctx
- The Context map to send with the invocation.ValidationException
- if the object does not exist or is nulServerError
Ice.AsyncResult begin_indexObject(IObject row)
FullTextThread
to finish.
Can only be executed by an admin. Other users must wait for
the background Thread
to complete.row
- a persistent IObject
to be deletedIce.AsyncResult begin_indexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx)
FullTextThread
to finish.
Can only be executed by an admin. Other users must wait for
the background Thread
to complete.row
- a persistent IObject
to be deleted__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_indexObject(IObject row, Ice.Callback __cb)
FullTextThread
to finish.
Can only be executed by an admin. Other users must wait for
the background Thread
to complete.row
- a persistent IObject
to be deleted__cb
- The asynchronous callback object.Ice.AsyncResult begin_indexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
FullTextThread
to finish.
Can only be executed by an admin. Other users must wait for
the background Thread
to complete.row
- a persistent IObject
to be deleted__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_indexObject(IObject row, Callback_IUpdate_indexObject __cb)
FullTextThread
to finish.
Can only be executed by an admin. Other users must wait for
the background Thread
to complete.row
- a persistent IObject
to be deleted__cb
- The asynchronous callback object.Ice.AsyncResult begin_indexObject(IObject row, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IUpdate_indexObject __cb)
FullTextThread
to finish.
Can only be executed by an admin. Other users must wait for
the background Thread
to complete.row
- a persistent IObject
to be deleted__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_indexObject(IObject row, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
FullTextThread
to finish.
Can only be executed by an admin. Other users must wait for
the background Thread
to complete.row
- a persistent IObject
to be deleted__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
FullTextThread
to finish.
Can only be executed by an admin. Other users must wait for
the background Thread
to complete.row
- a persistent IObject
to be deleted__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
FullTextThread
to finish.
Can only be executed by an admin. Other users must wait for
the background Thread
to complete.row
- a persistent IObject
to 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.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)
FullTextThread
to finish.
Can only be executed by an admin. Other users must wait for
the background Thread
to complete.row
- a persistent IObject
to 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.void end_indexObject(Ice.AsyncResult __result) throws ServerError
FullTextThread
to finish.
Can only be executed by an admin. Other users must wait for
the background Thread
to complete.__result
- The asynchronous result object.ValidationException
- if the object does not exist or is nulServerError