Class IQueryPrxHelper
- java.lang.Object
-
- Ice.ObjectPrxHelperBase
-
- omero.api.IQueryPrxHelper
-
- All Implemented Interfaces:
Ice.ObjectPrx
,java.io.Serializable
,IQueryPrx
,ServiceInterfacePrx
public final class IQueryPrxHelper extends Ice.ObjectPrxHelperBase implements IQueryPrx
Provides type-specific helper functions.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description IQueryPrxHelper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
__find_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
static void
__findAll_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
static void
__findAllByExample_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
static void
__findAllByFullText_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
static void
__findAllByQuery_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
static void
__findAllByString_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
static void
__findByExample_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
static void
__findByQuery_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
static void
__findByString_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
static void
__get_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
static void
__projection_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.util.List<RType>>> __cb, Ice.AsyncResult __result)
static IQueryPrx
__read(IceInternal.BasicStream __is)
static void
__refresh_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
static void
__write(IceInternal.BasicStream __os, IQueryPrx v)
Ice.AsyncResult
begin_find(java.lang.String klass, long id)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, Ice.Callback __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, 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)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, 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)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_find __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, Callback_IQuery_find __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, Ice.Callback __cb)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, 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)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, 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)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAll __cb)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, Callback_IQuery_findAll __cb)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, Ice.Callback __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, 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)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, 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)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAllByExample __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, Callback_IQuery_findAllByExample __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, Ice.Callback __cb)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, 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)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, 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)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAllByFullText __cb)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, Callback_IQuery_findAllByFullText __cb)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, Ice.Callback __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, 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)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, 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)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAllByQuery __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, Callback_IQuery_findAllByQuery __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, Ice.Callback __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, 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)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, 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)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAllByString __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, Callback_IQuery_findAllByString __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByExample(IObject example)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, Ice.Callback __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, 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)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, 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)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findByExample __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, Callback_IQuery_findByExample __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, Ice.Callback __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, 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)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, 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)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findByQuery __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, Callback_IQuery_findByQuery __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, Ice.Callback __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, 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)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, 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)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findByString __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, Callback_IQuery_findByString __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_get(java.lang.String klass, long id)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, Ice.Callback __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, 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)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, 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)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_get __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, Callback_IQuery_get __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, Ice.Callback __cb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_projection __cb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, Callback_IQuery_projection __cb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_refresh(IObject iObject)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, Ice.Callback __cb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, 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)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, 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)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_refresh __cb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, Callback_IQuery_refresh __cb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.static IQueryPrx
checkedCast(Ice.ObjectPrx __obj)
Contacts the remote server to verify that the object implements this type.static IQueryPrx
checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Contacts the remote server to verify that a facet of the object implements this type.static IQueryPrx
checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that a facet of the object implements this type.static IQueryPrx
checkedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that the object implements this type.IObject
end_find(Ice.AsyncResult __iresult)
Looks up an entity by class and id.java.util.List<IObject>
end_findAll(Ice.AsyncResult __iresult)
Looks up all entities that belong to this class and match filter.java.util.List<IObject>
end_findAllByExample(Ice.AsyncResult __iresult)
Searches based on provided example entity.java.util.List<IObject>
end_findAllByFullText(Ice.AsyncResult __iresult)
Executes a full text search based on Lucene.java.util.List<IObject>
end_findAllByQuery(Ice.AsyncResult __iresult)
Executes the stored query with the given name.java.util.List<IObject>
end_findAllByString(Ice.AsyncResult __iresult)
Searches a given field matching against a String.IObject
end_findByExample(Ice.AsyncResult __iresult)
Searches based on provided example entity.IObject
end_findByQuery(Ice.AsyncResult __iresult)
Executes the stored query with the given name.IObject
end_findByString(Ice.AsyncResult __iresult)
Searches a given field matching against a String.IObject
end_get(Ice.AsyncResult __iresult)
Looks up an entity by class and id.java.util.List<java.util.List<RType>>
end_projection(Ice.AsyncResult __iresult)
Return a sequence ofRType
sequences.IObject
end_refresh(Ice.AsyncResult __iresult)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.IObject
find(java.lang.String klass, long id)
Looks up an entity by class and id.IObject
find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up an entity by class and id.java.util.List<IObject>
findAll(java.lang.String klass, Filter filter)
Looks up all entities that belong to this class and match filter.java.util.List<IObject>
findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up all entities that belong to this class and match filter.java.util.List<IObject>
findAllByExample(IObject example, Filter filter)
Searches based on provided example entity.java.util.List<IObject>
findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches based on provided example entity.java.util.List<IObject>
findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params)
Executes a full text search based on Lucene.java.util.List<IObject>
findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Executes a full text search based on Lucene.java.util.List<IObject>
findAllByQuery(java.lang.String query, Parameters params)
Executes the stored query with the given name.java.util.List<IObject>
findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Executes the stored query with the given name.java.util.List<IObject>
findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter)
Searches a given field matching against a String.java.util.List<IObject>
findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches a given field matching against a String.IObject
findByExample(IObject example)
Searches based on provided example entity.IObject
findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches based on provided example entity.IObject
findByQuery(java.lang.String query, Parameters params)
Executes the stored query with the given name.IObject
findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Executes the stored query with the given name.IObject
findByString(java.lang.String klass, java.lang.String field, java.lang.String value)
Searches a given field matching against a String.IObject
findByString(java.lang.String klass, java.lang.String field, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches a given field matching against a String.IObject
get(java.lang.String klass, long id)
Looks up an entity by class and id.IObject
get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up an entity by class and id.static java.lang.String
ice_staticId()
Provides the Slice type ID of this type.java.util.List<java.util.List<RType>>
projection(java.lang.String query, Parameters params)
Return a sequence ofRType
sequences.java.util.List<java.util.List<RType>>
projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Return a sequence ofRType
sequences.IObject
refresh(IObject iObject)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.IObject
refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.static IQueryPrx
uncheckedCast(Ice.ObjectPrx __obj)
Downcasts the given proxy to this type without contacting the remote server.static IQueryPrx
uncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Downcasts the given proxy to this type without contacting the remote server.-
Methods inherited from class Ice.ObjectPrxHelperBase
__checkAsyncTwowayOnly, __checkTwowayOnly, __copyFrom, __end, __getBatchRequestQueue, __getRequestHandler, __handleException, __ice_getConnection_completed, __ice_id_completed, __ice_ids_completed, __ice_invoke_completed, __ice_isA_completed, __reference, __setRequestHandler, __setup, __updateRequestHandler, 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, cacheMessageBuffers, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, getOutgoingAsync, hashCode, 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, toString, uncheckedCastImpl, uncheckedCastImpl, uncheckedCastImpl
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
find
public IObject find(java.lang.String klass, long id) throws ServerError
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such objects exists, return anull
.- Specified by:
find
in interfaceIQueryPrx
- Parameters:
klass
- klass the type of the entity. Not null.id
- the entity's id- Returns:
- an initialized entity or null if id doesn't exist.
- Throws:
ServerError
-
find
public IObject find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such objects exists, return anull
.- Specified by:
find
in interfaceIQueryPrx
- Parameters:
klass
- klass the type of the entity. Not null.id
- the entity's id__ctx
- The Context map to send with the invocation.- Returns:
- an initialized entity or null if id doesn't exist.
- Throws:
ServerError
-
begin_find
public Ice.AsyncResult begin_find(java.lang.String klass, long id)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such objects exists, return anull
.- Specified by:
begin_find
in interfaceIQueryPrx
- Parameters:
klass
- klass the type of the entity. Not null.- Returns:
- The asynchronous result object.
-
begin_find
public Ice.AsyncResult begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such objects exists, return anull
.- Specified by:
begin_find
in interfaceIQueryPrx
- Parameters:
klass
- klass the type of the entity. Not null.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_find
public Ice.AsyncResult begin_find(java.lang.String klass, long id, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such objects exists, return anull
.- Specified by:
begin_find
in interfaceIQueryPrx
- Parameters:
klass
- klass the type of the entity. Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_find
public Ice.AsyncResult begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such objects exists, return anull
.- Specified by:
begin_find
in interfaceIQueryPrx
- Parameters:
klass
- klass the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_find
public Ice.AsyncResult begin_find(java.lang.String klass, long id, Callback_IQuery_find __cb)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such objects exists, return anull
.- Specified by:
begin_find
in interfaceIQueryPrx
- Parameters:
klass
- klass the type of the entity. Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_find
public Ice.AsyncResult begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_find __cb)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such objects exists, return anull
.- Specified by:
begin_find
in interfaceIQueryPrx
- Parameters:
klass
- klass the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_find
public Ice.AsyncResult begin_find(java.lang.String klass, long id, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such objects exists, return anull
.- Specified by:
begin_find
in interfaceIQueryPrx
- Parameters:
klass
- klass the type of the entity. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_find
public Ice.AsyncResult begin_find(java.lang.String klass, long id, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such objects exists, return anull
.- Specified by:
begin_find
in interfaceIQueryPrx
- Parameters:
klass
- klass the type of the entity. Not null.__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_find
public Ice.AsyncResult begin_find(java.lang.String klass, long id, 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)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such objects exists, return anull
.- Specified by:
begin_find
in interfaceIQueryPrx
- Parameters:
klass
- klass the type of the entity. Not null.__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_find
public Ice.AsyncResult begin_find(java.lang.String klass, long id, 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)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such objects exists, return anull
.- Specified by:
begin_find
in interfaceIQueryPrx
- Parameters:
klass
- klass the type of the entity. Not null.__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_find
public IObject end_find(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such objects exists, return anull
.- Specified by:
end_find
in interfaceIQueryPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- an initialized entity or null if id doesn't exist.
- Throws:
ServerError
-
__find_completed
public static void __find_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
-
findAll
public java.util.List<IObject> findAll(java.lang.String klass, Filter filter) throws ServerError
Description copied from interface:IQueryPrx
Looks up all entities that belong to this class and match filter.- Specified by:
findAll
in interfaceIQueryPrx
- Parameters:
klass
- entity type to be searched. Not null.filter
- filters the result set. Can be null.- Returns:
- a collection if initialized entities or an empty List if none exist.
- Throws:
ServerError
-
findAll
public java.util.List<IObject> findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IQueryPrx
Looks up all entities that belong to this class and match filter.- Specified by:
findAll
in interfaceIQueryPrx
- Parameters:
klass
- entity type to be searched. Not null.filter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.- Returns:
- a collection if initialized entities or an empty List if none exist.
- Throws:
ServerError
-
begin_findAll
public Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter)
Description copied from interface:IQueryPrx
Looks up all entities that belong to this class and match filter.- Specified by:
begin_findAll
in interfaceIQueryPrx
- Parameters:
klass
- entity type to be searched. Not null.- Returns:
- The asynchronous result object.
-
begin_findAll
public Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IQueryPrx
Looks up all entities that belong to this class and match filter.- Specified by:
begin_findAll
in interfaceIQueryPrx
- Parameters:
klass
- entity type to be searched. Not null.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findAll
public Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Looks up all entities that belong to this class and match filter.- Specified by:
begin_findAll
in interfaceIQueryPrx
- Parameters:
klass
- entity type to be searched. Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAll
public Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Looks up all entities that belong to this class and match filter.- Specified by:
begin_findAll
in interfaceIQueryPrx
- Parameters:
klass
- entity type to be searched. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAll
public Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, Callback_IQuery_findAll __cb)
Description copied from interface:IQueryPrx
Looks up all entities that belong to this class and match filter.- Specified by:
begin_findAll
in interfaceIQueryPrx
- Parameters:
klass
- entity type to be searched. Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAll
public Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAll __cb)
Description copied from interface:IQueryPrx
Looks up all entities that belong to this class and match filter.- Specified by:
begin_findAll
in interfaceIQueryPrx
- Parameters:
klass
- entity type to be searched. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAll
public Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IQueryPrx
Looks up all entities that belong to this class and match filter.- Specified by:
begin_findAll
in interfaceIQueryPrx
- Parameters:
klass
- entity type to be searched. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findAll
public Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IQueryPrx
Looks up all entities that belong to this class and match filter.- Specified by:
begin_findAll
in interfaceIQueryPrx
- Parameters:
klass
- entity type to be searched. Not null.__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_findAll
public Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, 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)
Description copied from interface:IQueryPrx
Looks up all entities that belong to this class and match filter.- Specified by:
begin_findAll
in interfaceIQueryPrx
- Parameters:
klass
- entity type to be searched. Not null.__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_findAll
public Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, 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)
Description copied from interface:IQueryPrx
Looks up all entities that belong to this class and match filter.- Specified by:
begin_findAll
in interfaceIQueryPrx
- Parameters:
klass
- entity type to be searched. Not null.__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_findAll
public java.util.List<IObject> end_findAll(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IQueryPrx
Looks up all entities that belong to this class and match filter.- Specified by:
end_findAll
in interfaceIQueryPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- a collection if initialized entities or an empty List if none exist.
- Throws:
ServerError
-
__findAll_completed
public static void __findAll_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
-
findAllByExample
public java.util.List<IObject> findAllByExample(IObject example, Filter filter) throws ServerError
Description copied from interface:IQueryPrx
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
findAllByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.filter
- filters the result set. Can be null.- Returns:
- Possibly empty List of IObject results.
- Throws:
ServerError
-
findAllByExample
public java.util.List<IObject> findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IQueryPrx
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
findAllByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.filter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.- Returns:
- Possibly empty List of IObject results.
- Throws:
ServerError
-
begin_findAllByExample
public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findAllByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findAllByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findAllByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findAllByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, Callback_IQuery_findAllByExample __cb)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findAllByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAllByExample __cb)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findAllByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findAllByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findAllByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__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_findAllByExample
public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, 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)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findAllByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__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_findAllByExample
public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, 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)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findAllByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__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_findAllByExample
public java.util.List<IObject> end_findAllByExample(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IQueryPrx
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
end_findAllByExample
in interfaceIQueryPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- Possibly empty List of IObject results.
- Throws:
ServerError
-
__findAllByExample_completed
public static void __findAllByExample_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
-
findAllByFullText
public java.util.List<IObject> findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params) throws ServerError
Description copied from interface:IQueryPrx
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Specified by:
findAllByFullText
in interfaceIQueryPrx
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).- Returns:
- A list of loaded
IObject
instances. Never null. - Throws:
ServerError
-
findAllByFullText
public java.util.List<IObject> findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IQueryPrx
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Specified by:
findAllByFullText
in interfaceIQueryPrx
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__ctx
- The Context map to send with the invocation.- Returns:
- A list of loaded
IObject
instances. Never null. - Throws:
ServerError
-
begin_findAllByFullText
public Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params)
Description copied from interface:IQueryPrx
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Specified by:
begin_findAllByFullText
in interfaceIQueryPrx
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
public Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IQueryPrx
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Specified by:
begin_findAllByFullText
in interfaceIQueryPrx
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
public Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Specified by:
begin_findAllByFullText
in interfaceIQueryPrx
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
public Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Specified by:
begin_findAllByFullText
in interfaceIQueryPrx
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
public Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, Callback_IQuery_findAllByFullText __cb)
Description copied from interface:IQueryPrx
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Specified by:
begin_findAllByFullText
in interfaceIQueryPrx
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
public Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAllByFullText __cb)
Description copied from interface:IQueryPrx
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Specified by:
begin_findAllByFullText
in interfaceIQueryPrx
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
public Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IQueryPrx
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Specified by:
begin_findAllByFullText
in interfaceIQueryPrx
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
public Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IQueryPrx
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Specified by:
begin_findAllByFullText
in interfaceIQueryPrx
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__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_findAllByFullText
public Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, 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)
Description copied from interface:IQueryPrx
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Specified by:
begin_findAllByFullText
in interfaceIQueryPrx
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__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_findAllByFullText
public Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, 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)
Description copied from interface:IQueryPrx
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Specified by:
begin_findAllByFullText
in interfaceIQueryPrx
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__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_findAllByFullText
public java.util.List<IObject> end_findAllByFullText(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IQueryPrx
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Specified by:
end_findAllByFullText
in interfaceIQueryPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- A list of loaded
IObject
instances. Never null. - Throws:
ServerError
-
__findAllByFullText_completed
public static void __findAllByFullText_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
-
findAllByQuery
public java.util.List<IObject> findAllByQuery(java.lang.String query, Parameters params) throws ServerError
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Specified by:
findAllByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute. Not null.- Returns:
- Possibly empty List of IObject results.
- Throws:
ServerError
-
findAllByQuery
public java.util.List<IObject> findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Specified by:
findAllByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.- Returns:
- Possibly empty List of IObject results.
- Throws:
ServerError
-
begin_findAllByQuery
public Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Specified by:
begin_findAllByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute. Not null.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
public Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Specified by:
begin_findAllByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
public Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Specified by:
begin_findAllByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute. Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
public Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Specified by:
begin_findAllByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
public Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, Callback_IQuery_findAllByQuery __cb)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Specified by:
begin_findAllByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute. Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
public Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAllByQuery __cb)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Specified by:
begin_findAllByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
public Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Specified by:
begin_findAllByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
public Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Specified by:
begin_findAllByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute. Not null.__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_findAllByQuery
public Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, 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)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Specified by:
begin_findAllByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute. Not null.__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_findAllByQuery
public Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, 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)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Specified by:
begin_findAllByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute. Not null.__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_findAllByQuery
public java.util.List<IObject> end_findAllByQuery(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Specified by:
end_findAllByQuery
in interfaceIQueryPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- Possibly empty List of IObject results.
- Throws:
ServerError
-
__findAllByQuery_completed
public static void __findAllByQuery_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
-
findAllByString
public java.util.List<IObject> findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter) throws ServerError
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Specified by:
findAllByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searched. Not null.field
- the name of the field, either as simple string or as public static final from the entity class, e.g.omero.model.Project.NAME
. Not null.value
- String used for search. Not null.caseSensitive
- whether to use LIKE or ILIKEfilter
- filters the result set. Can be null.- Returns:
- A list (possibly empty) with the results.
- Throws:
ServerError
-
findAllByString
public java.util.List<IObject> findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Specified by:
findAllByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searched. Not null.field
- the name of the field, either as simple string or as public static final from the entity class, e.g.omero.model.Project.NAME
. Not null.value
- String used for search. Not null.caseSensitive
- whether to use LIKE or ILIKEfilter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.- Returns:
- A list (possibly empty) with the results.
- Throws:
ServerError
-
begin_findAllByString
public Ice.AsyncResult begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Specified by:
begin_findAllByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.- Returns:
- The asynchronous result object.
-
begin_findAllByString
public Ice.AsyncResult begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Specified by:
begin_findAllByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findAllByString
public Ice.AsyncResult begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Specified by:
begin_findAllByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByString
public Ice.AsyncResult begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Specified by:
begin_findAllByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByString
public Ice.AsyncResult begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, Callback_IQuery_findAllByString __cb)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Specified by:
begin_findAllByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByString
public Ice.AsyncResult begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAllByString __cb)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Specified by:
begin_findAllByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByString
public Ice.AsyncResult begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Specified by:
begin_findAllByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findAllByString
public Ice.AsyncResult begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Specified by:
begin_findAllByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__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_findAllByString
public Ice.AsyncResult begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, 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)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Specified by:
begin_findAllByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__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_findAllByString
public Ice.AsyncResult begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, 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)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Specified by:
begin_findAllByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__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_findAllByString
public java.util.List<IObject> end_findAllByString(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Specified by:
end_findAllByString
in interfaceIQueryPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- A list (possibly empty) with the results.
- Throws:
ServerError
-
__findAllByString_completed
public static void __findAllByString_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
-
findByExample
public IObject findByExample(IObject example) throws ServerError
Description copied from interface:IQueryPrx
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
findByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.- Returns:
- Possibly null IObject result.
- Throws:
ServerError
-
findByExample
public IObject findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IQueryPrx
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
findByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.- Returns:
- Possibly null IObject result.
- Throws:
ServerError
-
begin_findByExample
public Ice.AsyncResult begin_findByExample(IObject example)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.- Returns:
- The asynchronous result object.
-
begin_findByExample
public Ice.AsyncResult begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findByExample
public Ice.AsyncResult begin_findByExample(IObject example, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByExample
public Ice.AsyncResult begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByExample
public Ice.AsyncResult begin_findByExample(IObject example, Callback_IQuery_findByExample __cb)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByExample
public Ice.AsyncResult begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findByExample __cb)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByExample
public Ice.AsyncResult begin_findByExample(IObject example, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findByExample
public Ice.AsyncResult begin_findByExample(IObject example, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__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_findByExample
public Ice.AsyncResult begin_findByExample(IObject example, 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)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__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_findByExample
public Ice.AsyncResult begin_findByExample(IObject example, 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)
Description copied from interface:IQueryPrx
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
begin_findByExample
in interfaceIQueryPrx
- Parameters:
example
- Non-null example object.__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_findByExample
public IObject end_findByExample(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IQueryPrx
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Specified by:
end_findByExample
in interfaceIQueryPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- Possibly null IObject result.
- Throws:
ServerError
-
__findByExample_completed
public static void __findByExample_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
-
findByQuery
public IObject findByQuery(java.lang.String query, Parameters params) throws ServerError
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Specified by:
findByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute- Returns:
- Possibly null IObject result.
- Throws:
ServerError
-
findByQuery
public IObject findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Specified by:
findByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute__ctx
- The Context map to send with the invocation.- Returns:
- Possibly null IObject result.
- Throws:
ServerError
-
begin_findByQuery
public Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Specified by:
begin_findByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute- Returns:
- The asynchronous result object.
-
begin_findByQuery
public Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Specified by:
begin_findByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findByQuery
public Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Specified by:
begin_findByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByQuery
public Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Specified by:
begin_findByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByQuery
public Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, Callback_IQuery_findByQuery __cb)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Specified by:
begin_findByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByQuery
public Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findByQuery __cb)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Specified by:
begin_findByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByQuery
public Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Specified by:
begin_findByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findByQuery
public Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Specified by:
begin_findByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute__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_findByQuery
public Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, 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)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Specified by:
begin_findByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute__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_findByQuery
public Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, 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)
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Specified by:
begin_findByQuery
in interfaceIQueryPrx
- Parameters:
query
- Query to execute__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_findByQuery
public IObject end_findByQuery(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IQueryPrx
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Specified by:
end_findByQuery
in interfaceIQueryPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- Possibly null IObject result.
- Throws:
ServerError
-
__findByQuery_completed
public static void __findByQuery_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
-
findByString
public IObject findByString(java.lang.String klass, java.lang.String field, java.lang.String value) throws ServerError
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Specified by:
findByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searchedfield
- the name of the field, either as simple string or as public static final from the entity class, e.g.omero.model.Project.NAME
value
- String used for search.- Returns:
- found entity or possibly null.
- Throws:
ServerError
-
findByString
public IObject findByString(java.lang.String klass, java.lang.String field, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Specified by:
findByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searchedfield
- the name of the field, either as simple string or as public static final from the entity class, e.g.omero.model.Project.NAME
value
- String used for search.__ctx
- The Context map to send with the invocation.- Returns:
- found entity or possibly null.
- Throws:
ServerError
-
begin_findByString
public Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Specified by:
begin_findByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.- Returns:
- The asynchronous result object.
-
begin_findByString
public Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Specified by:
begin_findByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findByString
public Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Specified by:
begin_findByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByString
public Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Specified by:
begin_findByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByString
public Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, Callback_IQuery_findByString __cb)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Specified by:
begin_findByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByString
public Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findByString __cb)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Specified by:
begin_findByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByString
public Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Specified by:
begin_findByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findByString
public Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Specified by:
begin_findByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__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_findByString
public Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, 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)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Specified by:
begin_findByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__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_findByString
public Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, 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)
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Specified by:
begin_findByString
in interfaceIQueryPrx
- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__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_findByString
public IObject end_findByString(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IQueryPrx
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Specified by:
end_findByString
in interfaceIQueryPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- found entity or possibly null.
- Throws:
ServerError
-
__findByString_completed
public static void __findByString_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
-
get
public IObject get(java.lang.String klass, long id) throws ServerError
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such object exists, an exception will be thrown.- Specified by:
get
in interfaceIQueryPrx
- Parameters:
klass
- the type of the entity. Not null.id
- the entity's id- Returns:
- an initialized entity
- Throws:
ServerError
-
get
public IObject get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such object exists, an exception will be thrown.- Specified by:
get
in interfaceIQueryPrx
- Parameters:
klass
- the type of the entity. Not null.id
- the entity's id__ctx
- The Context map to send with the invocation.- Returns:
- an initialized entity
- Throws:
ServerError
-
begin_get
public Ice.AsyncResult begin_get(java.lang.String klass, long id)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such object exists, an exception will be thrown.
-
begin_get
public Ice.AsyncResult begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such object exists, an exception will be thrown.
-
begin_get
public Ice.AsyncResult begin_get(java.lang.String klass, long id, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such object exists, an exception will be thrown.
-
begin_get
public Ice.AsyncResult begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such object exists, an exception will be thrown.
-
begin_get
public Ice.AsyncResult begin_get(java.lang.String klass, long id, Callback_IQuery_get __cb)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such object exists, an exception will be thrown.
-
begin_get
public Ice.AsyncResult begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_get __cb)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such object exists, an exception will be thrown.
-
begin_get
public Ice.AsyncResult begin_get(java.lang.String klass, long id, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such object exists, an exception will be thrown.
-
begin_get
public Ice.AsyncResult begin_get(java.lang.String klass, long id, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such object exists, an exception will be thrown.- Specified by:
begin_get
in interfaceIQueryPrx
- Parameters:
klass
- the type of the entity. Not null.__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_get
public Ice.AsyncResult begin_get(java.lang.String klass, long id, 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)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such object exists, an exception will be thrown.- Specified by:
begin_get
in interfaceIQueryPrx
- Parameters:
klass
- the type of the entity. Not null.__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_get
public Ice.AsyncResult begin_get(java.lang.String klass, long id, 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)
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such object exists, an exception will be thrown.- Specified by:
begin_get
in interfaceIQueryPrx
- Parameters:
klass
- the type of the entity. Not null.__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_get
public IObject end_get(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IQueryPrx
Looks up an entity by class and id. If no such object exists, an exception will be thrown.- Specified by:
end_get
in interfaceIQueryPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- an initialized entity
- Throws:
ServerError
-
__get_completed
public static void __get_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
-
projection
public java.util.List<java.util.List<RType>> projection(java.lang.String query, Parameters params) throws ServerError
Description copied from interface:IQueryPrx
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Specified by:
projection
in interfaceIQueryPrx
- Throws:
ServerError
-
-
projection
public java.util.List<java.util.List<RType>> projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IQueryPrx
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Specified by:
projection
in interfaceIQueryPrx
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
-
begin_projection
public Ice.AsyncResult begin_projection(java.lang.String query, Parameters params)
Description copied from interface:IQueryPrx
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Specified by:
begin_projection
in interfaceIQueryPrx
- Returns:
- The asynchronous result object.
-
-
begin_projection
public Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IQueryPrx
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Specified by:
begin_projection
in interfaceIQueryPrx
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
-
begin_projection
public Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Specified by:
begin_projection
in interfaceIQueryPrx
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
-
begin_projection
public Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Specified by:
begin_projection
in interfaceIQueryPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
-
begin_projection
public Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, Callback_IQuery_projection __cb)
Description copied from interface:IQueryPrx
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Specified by:
begin_projection
in interfaceIQueryPrx
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
-
begin_projection
public Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_projection __cb)
Description copied from interface:IQueryPrx
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Specified by:
begin_projection
in interfaceIQueryPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
-
begin_projection
public Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IQueryPrx
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Specified by:
begin_projection
in interfaceIQueryPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
-
begin_projection
public Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IQueryPrx
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Specified by:
begin_projection
in interfaceIQueryPrx
__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_projection
public Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IQueryPrx
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Specified by:
begin_projection
in interfaceIQueryPrx
__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_projection
public Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IQueryPrx
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Specified by:
begin_projection
in interfaceIQueryPrx
__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_projection
public java.util.List<java.util.List<RType>> end_projection(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IQueryPrx
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Specified by:
end_projection
in interfaceIQueryPrx
- Parameters:
__iresult
- The asynchronous result object.- Throws:
ServerError
-
-
__projection_completed
public static void __projection_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.util.List<RType>>> __cb, Ice.AsyncResult __result)
-
refresh
public IObject refresh(IObject iObject) throws ServerError
Description copied from interface:IQueryPrx
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Specified by:
refresh
in interfaceIQueryPrx
- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database- Returns:
- a similar
IObject
graph (with possible additions and deletions) which is in-sync with the database. - Throws:
ServerError
-
refresh
public IObject refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IQueryPrx
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Specified by:
refresh
in interfaceIQueryPrx
- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__ctx
- The Context map to send with the invocation.- Returns:
- a similar
IObject
graph (with possible additions and deletions) which is in-sync with the database. - Throws:
ServerError
-
begin_refresh
public Ice.AsyncResult begin_refresh(IObject iObject)
Description copied from interface:IQueryPrx
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Specified by:
begin_refresh
in interfaceIQueryPrx
- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database- Returns:
- The asynchronous result object.
-
begin_refresh
public Ice.AsyncResult begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IQueryPrx
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Specified by:
begin_refresh
in interfaceIQueryPrx
- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_refresh
public Ice.AsyncResult begin_refresh(IObject iObject, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Specified by:
begin_refresh
in interfaceIQueryPrx
- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_refresh
public Ice.AsyncResult begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IQueryPrx
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Specified by:
begin_refresh
in interfaceIQueryPrx
- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_refresh
public Ice.AsyncResult begin_refresh(IObject iObject, Callback_IQuery_refresh __cb)
Description copied from interface:IQueryPrx
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Specified by:
begin_refresh
in interfaceIQueryPrx
- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_refresh
public Ice.AsyncResult begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_refresh __cb)
Description copied from interface:IQueryPrx
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Specified by:
begin_refresh
in interfaceIQueryPrx
- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_refresh
public Ice.AsyncResult begin_refresh(IObject iObject, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IQueryPrx
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Specified by:
begin_refresh
in interfaceIQueryPrx
- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_refresh
public Ice.AsyncResult begin_refresh(IObject iObject, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Description copied from interface:IQueryPrx
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Specified by:
begin_refresh
in interfaceIQueryPrx
- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__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_refresh
public Ice.AsyncResult begin_refresh(IObject iObject, 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)
Description copied from interface:IQueryPrx
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Specified by:
begin_refresh
in interfaceIQueryPrx
- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__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_refresh
public Ice.AsyncResult begin_refresh(IObject iObject, 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)
Description copied from interface:IQueryPrx
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Specified by:
begin_refresh
in interfaceIQueryPrx
- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__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_refresh
public IObject end_refresh(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IQueryPrx
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Specified by:
end_refresh
in interfaceIQueryPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- a similar
IObject
graph (with possible additions and deletions) which is in-sync with the database. - Throws:
ServerError
-
__refresh_completed
public static void __refresh_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
-
checkedCast
public static IQueryPrx checkedCast(Ice.ObjectPrx __obj)
Contacts the remote server to verify that the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static IQueryPrx checkedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.__ctx
- The Context map to send with the invocation.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static IQueryPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Contacts the remote server to verify that a facet of the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.__facet
- The name of the desired facet.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static IQueryPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that a facet of the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.__facet
- The name of the desired facet.__ctx
- The Context map to send with the invocation.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
uncheckedCast
public static IQueryPrx uncheckedCast(Ice.ObjectPrx __obj)
Downcasts the given proxy to this type without contacting the remote server.- Parameters:
__obj
- The untyped proxy.- Returns:
- A proxy for this type.
-
uncheckedCast
public static IQueryPrx uncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Downcasts the given proxy to this type without contacting the remote server.- Parameters:
__obj
- The untyped proxy.__facet
- The name of the desired facet.- Returns:
- A proxy for this type.
-
ice_staticId
public static java.lang.String ice_staticId()
Provides the Slice type ID of this type.- Returns:
- The Slice type ID.
-
__write
public static void __write(IceInternal.BasicStream __os, IQueryPrx v)
-
__read
public static IQueryPrx __read(IceInternal.BasicStream __is)
-
-