Interface IQueryPrx
-
- All Superinterfaces:
Ice.ObjectPrx
,ServiceInterfacePrx
- All Known Implementing Classes:
IQueryPrxHelper
public interface IQueryPrx extends ServiceInterfacePrx
Provides methods for directly querying object graphs. As far as is possible, IQuery should be considered the lowest level DB-access (SELECT) interface. Unlike theIUpdate
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 withget
will never return a null or emptyCollection
, but instead will throw aValidationException
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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, Ice.Callback __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_find __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_find(java.lang.String klass, long id, Callback_IQuery_find __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, Ice.Callback __cb)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAll __cb)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAll(java.lang.String klass, Filter filter, Callback_IQuery_findAll __cb)
Looks up all entities that belong to this class and match filter.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, Ice.Callback __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAllByExample __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByExample(IObject example, Filter filter, Callback_IQuery_findAllByExample __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, Ice.Callback __cb)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAllByFullText __cb)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, Callback_IQuery_findAllByFullText __cb)
Executes a full text search based on Lucene.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, Ice.Callback __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAllByQuery __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByQuery(java.lang.String query, Parameters params, Callback_IQuery_findAllByQuery __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, Ice.Callback __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findAllByString __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, Callback_IQuery_findAllByString __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByExample(IObject example)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, Ice.Callback __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findByExample __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findByExample(IObject example, Callback_IQuery_findByExample __cb)
Searches based on provided example entity.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, Ice.Callback __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findByQuery __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByQuery(java.lang.String query, Parameters params, Callback_IQuery_findByQuery __cb)
Executes the stored query with the given name.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, Ice.Callback __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_findByString __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value, Callback_IQuery_findByString __cb)
Searches a given field matching against a String.Ice.AsyncResult
begin_get(java.lang.String klass, long id)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, Ice.Callback __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_get __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_get(java.lang.String klass, long id, Callback_IQuery_get __cb)
Looks up an entity by class and id.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, Ice.Callback __cb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_projection __cb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_projection(java.lang.String query, Parameters params, Callback_IQuery_projection __cb)
Return a sequence ofRType
sequences.Ice.AsyncResult
begin_refresh(IObject iObject)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, Ice.Callback __cb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_refresh __cb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.Ice.AsyncResult
begin_refresh(IObject iObject, Callback_IQuery_refresh __cb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.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 ofRType
sequences.IObject
end_refresh(Ice.AsyncResult __result)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.IObject
find(java.lang.String klass, long id)
Looks up an entity by class and id.IObject
find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up an entity by class and id.java.util.List<IObject>
findAll(java.lang.String klass, Filter filter)
Looks up all entities that belong to this class and match filter.java.util.List<IObject>
findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up all entities that belong to this class and match filter.java.util.List<IObject>
findAllByExample(IObject example, Filter filter)
Searches based on provided example entity.java.util.List<IObject>
findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches based on provided example entity.java.util.List<IObject>
findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params)
Executes a full text search based on Lucene.java.util.List<IObject>
findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Executes a full text search based on Lucene.java.util.List<IObject>
findAllByQuery(java.lang.String query, Parameters params)
Executes the stored query with the given name.java.util.List<IObject>
findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Executes the stored query with the given name.java.util.List<IObject>
findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter)
Searches a given field matching against a String.java.util.List<IObject>
findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches a given field matching against a String.IObject
findByExample(IObject example)
Searches based on provided example entity.IObject
findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches based on provided example entity.IObject
findByQuery(java.lang.String query, Parameters params)
Executes the stored query with the given name.IObject
findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Executes the stored query with the given name.IObject
findByString(java.lang.String klass, java.lang.String field, java.lang.String value)
Searches a given field matching against a String.IObject
findByString(java.lang.String klass, java.lang.String field, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches a given field matching against a String.IObject
get(java.lang.String klass, long id)
Looks up an entity by class and id.IObject
get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up an entity by class and id.java.util.List<java.util.List<RType>>
projection(java.lang.String query, Parameters params)
Return a sequence ofRType
sequences.java.util.List<java.util.List<RType>>
projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Return a sequence ofRType
sequences.IObject
refresh(IObject iObject)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.IObject
refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database.-
Methods inherited from interface Ice.ObjectPrx
begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
-
-
-
-
Method Detail
-
get
IObject get(java.lang.String klass, long id) throws ServerError
Looks up an entity by class and id. If no such object exists, an exception will be thrown.- Parameters:
klass
- the type of the entity. Not null.id
- the entity's id- Returns:
- an initialized entity
- Throws:
ValidationException
- if the id doesn't exist.ServerError
-
get
IObject get(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Looks up an entity by class and id. If no such object exists, an exception will be thrown.- Parameters:
klass
- the type of the entity. Not null.id
- the entity's id__ctx
- The Context map to send with the invocation.- Returns:
- an initialized entity
- Throws:
ValidationException
- if the id doesn't exist.ServerError
-
begin_get
Ice.AsyncResult begin_get(java.lang.String klass, long id)
Looks up an entity by class and id. If no such object exists, an exception will be thrown.- Parameters:
klass
- the type of the entity. Not null.- Returns:
- The asynchronous result object.
-
begin_get
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. If no such object exists, an exception will be thrown.- Parameters:
klass
- the type of the entity. Not null.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_get
Ice.AsyncResult begin_get(java.lang.String klass, long id, Ice.Callback __cb)
Looks up an entity by class and id. If no such object exists, an exception will be thrown.- Parameters:
klass
- the type of the entity. Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_get
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. If no such object exists, an exception will be thrown.- Parameters:
klass
- the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_get
Ice.AsyncResult begin_get(java.lang.String klass, long id, Callback_IQuery_get __cb)
Looks up an entity by class and id. If no such object exists, an exception will be thrown.- Parameters:
klass
- the type of the entity. Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_get
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. If no such object exists, an exception will be thrown.- Parameters:
klass
- the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_get
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. If no such object exists, an exception will be thrown.- Parameters:
klass
- the type of the entity. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_get
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. If no such object exists, an exception will be thrown.- Parameters:
klass
- the type of the entity. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_get
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. If no such object exists, an exception will be thrown.- Parameters:
klass
- the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_get
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. If no such object exists, an exception will be thrown.- Parameters:
klass
- the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_get
IObject end_get(Ice.AsyncResult __result) throws ServerError
Looks up an entity by class and id. If no such object exists, an exception will be thrown.- Parameters:
__result
- The asynchronous result object.- Returns:
- an initialized entity
- Throws:
ValidationException
- if the id doesn't exist.ServerError
-
find
IObject find(java.lang.String klass, long id) throws ServerError
Looks up an entity by class and id. If no such objects exists, return anull
.- Parameters:
klass
- klass the type of the entity. Not null.id
- the entity's id- Returns:
- an initialized entity or null if id doesn't exist.
- Throws:
ServerError
-
find
IObject find(java.lang.String klass, long id, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Looks up an entity by class and id. If no such objects exists, return anull
.- Parameters:
klass
- klass the type of the entity. Not null.id
- the entity's id__ctx
- The Context map to send with the invocation.- Returns:
- an initialized entity or null if id doesn't exist.
- Throws:
ServerError
-
begin_find
Ice.AsyncResult begin_find(java.lang.String klass, long id)
Looks up an entity by class and id. If no such objects exists, return anull
.- Parameters:
klass
- klass the type of the entity. Not null.- Returns:
- The asynchronous result object.
-
begin_find
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. If no such objects exists, return anull
.- Parameters:
klass
- klass the type of the entity. Not null.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_find
Ice.AsyncResult begin_find(java.lang.String klass, long id, Ice.Callback __cb)
Looks up an entity by class and id. If no such objects exists, return anull
.- Parameters:
klass
- klass the type of the entity. Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_find
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. If no such objects exists, return anull
.- Parameters:
klass
- klass the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_find
Ice.AsyncResult begin_find(java.lang.String klass, long id, Callback_IQuery_find __cb)
Looks up an entity by class and id. If no such objects exists, return anull
.- Parameters:
klass
- klass the type of the entity. Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_find
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. If no such objects exists, return anull
.- Parameters:
klass
- klass the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_find
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. If no such objects exists, return anull
.- Parameters:
klass
- klass the type of the entity. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_find
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. If no such objects exists, return anull
.- Parameters:
klass
- klass the type of the entity. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_find
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. If no such objects exists, return anull
.- Parameters:
klass
- klass the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_find
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. If no such objects exists, return anull
.- Parameters:
klass
- klass the type of the entity. Not null.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_find
IObject end_find(Ice.AsyncResult __result) throws ServerError
Looks up an entity by class and id. If no such objects exists, return anull
.- Parameters:
__result
- The asynchronous result object.- Returns:
- an initialized entity or null if id doesn't exist.
- Throws:
ServerError
-
findAll
java.util.List<IObject> findAll(java.lang.String klass, Filter filter) throws ServerError
Looks up all entities that belong to this class and match filter.- Parameters:
klass
- entity type to be searched. Not null.filter
- filters the result set. Can be null.- Returns:
- a collection if initialized entities or an empty List if none exist.
- Throws:
ServerError
-
findAll
java.util.List<IObject> findAll(java.lang.String klass, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Looks up all entities that belong to this class and match filter.- Parameters:
klass
- entity type to be searched. Not null.filter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.- Returns:
- a collection if initialized entities or an empty List if none exist.
- Throws:
ServerError
-
begin_findAll
Ice.AsyncResult begin_findAll(java.lang.String klass, Filter filter)
Looks up all entities that belong to this class and match filter.- Parameters:
klass
- entity type to be searched. Not null.- Returns:
- The asynchronous result object.
-
begin_findAll
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.- Parameters:
klass
- entity type to be searched. Not null.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findAll
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.- Parameters:
klass
- entity type to be searched. Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAll
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.- Parameters:
klass
- entity type to be searched. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAll
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.- Parameters:
klass
- entity type to be searched. Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAll
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.- Parameters:
klass
- entity type to be searched. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAll
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.- Parameters:
klass
- entity type to be searched. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findAll
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.- Parameters:
klass
- entity type to be searched. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_findAll
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.- Parameters:
klass
- entity type to be searched. Not null.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findAll
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.- Parameters:
klass
- entity type to be searched. Not null.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_findAll
java.util.List<IObject> end_findAll(Ice.AsyncResult __result) throws ServerError
Looks up all entities that belong to this class and match filter.- Parameters:
__result
- The asynchronous result object.- Returns:
- a collection if initialized entities or an empty List if none exist.
- Throws:
ServerError
-
findByExample
IObject findByExample(IObject example) throws ServerError
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.- Returns:
- Possibly null IObject result.
- Throws:
ApiUsageException
- if more than one result is return.ServerError
-
findByExample
IObject findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.- Returns:
- Possibly null IObject result.
- Throws:
ApiUsageException
- if more than one result is return.ServerError
-
begin_findByExample
Ice.AsyncResult begin_findByExample(IObject example)
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.- Returns:
- The asynchronous result object.
-
begin_findByExample
Ice.AsyncResult begin_findByExample(IObject example, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findByExample
Ice.AsyncResult begin_findByExample(IObject example, Ice.Callback __cb)
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByExample
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. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByExample
Ice.AsyncResult begin_findByExample(IObject example, Callback_IQuery_findByExample __cb)
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByExample
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. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByExample
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. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findByExample
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. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_findByExample
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. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findByExample
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. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_findByExample
IObject end_findByExample(Ice.AsyncResult __result) throws ServerError
Searches based on provided example entity. The example entity should uniquely specify the entity or an exception will be thrown. Note: findByExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
__result
- The asynchronous result object.- Returns:
- Possibly null IObject result.
- Throws:
ApiUsageException
- if more than one result is return.ServerError
-
findAllByExample
java.util.List<IObject> findAllByExample(IObject example, Filter filter) throws ServerError
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.filter
- filters the result set. Can be null.- Returns:
- Possibly empty List of IObject results.
- Throws:
ServerError
-
findAllByExample
java.util.List<IObject> findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.filter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.- Returns:
- Possibly empty List of IObject results.
- Throws:
ServerError
-
begin_findAllByExample
Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter)
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, Ice.Callback __cb)
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
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. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
Ice.AsyncResult begin_findAllByExample(IObject example, Filter filter, Callback_IQuery_findAllByExample __cb)
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
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. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
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. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
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. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
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. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findAllByExample
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. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
example
- Non-null example object.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_findAllByExample
java.util.List<IObject> end_findAllByExample(Ice.AsyncResult __result) throws ServerError
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.- Parameters:
__result
- The asynchronous result object.- Returns:
- Possibly empty List of IObject results.
- Throws:
ServerError
-
findByString
IObject findByString(java.lang.String klass, java.lang.String field, java.lang.String value) throws ServerError
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Parameters:
klass
- type of entity to be searchedfield
- the name of the field, either as simple string or as public static final from the entity class, e.g.omero.model.Project.NAME
value
- String used for search.- Returns:
- found entity or possibly null.
- Throws:
ome.conditions.ApiUsageException
- if more than one result.ServerError
-
findByString
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
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Parameters:
klass
- type of entity to be searchedfield
- the name of the field, either as simple string or as public static final from the entity class, e.g.omero.model.Project.NAME
value
- String used for search.__ctx
- The Context map to send with the invocation.- Returns:
- found entity or possibly null.
- Throws:
ome.conditions.ApiUsageException
- if more than one result.ServerError
-
begin_findByString
Ice.AsyncResult begin_findByString(java.lang.String klass, java.lang.String field, java.lang.String value)
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.- Returns:
- The asynchronous result object.
-
begin_findByString
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. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findByString
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. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByString
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. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByString
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. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByString
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. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByString
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. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findByString
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. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_findByString
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. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findByString
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. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Parameters:
klass
- type of entity to be searchedvalue
- String used for search.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_findByString
IObject end_findByString(Ice.AsyncResult __result) throws ServerError
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.- Parameters:
__result
- The asynchronous result object.- Returns:
- found entity or possibly null.
- Throws:
ome.conditions.ApiUsageException
- if more than one result.ServerError
-
findAllByString
java.util.List<IObject> findAllByString(java.lang.String klass, java.lang.String field, java.lang.String value, boolean caseSensitive, Filter filter) throws ServerError
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Parameters:
klass
- type of entity to be searched. Not null.field
- the name of the field, either as simple string or as public static final from the entity class, e.g.omero.model.Project.NAME
. Not null.value
- String used for search. Not null.caseSensitive
- whether to use LIKE or ILIKEfilter
- filters the result set. Can be null.- Returns:
- A list (possibly empty) with the results.
- Throws:
ServerError
-
findAllByString
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
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Parameters:
klass
- type of entity to be searched. Not null.field
- the name of the field, either as simple string or as public static final from the entity class, e.g.omero.model.Project.NAME
. Not null.value
- String used for search. Not null.caseSensitive
- whether to use LIKE or ILIKEfilter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.- Returns:
- A list (possibly empty) with the results.
- Throws:
ServerError
-
begin_findAllByString
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. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.- Returns:
- The asynchronous result object.
-
begin_findAllByString
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. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findAllByString
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. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByString
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. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByString
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. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByString
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. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByString
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. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findAllByString
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. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_findAllByString
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. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findAllByString
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. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Parameters:
klass
- type of entity to be searched. Not null.value
- String used for search. Not null.filter
- filters the result set. Can be null.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_findAllByString
java.util.List<IObject> end_findAllByString(Ice.AsyncResult __result) throws ServerError
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.- Parameters:
__result
- The asynchronous result object.- Returns:
- A list (possibly empty) with the results.
- Throws:
ServerError
-
findByQuery
IObject findByQuery(java.lang.String query, Parameters params) throws ServerError
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Parameters:
query
- Query to executeparams
-- Returns:
- Possibly null IObject result.
- Throws:
ValidationException
ServerError
-
findByQuery
IObject findByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Parameters:
query
- Query to executeparams
-__ctx
- The Context map to send with the invocation.- Returns:
- Possibly null IObject result.
- Throws:
ValidationException
ServerError
-
begin_findByQuery
Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params)
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Parameters:
query
- Query to execute- Returns:
- The asynchronous result object.
-
begin_findByQuery
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. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Parameters:
query
- Query to execute__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findByQuery
Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, Ice.Callback __cb)
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Parameters:
query
- Query to execute__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByQuery
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. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Parameters:
query
- Query to execute__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByQuery
Ice.AsyncResult begin_findByQuery(java.lang.String query, Parameters params, Callback_IQuery_findByQuery __cb)
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Parameters:
query
- Query to execute__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByQuery
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. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Parameters:
query
- Query to execute__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findByQuery
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. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Parameters:
query
- Query to execute__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findByQuery
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. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Parameters:
query
- Query to execute__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_findByQuery
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. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Parameters:
query
- Query to execute__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findByQuery
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. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Parameters:
query
- Query to execute__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_findByQuery
IObject end_findByQuery(Ice.AsyncResult __result) throws ServerError
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.- Parameters:
__result
- The asynchronous result object.- Returns:
- Possibly null IObject result.
- Throws:
ValidationException
ServerError
-
findAllByQuery
java.util.List<IObject> findAllByQuery(java.lang.String query, Parameters params) throws ServerError
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Parameters:
query
- Query to execute. Not null.params
-- Returns:
- Possibly empty List of IObject results.
- Throws:
ServerError
-
findAllByQuery
java.util.List<IObject> findAllByQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Parameters:
query
- Query to execute. Not null.params
-__ctx
- The Context map to send with the invocation.- Returns:
- Possibly empty List of IObject results.
- Throws:
ServerError
-
begin_findAllByQuery
Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params)
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Parameters:
query
- Query to execute. Not null.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
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. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Parameters:
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, Ice.Callback __cb)
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Parameters:
query
- Query to execute. Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
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. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Parameters:
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
Ice.AsyncResult begin_findAllByQuery(java.lang.String query, Parameters params, Callback_IQuery_findAllByQuery __cb)
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Parameters:
query
- Query to execute. Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
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. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Parameters:
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
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. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Parameters:
query
- Query to execute. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
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. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Parameters:
query
- Query to execute. Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
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. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Parameters:
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findAllByQuery
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. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Parameters:
query
- Query to execute. Not null.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_findAllByQuery
java.util.List<IObject> end_findAllByQuery(Ice.AsyncResult __result) throws ServerError
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions. Queries can only return lists ofIObject
instances. This means all must be of the form:select this from SomeModelClass this ...
though the alias this is unimportant. Do not try to return multiple classes in one call like:select this, that from SomeClass this, SomeOtherClass that ...
nor to project values out of an object:select this.name from SomeClass this ...
If a page is desired, add it to the query parameters.- Parameters:
__result
- The asynchronous result object.- Returns:
- Possibly empty List of IObject results.
- Throws:
ServerError
-
findAllByFullText
java.util.List<IObject> findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params) throws ServerError
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).- Returns:
- A list of loaded
IObject
instances. Never null. - Throws:
ServerError
-
findAllByFullText
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
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__ctx
- The Context map to send with the invocation.- Returns:
- A list of loaded
IObject
instances. Never null. - Throws:
ServerError
-
begin_findAllByFullText
Ice.AsyncResult begin_findAllByFullText(java.lang.String klass, java.lang.String query, Parameters params)
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
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. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
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. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
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. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
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. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
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. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
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. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
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. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
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. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findAllByFullText
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. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Parameters:
klass
- A non-null class specification of which type should be searched.query
- A non-null query string. An empty string will return no results.params
- Currently the parameters themselves are unused. But theParameters.theFilter
can be used to limit the number of results returned (Filter.limit
) or the user for who the results will be found (Filter.ownerId
).__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_findAllByFullText
java.util.List<IObject> end_findAllByFullText(Ice.AsyncResult __result) throws ServerError
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
- Parameters:
__result
- The asynchronous result object.- Returns:
- A list of loaded
IObject
instances. Never null. - Throws:
ServerError
-
projection
java.util.List<java.util.List<RType>> projection(java.lang.String query, Parameters params) throws ServerError
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Throws:
ServerError
-
-
projection
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
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
-
begin_projection
Ice.AsyncResult begin_projection(java.lang.String query, Parameters params)
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Returns:
- The asynchronous result object.
-
-
begin_projection
Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
-
begin_projection
Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, Ice.Callback __cb)
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
-
begin_projection
Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
-
begin_projection
Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, Callback_IQuery_projection __cb)
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
-
begin_projection
Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_projection __cb)
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
-
begin_projection
Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
-
begin_projection
Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
-
begin_projection
Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
-
begin_projection
Ice.AsyncResult begin_projection(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.util.List<RType>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
-
end_projection
java.util.List<java.util.List<RType>> end_projection(Ice.AsyncResult __result) throws ServerError
Return a sequence ofRType
sequences.Each element of the outer sequence is one row in the return value. Each element of the inner sequence is one column specified in the HQL.
IObject
instances are returned wrapped in anRObject
instance. Primitives are mapped to the expectedRType
subclass. Types without anRType
mapper if returned will throw an exception if present in the select except where a manual conversion is present on the server. This includes:-
Permissions
instances are serialized to anRMap
containing the keys: perms, canAnnotate, canEdit, canLink, canDelete, canChgrp, canChown -
The quantity types like
Length
are serialized to anRMap
containing the keys: value, unit, symbol
As with SQL, if an aggregation statement is used, a group by clause must be added.
Examples:
select i.name, i.description from Image i where i.name like '%.dv' select tag.textValue, tagset.textValue from TagAnnotation tag join tag.annotationLinks l join l.child tagset select p.pixelsType.value, count(p.id) from Pixel p group by p.pixelsType.value
- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
-
refresh
IObject refresh(IObject iObject) throws ServerError
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database- Returns:
- a similar
IObject
graph (with possible additions and deletions) which is in-sync with the database. - Throws:
ApiUsageException
- if any non-managed entities are found.ServerError
-
refresh
IObject refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__ctx
- The Context map to send with the invocation.- Returns:
- a similar
IObject
graph (with possible additions and deletions) which is in-sync with the database. - Throws:
ApiUsageException
- if any non-managed entities are found.ServerError
-
begin_refresh
Ice.AsyncResult begin_refresh(IObject iObject)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database- Returns:
- The asynchronous result object.
-
begin_refresh
Ice.AsyncResult begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_refresh
Ice.AsyncResult begin_refresh(IObject iObject, Ice.Callback __cb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_refresh
Ice.AsyncResult begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_refresh
Ice.AsyncResult begin_refresh(IObject iObject, Callback_IQuery_refresh __cb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_refresh
Ice.AsyncResult begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IQuery_refresh __cb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_refresh
Ice.AsyncResult begin_refresh(IObject iObject, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_refresh
Ice.AsyncResult begin_refresh(IObject iObject, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_refresh
Ice.AsyncResult begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_refresh
Ice.AsyncResult begin_refresh(IObject iObject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Parameters:
iObject
- Non-null managedIObject
graph which should have all values re-assigned from the database__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_refresh
IObject end_refresh(Ice.AsyncResult __result) throws ServerError
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.- Parameters:
__result
- The asynchronous result object.- Returns:
- a similar
IObject
graph (with possible additions and deletions) which is in-sync with the database. - Throws:
ApiUsageException
- if any non-managed entities are found.ServerError
-
-