Package omero.api

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.

    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.

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface Ice.ObjectPrx

        Ice.ObjectPrx.FunctionalCallback_Object_ice_invoke_Response
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      Ice.AsyncResult begin_deleteObject​(IObject row)
      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, 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_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, Callback_IUpdate_deleteObject __cb)
      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, 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, 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_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, Callback_IUpdate_indexObject __cb)
      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, 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, 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_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, Callback_IUpdate_saveAndReturnArray __cb)  
      Ice.AsyncResult begin_saveAndReturnIds​(java.util.List<IObject> graph)  
      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, 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_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, Callback_IUpdate_saveAndReturnIds __cb)  
      Ice.AsyncResult begin_saveAndReturnObject​(IObject obj)  
      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, 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_saveAndReturnObject​(IObject obj, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IUpdate_saveAndReturnObject __cb)  
      Ice.AsyncResult begin_saveAndReturnObject​(IObject obj, Callback_IUpdate_saveAndReturnObject __cb)  
      Ice.AsyncResult begin_saveArray​(java.util.List<IObject> graph)  
      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, 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_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, Callback_IUpdate_saveArray __cb)  
      Ice.AsyncResult begin_saveCollection​(java.util.List<IObject> objs)  
      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, 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_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, Callback_IUpdate_saveCollection __cb)  
      Ice.AsyncResult begin_saveObject​(IObject obj)  
      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, 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)  
      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, Callback_IUpdate_saveObject __cb)  
      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)  
      • 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,
                        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,
                                         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)
      • 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,
                                             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
      • 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,
                                                  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)
      • 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,
                                        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)
      • 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,
                                                 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)
      • 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,
                                               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,
                          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 current FullTextThread to finish. Can only be executed by an admin. Other users must wait for the background Thread to complete.
        Parameters:
        row - a persistent IObject to be deleted
        Throws:
        ValidationException - if the object does not exist or is nul
        ServerError
      • 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 current FullTextThread to finish. Can only be executed by an admin. Other users must wait for the background Thread to complete.
        Parameters:
        row - a persistent IObject to be deleted
        __ctx - The Context map to send with the invocation.
        Throws:
        ValidationException - if the object does not exist or is nul
        ServerError
      • begin_indexObject

        Ice.AsyncResult begin_indexObject​(IObject row)
        Initiates full-text indexing for the given object. This may have to wait for the current FullTextThread to finish. Can only be executed by an admin. Other users must wait for the background Thread to complete.
        Parameters:
        row - a persistent IObject to 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 current FullTextThread to finish. Can only be executed by an admin. Other users must wait for the background Thread to complete.
        Parameters:
        row - a persistent IObject to 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 current FullTextThread to finish. Can only be executed by an admin. Other users must wait for the background Thread to complete.
        Parameters:
        row - a persistent IObject to 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 current FullTextThread to finish. Can only be executed by an admin. Other users must wait for the background Thread to complete.
        Parameters:
        row - a persistent IObject to 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 current FullTextThread to finish. Can only be executed by an admin. Other users must wait for the background Thread to complete.
        Parameters:
        row - a persistent IObject to 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 current FullTextThread to finish. Can only be executed by an admin. Other users must wait for the background Thread to complete.
        Parameters:
        row - a persistent IObject to 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 current FullTextThread to finish. Can only be executed by an admin. Other users must wait for the background Thread to complete.
        Parameters:
        row - a persistent IObject to 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 current FullTextThread to finish. Can only be executed by an admin. Other users must wait for the background Thread to complete.
        Parameters:
        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.
        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 current FullTextThread to finish. Can only be executed by an admin. Other users must wait for the background Thread to complete.
        Parameters:
        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.
        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 current FullTextThread to finish. Can only be executed by an admin. Other users must wait for the background Thread to complete.
        Parameters:
        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.
        Returns:
        The asynchronous result object.
      • end_indexObject

        void end_indexObject​(Ice.AsyncResult __result)
                      throws ServerError
        Initiates full-text indexing for the given object. This may have to wait for the current FullTextThread to finish. Can only be executed by an admin. Other users must wait for the background Thread to complete.
        Parameters:
        __result - The asynchronous result object.
        Throws:
        ValidationException - if the object does not exist or is nul
        ServerError