public final class IQueryPrxHelper extends Ice.ObjectPrxHelperBase implements IQueryPrx
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
static long |
serialVersionUID |
Constructor and Description |
---|
IQueryPrxHelper() |
Modifier and Type | Method and 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,
Callback_IQuery_find __cb)
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,
Callback_IQuery_find __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,
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_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,
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,
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,
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,
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_findAllByExample(IObject example,
Filter filter)
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_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,
Callback_IQuery_findAllByExample __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,
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_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,
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,
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,
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,
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_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,
Callback_IQuery_findAllByQuery __cb)
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,
Callback_IQuery_findAllByQuery __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,
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_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,
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,
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,
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,
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_findByExample(IObject example)
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_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,
Callback_IQuery_findByExample __cb)
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_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,
Callback_IQuery_findByQuery __cb)
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,
Callback_IQuery_findByQuery __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,
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_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,
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,
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,
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,
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_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,
Callback_IQuery_get __cb)
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,
Callback_IQuery_get __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,
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_projection(java.lang.String query,
Parameters params)
Return a sequence of
RType sequences. |
Ice.AsyncResult |
begin_projection(java.lang.String query,
Parameters params,
Callback_IQuery_projection __cb)
Return a sequence of
RType sequences. |
Ice.AsyncResult |
begin_projection(java.lang.String query,
Parameters params,
Ice.Callback __cb)
Return a sequence of
RType 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 of
RType 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 of
RType sequences. |
Ice.AsyncResult |
begin_projection(java.lang.String query,
Parameters params,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Return a sequence of
RType 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 of
RType 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 of
RType 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 of
RType 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 of
RType sequences. |
Ice.AsyncResult |
begin_refresh(IObject iObject)
Refreshes an entire
IObject 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 entire
IObject 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 entire
IObject 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 entire
IObject 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 entire
IObject 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 entire
IObject 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 entire
IObject 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 entire
IObject 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 entire
IObject 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 entire
IObject 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.util.Map<java.lang.String,java.lang.String> __ctx)
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.
|
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 of
RType sequences. |
IObject |
end_refresh(Ice.AsyncResult __iresult)
Refreshes an entire
IObject 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 of
RType 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 of
RType sequences. |
IObject |
refresh(IObject iObject)
Refreshes an entire
IObject 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 entire
IObject 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.
|
__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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
public static final java.lang.String[] __ids
public static final long serialVersionUID
public IObject find(java.lang.String klass, long id) throws ServerError
IQueryPrx
null
.find
in interface IQueryPrx
klass
- klass the type of the entity. Not null.id
- the entity's idServerError
public IObject find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IQueryPrx
null
.find
in interface IQueryPrx
klass
- klass the type of the entity. Not null.id
- the entity's id__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_find(java.lang.String klass, long id)
IQueryPrx
null
.begin_find
in interface IQueryPrx
klass
- klass the type of the entity. Not null.public Ice.AsyncResult begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx)
IQueryPrx
null
.begin_find
in interface IQueryPrx
klass
- klass the type of the entity. Not null.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_find(java.lang.String klass, long id, Ice.Callback __cb)
IQueryPrx
null
.begin_find
in interface IQueryPrx
klass
- klass the type of the entity. Not null.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IQueryPrx
null
.begin_find
in interface IQueryPrx
klass
- klass the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_find(java.lang.String klass, long id, Callback_IQuery_find __cb)
IQueryPrx
null
.begin_find
in interface IQueryPrx
klass
- klass the type of the entity. Not null.__cb
- The asynchronous callback object.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)
IQueryPrx
null
.begin_find
in interface IQueryPrx
klass
- klass the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
IQueryPrx
null
.begin_find
in interface IQueryPrx
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.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)
IQueryPrx
null
.begin_find
in interface IQueryPrx
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.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)
IQueryPrx
null
.begin_find
in interface IQueryPrx
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.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)
IQueryPrx
null
.begin_find
in interface IQueryPrx
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.public IObject end_find(Ice.AsyncResult __iresult) throws ServerError
IQueryPrx
null
.end_find
in interface IQueryPrx
__iresult
- The asynchronous result object.ServerError
public static void __find_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
public java.util.List<IObject> findAll(java.lang.String klass, Filter filter) throws ServerError
IQueryPrx
findAll
in interface IQueryPrx
klass
- entity type to be searched. Not null.filter
- filters the result set. Can be null.ServerError
public java.util.List<IObject> findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IQueryPrx
findAll
in interface IQueryPrx
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.ServerError
public Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter)
IQueryPrx
begin_findAll
in interface IQueryPrx
klass
- entity type to be searched. Not null.public Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
IQueryPrx
begin_findAll
in interface IQueryPrx
klass
- entity type to be searched. Not null.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, Ice.Callback __cb)
IQueryPrx
begin_findAll
in interface IQueryPrx
klass
- entity type to be searched. Not null.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IQueryPrx
begin_findAll
in interface IQueryPrx
klass
- entity type to be searched. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, Callback_IQuery_findAll __cb)
IQueryPrx
begin_findAll
in interface IQueryPrx
klass
- entity type to be searched. Not null.__cb
- The asynchronous callback object.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)
IQueryPrx
begin_findAll
in interface IQueryPrx
klass
- entity type to be searched. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
IQueryPrx
begin_findAll
in interface IQueryPrx
klass
- entity type to be searched. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
IQueryPrx
begin_findAll
in interface IQueryPrx
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.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)
IQueryPrx
begin_findAll
in interface IQueryPrx
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.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)
IQueryPrx
begin_findAll
in interface IQueryPrx
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.public java.util.List<IObject> end_findAll(Ice.AsyncResult __iresult) throws ServerError
IQueryPrx
end_findAll
in interface IQueryPrx
__iresult
- The asynchronous result object.ServerError
public static void __findAll_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
public java.util.List<IObject> findAllByExample(IObject example, Filter filter) throws ServerError
IQueryPrx
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.findAllByExample
in interface IQueryPrx
example
- Non-null example object.filter
- filters the result set. Can be null.ServerError
public java.util.List<IObject> findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IQueryPrx
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.findAllByExample
in interface IQueryPrx
example
- Non-null example object.filter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter)
IQueryPrx
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findAllByExample
in interface IQueryPrx
example
- Non-null example object.public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
IQueryPrx
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findAllByExample
in interface IQueryPrx
example
- Non-null example object.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, Ice.Callback __cb)
IQueryPrx
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findAllByExample
in interface IQueryPrx
example
- Non-null example object.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IQueryPrx
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findAllByExample
in interface IQueryPrx
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, Callback_IQuery_findAllByExample __cb)
IQueryPrx
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findAllByExample
in interface IQueryPrx
example
- Non-null example object.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAllByExample __cb)
IQueryPrx
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findAllByExample
in interface IQueryPrx
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
IQueryPrx
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findAllByExample
in interface IQueryPrx
example
- Non-null example object.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
IQueryPrx
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findAllByExample
in interface IQueryPrx
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.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)
IQueryPrx
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findAllByExample
in interface IQueryPrx
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.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)
IQueryPrx
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findAllByExample
in interface IQueryPrx
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.public java.util.List<IObject> end_findAllByExample(Ice.AsyncResult __iresult) throws ServerError
IQueryPrx
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.end_findAllByExample
in interface IQueryPrx
__iresult
- The asynchronous result object.ServerError
public static void __findAllByExample_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
public java.util.List<IObject> findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params) throws ServerError
IQueryPrx
findAllByFullText
in interface IQueryPrx
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 the Parameters.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
).IObject
instances. Never null.ServerError
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
IQueryPrx
findAllByFullText
in interface IQueryPrx
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 the Parameters.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.IObject
instances. Never null.ServerError
public Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params)
IQueryPrx
begin_findAllByFullText
in interface IQueryPrx
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 the Parameters.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
).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)
IQueryPrx
begin_findAllByFullText
in interface IQueryPrx
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 the Parameters.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.public Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, Ice.Callback __cb)
IQueryPrx
begin_findAllByFullText
in interface IQueryPrx
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 the Parameters.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.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)
IQueryPrx
begin_findAllByFullText
in interface IQueryPrx
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 the Parameters.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.public Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, Callback_IQuery_findAllByFullText __cb)
IQueryPrx
begin_findAllByFullText
in interface IQueryPrx
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 the Parameters.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.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)
IQueryPrx
begin_findAllByFullText
in interface IQueryPrx
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 the Parameters.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.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)
IQueryPrx
begin_findAllByFullText
in interface IQueryPrx
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 the Parameters.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.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)
IQueryPrx
begin_findAllByFullText
in interface IQueryPrx
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 the Parameters.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.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)
IQueryPrx
begin_findAllByFullText
in interface IQueryPrx
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 the Parameters.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.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)
IQueryPrx
begin_findAllByFullText
in interface IQueryPrx
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 the Parameters.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.public java.util.List<IObject> end_findAllByFullText(Ice.AsyncResult __iresult) throws ServerError
IQueryPrx
end_findAllByFullText
in interface IQueryPrx
__iresult
- The asynchronous result object.IObject
instances. Never null.ServerError
public static void __findAllByFullText_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
public java.util.List<IObject> findAllByQuery(java.lang.String query, Parameters params) throws ServerError
IQueryPrx
IObject
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.
findAllByQuery
in interface IQueryPrx
query
- Query to execute. Not null.ServerError
public java.util.List<IObject> findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IQueryPrx
IObject
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.
findAllByQuery
in interface IQueryPrx
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params)
IQueryPrx
IObject
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.
begin_findAllByQuery
in interface IQueryPrx
query
- Query to execute. Not null.public Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
IQueryPrx
IObject
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.
begin_findAllByQuery
in interface IQueryPrx
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, Ice.Callback __cb)
IQueryPrx
IObject
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.
begin_findAllByQuery
in interface IQueryPrx
query
- Query to execute. Not null.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IQueryPrx
IObject
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.
begin_findAllByQuery
in interface IQueryPrx
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, Callback_IQuery_findAllByQuery __cb)
IQueryPrx
IObject
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.
begin_findAllByQuery
in interface IQueryPrx
query
- Query to execute. Not null.__cb
- The asynchronous callback object.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)
IQueryPrx
IObject
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.
begin_findAllByQuery
in interface IQueryPrx
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
IQueryPrx
IObject
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.
begin_findAllByQuery
in interface IQueryPrx
query
- Query to execute. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
IQueryPrx
IObject
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.
begin_findAllByQuery
in interface IQueryPrx
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.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)
IQueryPrx
IObject
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.
begin_findAllByQuery
in interface IQueryPrx
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.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)
IQueryPrx
IObject
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.
begin_findAllByQuery
in interface IQueryPrx
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.public java.util.List<IObject> end_findAllByQuery(Ice.AsyncResult __iresult) throws ServerError
IQueryPrx
IObject
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.
end_findAllByQuery
in interface IQueryPrx
__iresult
- The asynchronous result object.ServerError
public static void __findAllByQuery_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
public java.util.List<IObject> findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter) throws ServerError
IQueryPrx
Filter
instance.findAllByString
in interface IQueryPrx
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.ServerError
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
IQueryPrx
Filter
instance.findAllByString
in interface IQueryPrx
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.ServerError
public Ice.AsyncResult begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter)
IQueryPrx
Filter
instance.begin_findAllByString
in interface IQueryPrx
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.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)
IQueryPrx
Filter
instance.begin_findAllByString
in interface IQueryPrx
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.public Ice.AsyncResult begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, Ice.Callback __cb)
IQueryPrx
Filter
instance.begin_findAllByString
in interface IQueryPrx
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.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)
IQueryPrx
Filter
instance.begin_findAllByString
in interface IQueryPrx
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.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)
IQueryPrx
Filter
instance.begin_findAllByString
in interface IQueryPrx
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.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)
IQueryPrx
Filter
instance.begin_findAllByString
in interface IQueryPrx
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.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)
IQueryPrx
Filter
instance.begin_findAllByString
in interface IQueryPrx
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.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)
IQueryPrx
Filter
instance.begin_findAllByString
in interface IQueryPrx
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.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)
IQueryPrx
Filter
instance.begin_findAllByString
in interface IQueryPrx
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.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)
IQueryPrx
Filter
instance.begin_findAllByString
in interface IQueryPrx
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.public java.util.List<IObject> end_findAllByString(Ice.AsyncResult __iresult) throws ServerError
IQueryPrx
Filter
instance.end_findAllByString
in interface IQueryPrx
__iresult
- The asynchronous result object.ServerError
public static void __findAllByString_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
public IObject findByExample(IObject example) throws ServerError
IQueryPrx
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.findByExample
in interface IQueryPrx
example
- Non-null example object.ServerError
public IObject findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IQueryPrx
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.findByExample
in interface IQueryPrx
example
- Non-null example object.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_findByExample(IObject example)
IQueryPrx
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findByExample
in interface IQueryPrx
example
- Non-null example object.public Ice.AsyncResult begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx)
IQueryPrx
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findByExample
in interface IQueryPrx
example
- Non-null example object.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_findByExample(IObject example, Ice.Callback __cb)
IQueryPrx
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findByExample
in interface IQueryPrx
example
- Non-null example object.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IQueryPrx
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findByExample
in interface IQueryPrx
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findByExample(IObject example, Callback_IQuery_findByExample __cb)
IQueryPrx
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findByExample
in interface IQueryPrx
example
- Non-null example object.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findByExample __cb)
IQueryPrx
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findByExample
in interface IQueryPrx
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findByExample(IObject example, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IQueryPrx
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findByExample
in interface IQueryPrx
example
- Non-null example object.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
IQueryPrx
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findByExample
in interface IQueryPrx
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.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)
IQueryPrx
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findByExample
in interface IQueryPrx
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.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)
IQueryPrx
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.begin_findByExample
in interface IQueryPrx
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.public IObject end_findByExample(Ice.AsyncResult __iresult) throws ServerError
IQueryPrx
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.end_findByExample
in interface IQueryPrx
__iresult
- The asynchronous result object.ServerError
public static void __findByExample_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
public IObject findByQuery(java.lang.String query, Parameters params) throws ServerError
IQueryPrx
findByQuery
in interface IQueryPrx
query
- Query to executeServerError
public IObject findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IQueryPrx
findByQuery
in interface IQueryPrx
query
- Query to execute__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params)
IQueryPrx
begin_findByQuery
in interface IQueryPrx
query
- Query to executepublic Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
IQueryPrx
begin_findByQuery
in interface IQueryPrx
query
- Query to execute__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, Ice.Callback __cb)
IQueryPrx
begin_findByQuery
in interface IQueryPrx
query
- Query to execute__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IQueryPrx
begin_findByQuery
in interface IQueryPrx
query
- Query to execute__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, Callback_IQuery_findByQuery __cb)
IQueryPrx
begin_findByQuery
in interface IQueryPrx
query
- Query to execute__cb
- The asynchronous callback object.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)
IQueryPrx
begin_findByQuery
in interface IQueryPrx
query
- Query to execute__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
IQueryPrx
begin_findByQuery
in interface IQueryPrx
query
- Query to execute__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
IQueryPrx
begin_findByQuery
in interface IQueryPrx
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.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)
IQueryPrx
begin_findByQuery
in interface IQueryPrx
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.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)
IQueryPrx
begin_findByQuery
in interface IQueryPrx
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.public IObject end_findByQuery(Ice.AsyncResult __iresult) throws ServerError
IQueryPrx
end_findByQuery
in interface IQueryPrx
__iresult
- The asynchronous result object.ServerError
public static void __findByQuery_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
public IObject findByString(java.lang.String klass, java.lang.String field, java.lang.String value) throws ServerError
IQueryPrx
findByString
in interface IQueryPrx
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.ServerError
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
IQueryPrx
findByString
in interface IQueryPrx
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.ServerError
public Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value)
IQueryPrx
begin_findByString
in interface IQueryPrx
klass
- type of entity to be searchedvalue
- String used for search.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)
IQueryPrx
begin_findByString
in interface IQueryPrx
klass
- type of entity to be searchedvalue
- String used for search.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, Ice.Callback __cb)
IQueryPrx
begin_findByString
in interface IQueryPrx
klass
- type of entity to be searchedvalue
- String used for search.__cb
- The asynchronous callback object.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)
IQueryPrx
begin_findByString
in interface IQueryPrx
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.public Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, Callback_IQuery_findByString __cb)
IQueryPrx
begin_findByString
in interface IQueryPrx
klass
- type of entity to be searchedvalue
- String used for search.__cb
- The asynchronous callback object.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)
IQueryPrx
begin_findByString
in interface IQueryPrx
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.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)
IQueryPrx
begin_findByString
in interface IQueryPrx
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.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)
IQueryPrx
begin_findByString
in interface IQueryPrx
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.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)
IQueryPrx
begin_findByString
in interface IQueryPrx
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.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)
IQueryPrx
begin_findByString
in interface IQueryPrx
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.public IObject end_findByString(Ice.AsyncResult __iresult) throws ServerError
IQueryPrx
end_findByString
in interface IQueryPrx
__iresult
- The asynchronous result object.ServerError
public static void __findByString_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
public IObject get(java.lang.String klass, long id) throws ServerError
IQueryPrx
get
in interface IQueryPrx
klass
- the type of the entity. Not null.id
- the entity's idServerError
public IObject get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IQueryPrx
get
in interface IQueryPrx
klass
- the type of the entity. Not null.id
- the entity's id__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_get(java.lang.String klass, long id)
IQueryPrx
public Ice.AsyncResult begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx)
IQueryPrx
public Ice.AsyncResult begin_get(java.lang.String klass, long id, Ice.Callback __cb)
IQueryPrx
public Ice.AsyncResult begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IQueryPrx
public Ice.AsyncResult begin_get(java.lang.String klass, long id, Callback_IQuery_get __cb)
IQueryPrx
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)
IQueryPrx
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)
IQueryPrx
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)
IQueryPrx
begin_get
in interface IQueryPrx
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.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)
IQueryPrx
begin_get
in interface IQueryPrx
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.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)
IQueryPrx
begin_get
in interface IQueryPrx
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.public IObject end_get(Ice.AsyncResult __iresult) throws ServerError
IQueryPrx
end_get
in interface IQueryPrx
__iresult
- The asynchronous result object.ServerError
public static void __get_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
public java.util.List<java.util.List<RType>> projection(java.lang.String query, Parameters params) throws ServerError
IQueryPrx
RType
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 an RObject
instance. Primitives are
mapped to the expected RType
subclass. Types
without an RType
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 an RMap
containing the
keys: perms, canAnnotate, canEdit, canLink, canDelete,
canChgrp, canChown
Length
are
serialized to an RMap
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
projection
in interface IQueryPrx
ServerError
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
IQueryPrx
RType
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 an RObject
instance. Primitives are
mapped to the expected RType
subclass. Types
without an RType
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 an RMap
containing the
keys: perms, canAnnotate, canEdit, canLink, canDelete,
canChgrp, canChown
Length
are
serialized to an RMap
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
projection
in interface IQueryPrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_projection(java.lang.String query, Parameters params)
IQueryPrx
RType
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 an RObject
instance. Primitives are
mapped to the expected RType
subclass. Types
without an RType
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 an RMap
containing the
keys: perms, canAnnotate, canEdit, canLink, canDelete,
canChgrp, canChown
Length
are
serialized to an RMap
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
begin_projection
in interface IQueryPrx
public Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
IQueryPrx
RType
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 an RObject
instance. Primitives are
mapped to the expected RType
subclass. Types
without an RType
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 an RMap
containing the
keys: perms, canAnnotate, canEdit, canLink, canDelete,
canChgrp, canChown
Length
are
serialized to an RMap
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
begin_projection
in interface IQueryPrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, Ice.Callback __cb)
IQueryPrx
RType
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 an RObject
instance. Primitives are
mapped to the expected RType
subclass. Types
without an RType
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 an RMap
containing the
keys: perms, canAnnotate, canEdit, canLink, canDelete,
canChgrp, canChown
Length
are
serialized to an RMap
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
begin_projection
in interface IQueryPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IQueryPrx
RType
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 an RObject
instance. Primitives are
mapped to the expected RType
subclass. Types
without an RType
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 an RMap
containing the
keys: perms, canAnnotate, canEdit, canLink, canDelete,
canChgrp, canChown
Length
are
serialized to an RMap
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
begin_projection
in interface IQueryPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, Callback_IQuery_projection __cb)
IQueryPrx
RType
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 an RObject
instance. Primitives are
mapped to the expected RType
subclass. Types
without an RType
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 an RMap
containing the
keys: perms, canAnnotate, canEdit, canLink, canDelete,
canChgrp, canChown
Length
are
serialized to an RMap
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
begin_projection
in interface IQueryPrx
__cb
- The asynchronous callback object.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)
IQueryPrx
RType
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 an RObject
instance. Primitives are
mapped to the expected RType
subclass. Types
without an RType
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 an RMap
containing the
keys: perms, canAnnotate, canEdit, canLink, canDelete,
canChgrp, canChown
Length
are
serialized to an RMap
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
begin_projection
in interface IQueryPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
IQueryPrx
RType
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 an RObject
instance. Primitives are
mapped to the expected RType
subclass. Types
without an RType
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 an RMap
containing the
keys: perms, canAnnotate, canEdit, canLink, canDelete,
canChgrp, canChown
Length
are
serialized to an RMap
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
begin_projection
in interface IQueryPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
IQueryPrx
RType
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 an RObject
instance. Primitives are
mapped to the expected RType
subclass. Types
without an RType
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 an RMap
containing the
keys: perms, canAnnotate, canEdit, canLink, canDelete,
canChgrp, canChown
Length
are
serialized to an RMap
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
begin_projection
in interface IQueryPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
IQueryPrx
RType
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 an RObject
instance. Primitives are
mapped to the expected RType
subclass. Types
without an RType
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 an RMap
containing the
keys: perms, canAnnotate, canEdit, canLink, canDelete,
canChgrp, canChown
Length
are
serialized to an RMap
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
begin_projection
in interface IQueryPrx
__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.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)
IQueryPrx
RType
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 an RObject
instance. Primitives are
mapped to the expected RType
subclass. Types
without an RType
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 an RMap
containing the
keys: perms, canAnnotate, canEdit, canLink, canDelete,
canChgrp, canChown
Length
are
serialized to an RMap
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
begin_projection
in interface IQueryPrx
__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.public java.util.List<java.util.List<RType>> end_projection(Ice.AsyncResult __iresult) throws ServerError
IQueryPrx
RType
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 an RObject
instance. Primitives are
mapped to the expected RType
subclass. Types
without an RType
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 an RMap
containing the
keys: perms, canAnnotate, canEdit, canLink, canDelete,
canChgrp, canChown
Length
are
serialized to an RMap
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
end_projection
in interface IQueryPrx
__iresult
- The asynchronous result object.ServerError
public static void __projection_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.util.List<RType>>> __cb, Ice.AsyncResult __result)
public IObject refresh(IObject iObject) throws ServerError
IQueryPrx
IObject
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), an
ApiUsageException
will be thrown.refresh
in interface IQueryPrx
iObject
- Non-null managed IObject
graph which should have all values
re-assigned from the databaseIObject
graph (with
possible additions and deletions) which is in-sync
with the database.ServerError
public IObject refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IQueryPrx
IObject
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), an
ApiUsageException
will be thrown.refresh
in interface IQueryPrx
iObject
- Non-null managed IObject
graph which should have all values
re-assigned from the database__ctx
- The Context map to send with the invocation.IObject
graph (with
possible additions and deletions) which is in-sync
with the database.ServerError
public Ice.AsyncResult begin_refresh(IObject iObject)
IQueryPrx
IObject
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), an
ApiUsageException
will be thrown.begin_refresh
in interface IQueryPrx
iObject
- Non-null managed IObject
graph which should have all values
re-assigned from the databasepublic Ice.AsyncResult begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx)
IQueryPrx
IObject
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), an
ApiUsageException
will be thrown.begin_refresh
in interface IQueryPrx
iObject
- Non-null managed IObject
graph which should have all values
re-assigned from the database__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_refresh(IObject iObject, Ice.Callback __cb)
IQueryPrx
IObject
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), an
ApiUsageException
will be thrown.begin_refresh
in interface IQueryPrx
iObject
- Non-null managed IObject
graph which should have all values
re-assigned from the database__cb
- The asynchronous callback object.public Ice.AsyncResult begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IQueryPrx
IObject
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), an
ApiUsageException
will be thrown.begin_refresh
in interface IQueryPrx
iObject
- Non-null managed IObject
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.public Ice.AsyncResult begin_refresh(IObject iObject, Callback_IQuery_refresh __cb)
IQueryPrx
IObject
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), an
ApiUsageException
will be thrown.begin_refresh
in interface IQueryPrx
iObject
- Non-null managed IObject
graph which should have all values
re-assigned from the database__cb
- The asynchronous callback object.public Ice.AsyncResult begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_refresh __cb)
IQueryPrx
IObject
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), an
ApiUsageException
will be thrown.begin_refresh
in interface IQueryPrx
iObject
- Non-null managed IObject
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.public Ice.AsyncResult begin_refresh(IObject iObject, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IQueryPrx
IObject
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), an
ApiUsageException
will be thrown.begin_refresh
in interface IQueryPrx
iObject
- Non-null managed IObject
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.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)
IQueryPrx
IObject
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), an
ApiUsageException
will be thrown.begin_refresh
in interface IQueryPrx
iObject
- Non-null managed IObject
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.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)
IQueryPrx
IObject
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), an
ApiUsageException
will be thrown.begin_refresh
in interface IQueryPrx
iObject
- Non-null managed IObject
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.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)
IQueryPrx
IObject
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), an
ApiUsageException
will be thrown.begin_refresh
in interface IQueryPrx
iObject
- Non-null managed IObject
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.public IObject end_refresh(Ice.AsyncResult __iresult) throws ServerError
IQueryPrx
IObject
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), an
ApiUsageException
will be thrown.end_refresh
in interface IQueryPrx
__iresult
- The asynchronous result object.IObject
graph (with
possible additions and deletions) which is in-sync
with the database.ServerError
public static void __refresh_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
public static IQueryPrx checkedCast(Ice.ObjectPrx __obj)
__obj
- The untyped proxy.public static IQueryPrx checkedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
__obj
- The untyped proxy.__ctx
- The Context map to send with the invocation.public static IQueryPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
__obj
- The untyped proxy.__facet
- The name of the desired facet.public static IQueryPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)
__obj
- The untyped proxy.__facet
- The name of the desired facet.__ctx
- The Context map to send with the invocation.public static IQueryPrx uncheckedCast(Ice.ObjectPrx __obj)
__obj
- The untyped proxy.public static IQueryPrx uncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
__obj
- The untyped proxy.__facet
- The name of the desired facet.public static java.lang.String ice_staticId()
public static void __write(IceInternal.BasicStream __os, IQueryPrx v)
public static IQueryPrx __read(IceInternal.BasicStream __is)