public interface IQueryPrx extends ServiceInterfacePrx
IUpdate
interface, using other methods
will most likely not leave the database in an inconsistent state,
but may provide stale data in some situations.
By convention, all methods that begin with get
will
never return a null or empty Collection
, but
instead will throw a ValidationException
.Modifier and Type | Method and Description |
---|---|
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. |
IObject |
end_find(Ice.AsyncResult __result)
Looks up an entity by class and id.
|
java.util.List<IObject> |
end_findAll(Ice.AsyncResult __result)
Looks up all entities that belong to this class and match
filter.
|
java.util.List<IObject> |
end_findAllByExample(Ice.AsyncResult __result)
Searches based on provided example entity.
|
java.util.List<IObject> |
end_findAllByFullText(Ice.AsyncResult __result)
Executes a full text search based on Lucene.
|
java.util.List<IObject> |
end_findAllByQuery(Ice.AsyncResult __result)
Executes the stored query with the given name.
|
java.util.List<IObject> |
end_findAllByString(Ice.AsyncResult __result)
Searches a given field matching against a String.
|
IObject |
end_findByExample(Ice.AsyncResult __result)
Searches based on provided example entity.
|
IObject |
end_findByQuery(Ice.AsyncResult __result)
Executes the stored query with the given name.
|
IObject |
end_findByString(Ice.AsyncResult __result)
Searches a given field matching against a String.
|
IObject |
end_get(Ice.AsyncResult __result)
Looks up an entity by class and id.
|
java.util.List<java.util.List<RType>> |
end_projection(Ice.AsyncResult __result)
Return a sequence of
RType sequences. |
IObject |
end_refresh(Ice.AsyncResult __result)
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.
|
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. |
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
IObject get(java.lang.String klass, long id) throws ServerError
klass
- the type of the entity. Not null.id
- the entity's idValidationException
- if the id doesn't exist.ServerError
IObject get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
klass
- the type of the entity. Not null.id
- the entity's id__ctx
- The Context map to send with the invocation.ValidationException
- if the id doesn't exist.ServerError
Ice.AsyncResult begin_get(java.lang.String klass, long id)
klass
- the type of the entity. Not null.Ice.AsyncResult begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx)
klass
- the type of the entity. Not null.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_get(java.lang.String klass, long id, Ice.Callback __cb)
klass
- the type of the entity. Not null.__cb
- The asynchronous callback object.Ice.AsyncResult begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
klass
- the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_get(java.lang.String klass, long id, Callback_IQuery_get __cb)
klass
- the type of the entity. Not null.__cb
- The asynchronous callback object.Ice.AsyncResult begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_get __cb)
klass
- the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
klass
- the type of the entity. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
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.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)
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.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)
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.IObject end_get(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ValidationException
- if the id doesn't exist.ServerError
IObject find(java.lang.String klass, long id) throws ServerError
null
.klass
- klass the type of the entity. Not null.id
- the entity's idServerError
IObject find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
null
.klass
- klass the type of the entity. Not null.id
- the entity's id__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_find(java.lang.String klass, long id)
null
.klass
- klass the type of the entity. Not null.Ice.AsyncResult begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx)
null
.klass
- klass the type of the entity. Not null.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_find(java.lang.String klass, long id, Ice.Callback __cb)
null
.klass
- klass the type of the entity. Not null.__cb
- The asynchronous callback object.Ice.AsyncResult begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
null
.klass
- klass the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_find(java.lang.String klass, long id, Callback_IQuery_find __cb)
null
.klass
- klass the type of the entity. Not null.__cb
- The asynchronous callback object.Ice.AsyncResult begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_find __cb)
null
.klass
- klass the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
null
.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.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)
null
.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.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)
null
.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.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)
null
.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.IObject end_find(Ice.AsyncResult __result) throws ServerError
null
.__result
- The asynchronous result object.ServerError
java.util.List<IObject> findAll(java.lang.String klass, Filter filter) throws ServerError
klass
- entity type to be searched. Not null.filter
- filters the result set. Can be null.ServerError
java.util.List<IObject> findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
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
Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter)
klass
- entity type to be searched. Not null.Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
klass
- entity type to be searched. Not null.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, Ice.Callback __cb)
klass
- entity type to be searched. Not null.__cb
- The asynchronous callback object.Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
klass
- entity type to be searched. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, Callback_IQuery_findAll __cb)
klass
- entity type to be searched. Not null.__cb
- The asynchronous callback object.Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAll __cb)
klass
- entity type to be searched. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
klass
- entity type to be searched. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
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.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)
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.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)
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.java.util.List<IObject> end_findAll(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
IObject findByExample(IObject example) throws ServerError
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.ApiUsageException
- if more than one result is return.ServerError
IObject findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.__ctx
- The Context map to send with the invocation.ApiUsageException
- if more than one result is return.ServerError
Ice.AsyncResult begin_findByExample(IObject example)
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.Ice.AsyncResult begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx)
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_findByExample(IObject example, Ice.Callback __cb)
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.__cb
- The asynchronous callback object.Ice.AsyncResult begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_findByExample(IObject example, Callback_IQuery_findByExample __cb)
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.__cb
- The asynchronous callback object.Ice.AsyncResult begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findByExample __cb)
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_findByExample(IObject example, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.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.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)
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.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.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)
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.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.IObject end_findByExample(Ice.AsyncResult __result) throws ServerError
id
field. For that, use find
, get
,
findByQuery
, or findAllByQuery
.__result
- The asynchronous result object.ApiUsageException
- if more than one result is return.ServerError
java.util.List<IObject> findAllByExample(IObject example, Filter filter) throws ServerError
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.filter
- filters the result set. Can be null.ServerError
java.util.List<IObject> findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.filter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter)
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, Ice.Callback __cb)
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.__cb
- The asynchronous callback object.Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, Callback_IQuery_findAllByExample __cb)
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.__cb
- The asynchronous callback object.Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAllByExample __cb)
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.example
- Non-null example object.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.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.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)
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.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.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)
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.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.java.util.List<IObject> end_findAllByExample(Ice.AsyncResult __result) throws ServerError
Filter
object.
Note: findAllbyExample does not operate on the
id
field.
For that, use find
, get
,
findByQuery
, or findAllByQuery
.__result
- The asynchronous result object.ServerError
IObject findByString(java.lang.String klass, java.lang.String field, java.lang.String value) throws ServerError
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.ome.conditions.ApiUsageException
- if more than one result.ServerError
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
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.ome.conditions.ApiUsageException
- if more than one result.ServerError
Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value)
klass
- type of entity to be searchedvalue
- String used for search.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)
klass
- type of entity to be searchedvalue
- String used for search.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, Ice.Callback __cb)
klass
- type of entity to be searchedvalue
- String used for search.__cb
- The asynchronous callback object.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)
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.Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, Callback_IQuery_findByString __cb)
klass
- type of entity to be searchedvalue
- String used for search.__cb
- The asynchronous callback object.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)
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.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)
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.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)
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.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)
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.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)
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.IObject end_findByString(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ome.conditions.ApiUsageException
- if more than one result.ServerError
java.util.List<IObject> findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter) throws ServerError
Filter
instance.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
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
Filter
instance.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
Ice.AsyncResult begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter)
Filter
instance.klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.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)
Filter
instance.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.Ice.AsyncResult begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, Ice.Callback __cb)
Filter
instance.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.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)
Filter
instance.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.Ice.AsyncResult begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, Callback_IQuery_findAllByString __cb)
Filter
instance.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.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)
Filter
instance.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.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)
Filter
instance.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.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)
Filter
instance.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.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)
Filter
instance.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.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)
Filter
instance.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.java.util.List<IObject> end_findAllByString(Ice.AsyncResult __result) throws ServerError
Filter
instance.__result
- The asynchronous result object.ServerError
IObject findByQuery(java.lang.String query, Parameters params) throws ServerError
query
- Query to executeparams
- ValidationException
ServerError
IObject findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
query
- Query to executeparams
- __ctx
- The Context map to send with the invocation.ValidationException
ServerError
Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params)
query
- Query to executeIce.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
query
- Query to execute__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, Ice.Callback __cb)
query
- Query to execute__cb
- The asynchronous callback object.Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
query
- Query to execute__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, Callback_IQuery_findByQuery __cb)
query
- Query to execute__cb
- The asynchronous callback object.Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findByQuery __cb)
query
- Query to execute__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
query
- Query to execute__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
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.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)
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.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)
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.IObject end_findByQuery(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ValidationException
ServerError
java.util.List<IObject> findAllByQuery(java.lang.String query, Parameters params) throws ServerError
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.
query
- Query to execute. Not null.params
- ServerError
java.util.List<IObject> findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
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.
query
- Query to execute. Not null.params
- __ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params)
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.
query
- Query to execute. Not null.Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
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.
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, Ice.Callback __cb)
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.
query
- Query to execute. Not null.__cb
- The asynchronous callback object.Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
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.
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, Callback_IQuery_findAllByQuery __cb)
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.
query
- Query to execute. Not null.__cb
- The asynchronous callback object.Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAllByQuery __cb)
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.
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
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.
query
- Query to execute. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
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.
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.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)
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.
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.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)
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.
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.java.util.List<IObject> end_findAllByQuery(Ice.AsyncResult __result) throws ServerError
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.
__result
- The asynchronous result object.ServerError
java.util.List<IObject> findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params) throws ServerError
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
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
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
Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params)
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
).Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
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.Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, Ice.Callback __cb)
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.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)
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.Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, Callback_IQuery_findAllByFullText __cb)
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.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)
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.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)
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.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)
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.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)
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.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)
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.java.util.List<IObject> end_findAllByFullText(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.IObject
instances. Never null.ServerError
java.util.List<java.util.List<RType>> projection(java.lang.String query, Parameters params) throws ServerError
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
ServerError
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
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
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_projection(java.lang.String query, Parameters params)
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
Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
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
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, Ice.Callback __cb)
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
__cb
- The asynchronous callback object.Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
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
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, Callback_IQuery_projection __cb)
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
__cb
- The asynchronous callback object.Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_projection __cb)
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
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
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
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
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
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
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
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
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
__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.java.util.List<java.util.List<RType>> end_projection(Ice.AsyncResult __result) throws ServerError
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
__result
- The asynchronous result object.ServerError
IObject refresh(IObject iObject) throws ServerError
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.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.ApiUsageException
- if any non-managed entities are
found.ServerError
IObject refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
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.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.ApiUsageException
- if any non-managed entities are
found.ServerError
Ice.AsyncResult begin_refresh(IObject iObject)
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.iObject
- Non-null managed IObject
graph which should have all values
re-assigned from the databaseIce.AsyncResult begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx)
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.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.Ice.AsyncResult begin_refresh(IObject iObject, Ice.Callback __cb)
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.iObject
- Non-null managed IObject
graph which should have all values
re-assigned from the database__cb
- The asynchronous callback object.Ice.AsyncResult begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
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.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.Ice.AsyncResult begin_refresh(IObject iObject, Callback_IQuery_refresh __cb)
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.iObject
- Non-null managed IObject
graph which should have all values
re-assigned from the database__cb
- The asynchronous callback object.Ice.AsyncResult begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_refresh __cb)
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.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.Ice.AsyncResult begin_refresh(IObject iObject, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
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.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.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)
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.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.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)
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.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.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)
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.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.IObject end_refresh(Ice.AsyncResult __result) throws ServerError
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.__result
- The asynchronous result object.IObject
graph (with
possible additions and deletions) which is in-sync
with the database.ApiUsageException
- if any non-managed entities are
found.ServerError