Interface SearchPrx
-
- All Superinterfaces:
Ice.ObjectPrx,ServiceInterfacePrx,StatefulServiceInterfacePrx
- All Known Implementing Classes:
SearchPrxHelper
public interface SearchPrx extends StatefulServiceInterfacePrx
Central search interface, allowing Web2.0 style queries. EachSearchinstance keeps up with several queries and lazily-loads the results ashasNext,nextandresultsare called. These queries are created by the by* methods. Each instance also has a number of settings which can all be changed from their defaults via accessors, e.g.setBatchSizeorsetCaseSensitive. The only methods which are required for the proper functioning of aSearchinstance are:onlyType,onlyTypesORallTypes- Any by* method to create a query
allTypesmethod is discouraged, since it is possibly very resource intensive, which is why any attempt to receive results without specifically setting types or allowing all is prohibited.- See Also:
IQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description intactiveQueries()Returns the number of active queries.intactiveQueries(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the number of active queries.voidaddOrderByAsc(java.lang.String path)A path from the target entity which will be added to the current stack of order statements applied to the query.voidaddOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx)A path from the target entity which will be added to the current stack of order statements applied to the query.voidaddOrderByDesc(java.lang.String path)A path from the target entity which will be added to the current stack of order statements applied to the query.voidaddOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx)A path from the target entity which will be added to the current stack of order statements applied to the query.voidallTypes()Permits all types to be returned.voidallTypes(java.util.Map<java.lang.String,java.lang.String> __ctx)Permits all types to be returned.voidand()Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.voidand(java.util.Map<java.lang.String,java.lang.String> __ctx)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_activeQueries()Returns the number of active queries.Ice.AsyncResultbegin_activeQueries(Ice.Callback __cb)Returns the number of active queries.Ice.AsyncResultbegin_activeQueries(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the number of active queries.Ice.AsyncResultbegin_activeQueries(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the number of active queries.Ice.AsyncResultbegin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the number of active queries.Ice.AsyncResultbegin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the number of active queries.Ice.AsyncResultbegin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the number of active queries.Ice.AsyncResultbegin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the number of active queries.Ice.AsyncResultbegin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_activeQueries __cb)Returns the number of active queries.Ice.AsyncResultbegin_activeQueries(Callback_Search_activeQueries __cb)Returns the number of active queries.Ice.AsyncResultbegin_addOrderByAsc(java.lang.String path)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByAsc(java.lang.String path, Ice.Callback __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByAsc(java.lang.String path, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByAsc(java.lang.String path, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_addOrderByAsc __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByAsc(java.lang.String path, Callback_Search_addOrderByAsc __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByDesc(java.lang.String path)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByDesc(java.lang.String path, Ice.Callback __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByDesc(java.lang.String path, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByDesc(java.lang.String path, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_addOrderByDesc __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_addOrderByDesc(java.lang.String path, Callback_Search_addOrderByDesc __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.Ice.AsyncResultbegin_allTypes()Permits all types to be returned.Ice.AsyncResultbegin_allTypes(Ice.Callback __cb)Permits all types to be returned.Ice.AsyncResultbegin_allTypes(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Permits all types to be returned.Ice.AsyncResultbegin_allTypes(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Permits all types to be returned.Ice.AsyncResultbegin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx)Permits all types to be returned.Ice.AsyncResultbegin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Permits all types to be returned.Ice.AsyncResultbegin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Permits all types to be returned.Ice.AsyncResultbegin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Permits all types to be returned.Ice.AsyncResultbegin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_allTypes __cb)Permits all types to be returned.Ice.AsyncResultbegin_allTypes(Callback_Search_allTypes __cb)Permits all types to be returned.Ice.AsyncResultbegin_and()Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_and(Ice.Callback __cb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_and(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_and(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_and(java.util.Map<java.lang.String,java.lang.String> __ctx)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_and(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_and(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_and(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_and(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_and __cb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_and(Callback_Search_and __cb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_byAnnotatedWith(java.util.List<Annotation> examples)Finds entities annotated with anAnnotationsimilar to the example.Ice.AsyncResultbegin_byAnnotatedWith(java.util.List<Annotation> examples, Ice.Callback __cb)Finds entities annotated with anAnnotationsimilar to the example.Ice.AsyncResultbegin_byAnnotatedWith(java.util.List<Annotation> examples, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Finds entities annotated with anAnnotationsimilar to the example.Ice.AsyncResultbegin_byAnnotatedWith(java.util.List<Annotation> examples, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Finds entities annotated with anAnnotationsimilar to the example.Ice.AsyncResultbegin_byAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx)Finds entities annotated with anAnnotationsimilar to the example.Ice.AsyncResultbegin_byAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Finds entities annotated with anAnnotationsimilar to the example.Ice.AsyncResultbegin_byAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Finds entities annotated with anAnnotationsimilar to the example.Ice.AsyncResultbegin_byAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Finds entities annotated with anAnnotationsimilar to the example.Ice.AsyncResultbegin_byAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byAnnotatedWith __cb)Finds entities annotated with anAnnotationsimilar to the example.Ice.AsyncResultbegin_byAnnotatedWith(java.util.List<Annotation> examples, Callback_Search_byAnnotatedWith __cb)Finds entities annotated with anAnnotationsimilar to the example.Ice.AsyncResultbegin_byFullText(java.lang.String query)Passes the query as is to the Lucene backend.Ice.AsyncResultbegin_byFullText(java.lang.String query, Ice.Callback __cb)Passes the query as is to the Lucene backend.Ice.AsyncResultbegin_byFullText(java.lang.String query, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Passes the query as is to the Lucene backend.Ice.AsyncResultbegin_byFullText(java.lang.String query, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Passes the query as is to the Lucene backend.Ice.AsyncResultbegin_byFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx)Passes the query as is to the Lucene backend.Ice.AsyncResultbegin_byFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Passes the query as is to the Lucene backend.Ice.AsyncResultbegin_byFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Passes the query as is to the Lucene backend.Ice.AsyncResultbegin_byFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Passes the query as is to the Lucene backend.Ice.AsyncResultbegin_byFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byFullText __cb)Passes the query as is to the Lucene backend.Ice.AsyncResultbegin_byFullText(java.lang.String query, Callback_Search_byFullText __cb)Passes the query as is to the Lucene backend.Ice.AsyncResultbegin_byGroupForTags(java.lang.String group)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group.Ice.AsyncResultbegin_byGroupForTags(java.lang.String group, Ice.Callback __cb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group.Ice.AsyncResultbegin_byGroupForTags(java.lang.String group, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group.Ice.AsyncResultbegin_byGroupForTags(java.lang.String group, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group.Ice.AsyncResultbegin_byGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group.Ice.AsyncResultbegin_byGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group.Ice.AsyncResultbegin_byGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group.Ice.AsyncResultbegin_byGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group.Ice.AsyncResultbegin_byGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byGroupForTags __cb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group.Ice.AsyncResultbegin_byGroupForTags(java.lang.String group, Callback_Search_byGroupForTags __cb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group.Ice.AsyncResultbegin_byHqlQuery(java.lang.String query, Parameters params)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.Ice.AsyncResultbegin_byHqlQuery(java.lang.String query, Parameters params, Ice.Callback __cb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.Ice.AsyncResultbegin_byHqlQuery(java.lang.String query, Parameters params, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.Ice.AsyncResultbegin_byHqlQuery(java.lang.String query, Parameters params, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.Ice.AsyncResultbegin_byHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.Ice.AsyncResultbegin_byHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.Ice.AsyncResultbegin_byHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.Ice.AsyncResultbegin_byHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.Ice.AsyncResultbegin_byHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byHqlQuery __cb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.Ice.AsyncResultbegin_byHqlQuery(java.lang.String query, Parameters params, Callback_Search_byHqlQuery __cb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.Ice.AsyncResultbegin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query)Builds a Lucene query and passes it to the Lucene backend.Ice.AsyncResultbegin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, Ice.Callback __cb)Builds a Lucene query and passes it to the Lucene backend.Ice.AsyncResultbegin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Builds a Lucene query and passes it to the Lucene backend.Ice.AsyncResultbegin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Builds a Lucene query and passes it to the Lucene backend.Ice.AsyncResultbegin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx)Builds a Lucene query and passes it to the Lucene backend.Ice.AsyncResultbegin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Builds a Lucene query and passes it to the Lucene backend.Ice.AsyncResultbegin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Builds a Lucene query and passes it to the Lucene backend.Ice.AsyncResultbegin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Builds a Lucene query and passes it to the Lucene backend.Ice.AsyncResultbegin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byLuceneQueryBuilder __cb)Builds a Lucene query and passes it to the Lucene backend.Ice.AsyncResultbegin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, Callback_Search_byLuceneQueryBuilder __cb)Builds a Lucene query and passes it to the Lucene backend.Ice.AsyncResultbegin_bySimilarTerms(java.util.List<java.lang.String> terms)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms.Ice.AsyncResultbegin_bySimilarTerms(java.util.List<java.lang.String> terms, Ice.Callback __cb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms.Ice.AsyncResultbegin_bySimilarTerms(java.util.List<java.lang.String> terms, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms.Ice.AsyncResultbegin_bySimilarTerms(java.util.List<java.lang.String> terms, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms.Ice.AsyncResultbegin_bySimilarTerms(java.util.List<java.lang.String> terms, java.util.Map<java.lang.String,java.lang.String> __ctx)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms.Ice.AsyncResultbegin_bySimilarTerms(java.util.List<java.lang.String> terms, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms.Ice.AsyncResultbegin_bySimilarTerms(java.util.List<java.lang.String> terms, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms.Ice.AsyncResultbegin_bySimilarTerms(java.util.List<java.lang.String> terms, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms.Ice.AsyncResultbegin_bySimilarTerms(java.util.List<java.lang.String> terms, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_bySimilarTerms __cb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms.Ice.AsyncResultbegin_bySimilarTerms(java.util.List<java.lang.String> terms, Callback_Search_bySimilarTerms __cb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms.Ice.AsyncResultbegin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none)Builds a Lucene query and passes it tobyFullText.Ice.AsyncResultbegin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, Ice.Callback __cb)Builds a Lucene query and passes it tobyFullText.Ice.AsyncResultbegin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Builds a Lucene query and passes it tobyFullText.Ice.AsyncResultbegin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Builds a Lucene query and passes it tobyFullText.Ice.AsyncResultbegin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, java.util.Map<java.lang.String,java.lang.String> __ctx)Builds a Lucene query and passes it tobyFullText.Ice.AsyncResultbegin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Builds a Lucene query and passes it tobyFullText.Ice.AsyncResultbegin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Builds a Lucene query and passes it tobyFullText.Ice.AsyncResultbegin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Builds a Lucene query and passes it tobyFullText.Ice.AsyncResultbegin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_bySomeMustNone __cb)Builds a Lucene query and passes it tobyFullText.Ice.AsyncResultbegin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, Callback_Search_bySomeMustNone __cb)Builds a Lucene query and passes it tobyFullText.Ice.AsyncResultbegin_byTagForGroups(java.lang.String tag)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to.Ice.AsyncResultbegin_byTagForGroups(java.lang.String tag, Ice.Callback __cb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to.Ice.AsyncResultbegin_byTagForGroups(java.lang.String tag, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to.Ice.AsyncResultbegin_byTagForGroups(java.lang.String tag, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to.Ice.AsyncResultbegin_byTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to.Ice.AsyncResultbegin_byTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to.Ice.AsyncResultbegin_byTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to.Ice.AsyncResultbegin_byTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to.Ice.AsyncResultbegin_byTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byTagForGroups __cb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to.Ice.AsyncResultbegin_byTagForGroups(java.lang.String tag, Callback_Search_byTagForGroups __cb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to.Ice.AsyncResultbegin_clearQueries()Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.Ice.AsyncResultbegin_clearQueries(Ice.Callback __cb)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.Ice.AsyncResultbegin_clearQueries(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.Ice.AsyncResultbegin_clearQueries(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.Ice.AsyncResultbegin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.Ice.AsyncResultbegin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.Ice.AsyncResultbegin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.Ice.AsyncResultbegin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.Ice.AsyncResultbegin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_clearQueries __cb)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.Ice.AsyncResultbegin_clearQueries(Callback_Search_clearQueries __cb)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.Ice.AsyncResultbegin_currentMetadata()Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext.Ice.AsyncResultbegin_currentMetadata(Ice.Callback __cb)Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext.Ice.AsyncResultbegin_currentMetadata(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext.Ice.AsyncResultbegin_currentMetadata(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext.Ice.AsyncResultbegin_currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx)Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext.Ice.AsyncResultbegin_currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext.Ice.AsyncResultbegin_currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext.Ice.AsyncResultbegin_currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext.Ice.AsyncResultbegin_currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_currentMetadata __cb)Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext.Ice.AsyncResultbegin_currentMetadata(Callback_Search_currentMetadata __cb)Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext.Ice.AsyncResultbegin_currentMetadataList()Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults.Ice.AsyncResultbegin_currentMetadataList(Ice.Callback __cb)Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults.Ice.AsyncResultbegin_currentMetadataList(IceInternal.Functional_GenericCallback1<java.util.List<java.util.Map<java.lang.String,Annotation>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults.Ice.AsyncResultbegin_currentMetadataList(IceInternal.Functional_GenericCallback1<java.util.List<java.util.Map<java.lang.String,Annotation>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults.Ice.AsyncResultbegin_currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx)Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults.Ice.AsyncResultbegin_currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults.Ice.AsyncResultbegin_currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.util.Map<java.lang.String,Annotation>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults.Ice.AsyncResultbegin_currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.util.Map<java.lang.String,Annotation>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults.Ice.AsyncResultbegin_currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_currentMetadataList __cb)Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults.Ice.AsyncResultbegin_currentMetadataList(Callback_Search_currentMetadataList __cb)Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults.Ice.AsyncResultbegin_fetchAlso(java.util.List<java.lang.String> fetches)Adds a fetch clause for loading non-annotation fields of returned entities.Ice.AsyncResultbegin_fetchAlso(java.util.List<java.lang.String> fetches, Ice.Callback __cb)Adds a fetch clause for loading non-annotation fields of returned entities.Ice.AsyncResultbegin_fetchAlso(java.util.List<java.lang.String> fetches, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Adds a fetch clause for loading non-annotation fields of returned entities.Ice.AsyncResultbegin_fetchAlso(java.util.List<java.lang.String> fetches, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Adds a fetch clause for loading non-annotation fields of returned entities.Ice.AsyncResultbegin_fetchAlso(java.util.List<java.lang.String> fetches, java.util.Map<java.lang.String,java.lang.String> __ctx)Adds a fetch clause for loading non-annotation fields of returned entities.Ice.AsyncResultbegin_fetchAlso(java.util.List<java.lang.String> fetches, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Adds a fetch clause for loading non-annotation fields of returned entities.Ice.AsyncResultbegin_fetchAlso(java.util.List<java.lang.String> fetches, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Adds a fetch clause for loading non-annotation fields of returned entities.Ice.AsyncResultbegin_fetchAlso(java.util.List<java.lang.String> fetches, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Adds a fetch clause for loading non-annotation fields of returned entities.Ice.AsyncResultbegin_fetchAlso(java.util.List<java.lang.String> fetches, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_fetchAlso __cb)Adds a fetch clause for loading non-annotation fields of returned entities.Ice.AsyncResultbegin_fetchAlso(java.util.List<java.lang.String> fetches, Callback_Search_fetchAlso __cb)Adds a fetch clause for loading non-annotation fields of returned entities.Ice.AsyncResultbegin_fetchAnnotations(java.util.List<java.lang.String> classes)Queries the database for allAnnotationannotations of the given types for all returned instances.Ice.AsyncResultbegin_fetchAnnotations(java.util.List<java.lang.String> classes, Ice.Callback __cb)Queries the database for allAnnotationannotations of the given types for all returned instances.Ice.AsyncResultbegin_fetchAnnotations(java.util.List<java.lang.String> classes, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Queries the database for allAnnotationannotations of the given types for all returned instances.Ice.AsyncResultbegin_fetchAnnotations(java.util.List<java.lang.String> classes, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Queries the database for allAnnotationannotations of the given types for all returned instances.Ice.AsyncResultbegin_fetchAnnotations(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx)Queries the database for allAnnotationannotations of the given types for all returned instances.Ice.AsyncResultbegin_fetchAnnotations(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Queries the database for allAnnotationannotations of the given types for all returned instances.Ice.AsyncResultbegin_fetchAnnotations(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Queries the database for allAnnotationannotations of the given types for all returned instances.Ice.AsyncResultbegin_fetchAnnotations(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Queries the database for allAnnotationannotations of the given types for all returned instances.Ice.AsyncResultbegin_fetchAnnotations(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_fetchAnnotations __cb)Queries the database for allAnnotationannotations of the given types for all returned instances.Ice.AsyncResultbegin_fetchAnnotations(java.util.List<java.lang.String> classes, Callback_Search_fetchAnnotations __cb)Queries the database for allAnnotationannotations of the given types for all returned instances.Ice.AsyncResultbegin_getBatchSize()Returns the current batch size.Ice.AsyncResultbegin_getBatchSize(Ice.Callback __cb)Returns the current batch size.Ice.AsyncResultbegin_getBatchSize(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current batch size.Ice.AsyncResultbegin_getBatchSize(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current batch size.Ice.AsyncResultbegin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the current batch size.Ice.AsyncResultbegin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the current batch size.Ice.AsyncResultbegin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current batch size.Ice.AsyncResultbegin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current batch size.Ice.AsyncResultbegin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_getBatchSize __cb)Returns the current batch size.Ice.AsyncResultbegin_getBatchSize(Callback_Search_getBatchSize __cb)Returns the current batch size.Ice.AsyncResultbegin_hasNext()Returnstrueif another call tonextis valid.Ice.AsyncResultbegin_hasNext(Ice.Callback __cb)Returnstrueif another call tonextis valid.Ice.AsyncResultbegin_hasNext(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returnstrueif another call tonextis valid.Ice.AsyncResultbegin_hasNext(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returnstrueif another call tonextis valid.Ice.AsyncResultbegin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx)Returnstrueif another call tonextis valid.Ice.AsyncResultbegin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returnstrueif another call tonextis valid.Ice.AsyncResultbegin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returnstrueif another call tonextis valid.Ice.AsyncResultbegin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returnstrueif another call tonextis valid.Ice.AsyncResultbegin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_hasNext __cb)Returnstrueif another call tonextis valid.Ice.AsyncResultbegin_hasNext(Callback_Search_hasNext __cb)Returnstrueif another call tonextis valid.Ice.AsyncResultbegin_isAllowLeadingWildcard()Returns the current leading-wildcard setting.Ice.AsyncResultbegin_isAllowLeadingWildcard(Ice.Callback __cb)Returns the current leading-wildcard setting.Ice.AsyncResultbegin_isAllowLeadingWildcard(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current leading-wildcard setting.Ice.AsyncResultbegin_isAllowLeadingWildcard(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current leading-wildcard setting.Ice.AsyncResultbegin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the current leading-wildcard setting.Ice.AsyncResultbegin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the current leading-wildcard setting.Ice.AsyncResultbegin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current leading-wildcard setting.Ice.AsyncResultbegin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current leading-wildcard setting.Ice.AsyncResultbegin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_isAllowLeadingWildcard __cb)Returns the current leading-wildcard setting.Ice.AsyncResultbegin_isAllowLeadingWildcard(Callback_Search_isAllowLeadingWildcard __cb)Returns the current leading-wildcard setting.Ice.AsyncResultbegin_isCaseSensitive()Returns the current case sensitivity setting.Ice.AsyncResultbegin_isCaseSensitive(Ice.Callback __cb)Returns the current case sensitivity setting.Ice.AsyncResultbegin_isCaseSensitive(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current case sensitivity setting.Ice.AsyncResultbegin_isCaseSensitive(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current case sensitivity setting.Ice.AsyncResultbegin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the current case sensitivity setting.Ice.AsyncResultbegin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the current case sensitivity setting.Ice.AsyncResultbegin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current case sensitivity setting.Ice.AsyncResultbegin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current case sensitivity setting.Ice.AsyncResultbegin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_isCaseSensitive __cb)Returns the current case sensitivity setting.Ice.AsyncResultbegin_isCaseSensitive(Callback_Search_isCaseSensitive __cb)Returns the current case sensitivity setting.Ice.AsyncResultbegin_isMergedBatches()Returns the current merged-batches setting.Ice.AsyncResultbegin_isMergedBatches(Ice.Callback __cb)Returns the current merged-batches setting.Ice.AsyncResultbegin_isMergedBatches(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current merged-batches setting.Ice.AsyncResultbegin_isMergedBatches(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current merged-batches setting.Ice.AsyncResultbegin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the current merged-batches setting.Ice.AsyncResultbegin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the current merged-batches setting.Ice.AsyncResultbegin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current merged-batches setting.Ice.AsyncResultbegin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current merged-batches setting.Ice.AsyncResultbegin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_isMergedBatches __cb)Returns the current merged-batches setting.Ice.AsyncResultbegin_isMergedBatches(Callback_Search_isMergedBatches __cb)Returns the current merged-batches setting.Ice.AsyncResultbegin_isReturnUnloaded()Returns the current return-unloaded setting.Ice.AsyncResultbegin_isReturnUnloaded(Ice.Callback __cb)Returns the current return-unloaded setting.Ice.AsyncResultbegin_isReturnUnloaded(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current return-unloaded setting.Ice.AsyncResultbegin_isReturnUnloaded(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current return-unloaded setting.Ice.AsyncResultbegin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the current return-unloaded setting.Ice.AsyncResultbegin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the current return-unloaded setting.Ice.AsyncResultbegin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current return-unloaded setting.Ice.AsyncResultbegin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current return-unloaded setting.Ice.AsyncResultbegin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_isReturnUnloaded __cb)Returns the current return-unloaded setting.Ice.AsyncResultbegin_isReturnUnloaded(Callback_Search_isReturnUnloaded __cb)Returns the current return-unloaded setting.Ice.AsyncResultbegin_isUseProjections()Returns the current use-projection setting.Ice.AsyncResultbegin_isUseProjections(Ice.Callback __cb)Returns the current use-projection setting.Ice.AsyncResultbegin_isUseProjections(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current use-projection setting.Ice.AsyncResultbegin_isUseProjections(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current use-projection setting.Ice.AsyncResultbegin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the current use-projection setting.Ice.AsyncResultbegin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the current use-projection setting.Ice.AsyncResultbegin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current use-projection setting.Ice.AsyncResultbegin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current use-projection setting.Ice.AsyncResultbegin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_isUseProjections __cb)Returns the current use-projection setting.Ice.AsyncResultbegin_isUseProjections(Callback_Search_isUseProjections __cb)Returns the current use-projection setting.Ice.AsyncResultbegin_next()Returns the next entity from the current query.Ice.AsyncResultbegin_next(Ice.Callback __cb)Returns the next entity from the current query.Ice.AsyncResultbegin_next(IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the next entity from the current query.Ice.AsyncResultbegin_next(IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the next entity from the current query.Ice.AsyncResultbegin_next(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the next entity from the current query.Ice.AsyncResultbegin_next(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the next entity from the current query.Ice.AsyncResultbegin_next(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)Returns the next entity from the current query.Ice.AsyncResultbegin_next(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)Returns the next entity from the current query.Ice.AsyncResultbegin_next(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_next __cb)Returns the next entity from the current query.Ice.AsyncResultbegin_next(Callback_Search_next __cb)Returns the next entity from the current query.Ice.AsyncResultbegin_not()Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_not(Ice.Callback __cb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_not(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_not(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_not(java.util.Map<java.lang.String,java.lang.String> __ctx)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_not(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_not(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_not(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_not(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_not __cb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_not(Callback_Search_not __cb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.Ice.AsyncResultbegin_notAnnotatedBy(Details d)Restricts entities by who has not annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_notAnnotatedBy(Details d, Ice.Callback __cb)Restricts entities by who has not annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_notAnnotatedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts entities by who has not annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_notAnnotatedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts entities by who has not annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_notAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts entities by who has not annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_notAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Restricts entities by who has not annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_notAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts entities by who has not annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_notAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts entities by who has not annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_notAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_notAnnotatedBy __cb)Restricts entities by who has not annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_notAnnotatedBy(Details d, Callback_Search_notAnnotatedBy __cb)Restricts entities by who has not annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_notOwnedBy(Details d)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_notOwnedBy(Details d, Ice.Callback __cb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_notOwnedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_notOwnedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_notOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_notOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_notOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_notOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_notOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_notOwnedBy __cb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_notOwnedBy(Details d, Callback_Search_notOwnedBy __cb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_onlyAnnotatedBetween(RTime start, RTime stop)Restricts entities by the time in which any annotation (which matches the other filters) was added them.Ice.AsyncResultbegin_onlyAnnotatedBetween(RTime start, RTime stop, Ice.Callback __cb)Restricts entities by the time in which any annotation (which matches the other filters) was added them.Ice.AsyncResultbegin_onlyAnnotatedBetween(RTime start, RTime stop, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts entities by the time in which any annotation (which matches the other filters) was added them.Ice.AsyncResultbegin_onlyAnnotatedBetween(RTime start, RTime stop, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts entities by the time in which any annotation (which matches the other filters) was added them.Ice.AsyncResultbegin_onlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts entities by the time in which any annotation (which matches the other filters) was added them.Ice.AsyncResultbegin_onlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Restricts entities by the time in which any annotation (which matches the other filters) was added them.Ice.AsyncResultbegin_onlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts entities by the time in which any annotation (which matches the other filters) was added them.Ice.AsyncResultbegin_onlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts entities by the time in which any annotation (which matches the other filters) was added them.Ice.AsyncResultbegin_onlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyAnnotatedBetween __cb)Restricts entities by the time in which any annotation (which matches the other filters) was added them.Ice.AsyncResultbegin_onlyAnnotatedBetween(RTime start, RTime stop, Callback_Search_onlyAnnotatedBetween __cb)Restricts entities by the time in which any annotation (which matches the other filters) was added them.Ice.AsyncResultbegin_onlyAnnotatedBy(Details d)Restricts entities by who has annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_onlyAnnotatedBy(Details d, Ice.Callback __cb)Restricts entities by who has annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_onlyAnnotatedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts entities by who has annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_onlyAnnotatedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts entities by who has annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_onlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts entities by who has annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_onlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Restricts entities by who has annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_onlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts entities by who has annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_onlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts entities by who has annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_onlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyAnnotatedBy __cb)Restricts entities by who has annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_onlyAnnotatedBy(Details d, Callback_Search_onlyAnnotatedBy __cb)Restricts entities by who has annotated them with anAnnotationmatching the other filters.Ice.AsyncResultbegin_onlyAnnotatedWith(java.util.List<java.lang.String> classes)Restricts entities to having anAnnotationof all the given types.Ice.AsyncResultbegin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, Ice.Callback __cb)Restricts entities to having anAnnotationof all the given types.Ice.AsyncResultbegin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts entities to having anAnnotationof all the given types.Ice.AsyncResultbegin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts entities to having anAnnotationof all the given types.Ice.AsyncResultbegin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts entities to having anAnnotationof all the given types.Ice.AsyncResultbegin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Restricts entities to having anAnnotationof all the given types.Ice.AsyncResultbegin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts entities to having anAnnotationof all the given types.Ice.AsyncResultbegin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts entities to having anAnnotationof all the given types.Ice.AsyncResultbegin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyAnnotatedWith __cb)Restricts entities to having anAnnotationof all the given types.Ice.AsyncResultbegin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, Callback_Search_onlyAnnotatedWith __cb)Restricts entities to having anAnnotationof all the given types.Ice.AsyncResultbegin_onlyCreatedBetween(RTime start, RTime stop)Restricts the time between which an entity may have been created.Ice.AsyncResultbegin_onlyCreatedBetween(RTime start, RTime stop, Ice.Callback __cb)Restricts the time between which an entity may have been created.Ice.AsyncResultbegin_onlyCreatedBetween(RTime start, RTime stop, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts the time between which an entity may have been created.Ice.AsyncResultbegin_onlyCreatedBetween(RTime start, RTime stop, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts the time between which an entity may have been created.Ice.AsyncResultbegin_onlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts the time between which an entity may have been created.Ice.AsyncResultbegin_onlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Restricts the time between which an entity may have been created.Ice.AsyncResultbegin_onlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts the time between which an entity may have been created.Ice.AsyncResultbegin_onlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts the time between which an entity may have been created.Ice.AsyncResultbegin_onlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyCreatedBetween __cb)Restricts the time between which an entity may have been created.Ice.AsyncResultbegin_onlyCreatedBetween(RTime start, RTime stop, Callback_Search_onlyCreatedBetween __cb)Restricts the time between which an entity may have been created.Ice.AsyncResultbegin_onlyIds(java.util.List<java.lang.Long> ids)Restricts the set of ids which will be checked.Ice.AsyncResultbegin_onlyIds(java.util.List<java.lang.Long> ids, Ice.Callback __cb)Restricts the set of ids which will be checked.Ice.AsyncResultbegin_onlyIds(java.util.List<java.lang.Long> ids, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts the set of ids which will be checked.Ice.AsyncResultbegin_onlyIds(java.util.List<java.lang.Long> ids, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts the set of ids which will be checked.Ice.AsyncResultbegin_onlyIds(java.util.List<java.lang.Long> ids, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts the set of ids which will be checked.Ice.AsyncResultbegin_onlyIds(java.util.List<java.lang.Long> ids, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Restricts the set of ids which will be checked.Ice.AsyncResultbegin_onlyIds(java.util.List<java.lang.Long> ids, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts the set of ids which will be checked.Ice.AsyncResultbegin_onlyIds(java.util.List<java.lang.Long> ids, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts the set of ids which will be checked.Ice.AsyncResultbegin_onlyIds(java.util.List<java.lang.Long> ids, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyIds __cb)Restricts the set of ids which will be checked.Ice.AsyncResultbegin_onlyIds(java.util.List<java.lang.Long> ids, Callback_Search_onlyIds __cb)Restricts the set of ids which will be checked.Ice.AsyncResultbegin_onlyModifiedBetween(RTime start, RTime stop)Restricts the time between which an entity may have last been modified.Ice.AsyncResultbegin_onlyModifiedBetween(RTime start, RTime stop, Ice.Callback __cb)Restricts the time between which an entity may have last been modified.Ice.AsyncResultbegin_onlyModifiedBetween(RTime start, RTime stop, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts the time between which an entity may have last been modified.Ice.AsyncResultbegin_onlyModifiedBetween(RTime start, RTime stop, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts the time between which an entity may have last been modified.Ice.AsyncResultbegin_onlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts the time between which an entity may have last been modified.Ice.AsyncResultbegin_onlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Restricts the time between which an entity may have last been modified.Ice.AsyncResultbegin_onlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts the time between which an entity may have last been modified.Ice.AsyncResultbegin_onlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts the time between which an entity may have last been modified.Ice.AsyncResultbegin_onlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyModifiedBetween __cb)Restricts the time between which an entity may have last been modified.Ice.AsyncResultbegin_onlyModifiedBetween(RTime start, RTime stop, Callback_Search_onlyModifiedBetween __cb)Restricts the time between which an entity may have last been modified.Ice.AsyncResultbegin_onlyOwnedBy(Details d)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_onlyOwnedBy(Details d, Ice.Callback __cb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_onlyOwnedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_onlyOwnedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_onlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_onlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_onlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_onlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_onlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyOwnedBy __cb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_onlyOwnedBy(Details d, Callback_Search_onlyOwnedBy __cb)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.Ice.AsyncResultbegin_onlyType(java.lang.String klass)Restricts the search to a single type.Ice.AsyncResultbegin_onlyType(java.lang.String klass, Ice.Callback __cb)Restricts the search to a single type.Ice.AsyncResultbegin_onlyType(java.lang.String klass, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts the search to a single type.Ice.AsyncResultbegin_onlyType(java.lang.String klass, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts the search to a single type.Ice.AsyncResultbegin_onlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts the search to a single type.Ice.AsyncResultbegin_onlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Restricts the search to a single type.Ice.AsyncResultbegin_onlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts the search to a single type.Ice.AsyncResultbegin_onlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts the search to a single type.Ice.AsyncResultbegin_onlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyType __cb)Restricts the search to a single type.Ice.AsyncResultbegin_onlyType(java.lang.String klass, Callback_Search_onlyType __cb)Restricts the search to a single type.Ice.AsyncResultbegin_onlyTypes(java.util.List<java.lang.String> classes)Restricts searches to a set of types.Ice.AsyncResultbegin_onlyTypes(java.util.List<java.lang.String> classes, Ice.Callback __cb)Restricts searches to a set of types.Ice.AsyncResultbegin_onlyTypes(java.util.List<java.lang.String> classes, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts searches to a set of types.Ice.AsyncResultbegin_onlyTypes(java.util.List<java.lang.String> classes, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts searches to a set of types.Ice.AsyncResultbegin_onlyTypes(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts searches to a set of types.Ice.AsyncResultbegin_onlyTypes(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Restricts searches to a set of types.Ice.AsyncResultbegin_onlyTypes(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts searches to a set of types.Ice.AsyncResultbegin_onlyTypes(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts searches to a set of types.Ice.AsyncResultbegin_onlyTypes(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyTypes __cb)Restricts searches to a set of types.Ice.AsyncResultbegin_onlyTypes(java.util.List<java.lang.String> classes, Callback_Search_onlyTypes __cb)Restricts searches to a set of types.Ice.AsyncResultbegin_or()Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls.Ice.AsyncResultbegin_or(Ice.Callback __cb)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls.Ice.AsyncResultbegin_or(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls.Ice.AsyncResultbegin_or(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls.Ice.AsyncResultbegin_or(java.util.Map<java.lang.String,java.lang.String> __ctx)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls.Ice.AsyncResultbegin_or(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls.Ice.AsyncResultbegin_or(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls.Ice.AsyncResultbegin_or(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls.Ice.AsyncResultbegin_or(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_or __cb)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls.Ice.AsyncResultbegin_or(Callback_Search_or __cb)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls.Ice.AsyncResultbegin_remove()Unsupported operation.Ice.AsyncResultbegin_remove(Ice.Callback __cb)Unsupported operation.Ice.AsyncResultbegin_remove(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Unsupported operation.Ice.AsyncResultbegin_remove(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Unsupported operation.Ice.AsyncResultbegin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx)Unsupported operation.Ice.AsyncResultbegin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Unsupported operation.Ice.AsyncResultbegin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Unsupported operation.Ice.AsyncResultbegin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Unsupported operation.Ice.AsyncResultbegin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_remove __cb)Unsupported operation.Ice.AsyncResultbegin_remove(Callback_Search_remove __cb)Unsupported operation.Ice.AsyncResultbegin_resetDefaults()Resets all settings (non-query state) to the original default values, as if the instance had just be created.Ice.AsyncResultbegin_resetDefaults(Ice.Callback __cb)Resets all settings (non-query state) to the original default values, as if the instance had just be created.Ice.AsyncResultbegin_resetDefaults(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Resets all settings (non-query state) to the original default values, as if the instance had just be created.Ice.AsyncResultbegin_resetDefaults(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Resets all settings (non-query state) to the original default values, as if the instance had just be created.Ice.AsyncResultbegin_resetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx)Resets all settings (non-query state) to the original default values, as if the instance had just be created.Ice.AsyncResultbegin_resetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Resets all settings (non-query state) to the original default values, as if the instance had just be created.Ice.AsyncResultbegin_resetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Resets all settings (non-query state) to the original default values, as if the instance had just be created.Ice.AsyncResultbegin_resetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Resets all settings (non-query state) to the original default values, as if the instance had just be created.Ice.AsyncResultbegin_resetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_resetDefaults __cb)Resets all settings (non-query state) to the original default values, as if the instance had just be created.Ice.AsyncResultbegin_resetDefaults(Callback_Search_resetDefaults __cb)Resets all settings (non-query state) to the original default values, as if the instance had just be created.Ice.AsyncResultbegin_results()Returns up togetBatchSizebatch size number of results along with the related query metadata.Ice.AsyncResultbegin_results(Ice.Callback __cb)Returns up togetBatchSizebatch size number of results along with the related query metadata.Ice.AsyncResultbegin_results(IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns up togetBatchSizebatch size number of results along with the related query metadata.Ice.AsyncResultbegin_results(IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns up togetBatchSizebatch size number of results along with the related query metadata.Ice.AsyncResultbegin_results(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns up togetBatchSizebatch size number of results along with the related query metadata.Ice.AsyncResultbegin_results(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns up togetBatchSizebatch size number of results along with the related query metadata.Ice.AsyncResultbegin_results(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)Returns up togetBatchSizebatch size number of results along with the related query metadata.Ice.AsyncResultbegin_results(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)Returns up togetBatchSizebatch size number of results along with the related query metadata.Ice.AsyncResultbegin_results(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_results __cb)Returns up togetBatchSizebatch size number of results along with the related query metadata.Ice.AsyncResultbegin_results(Callback_Search_results __cb)Returns up togetBatchSizebatch size number of results along with the related query metadata.Ice.AsyncResultbegin_setAllowLeadingWildcard(boolean allowLeadingWildcard)Permits full-text queries with a leading query if true.Ice.AsyncResultbegin_setAllowLeadingWildcard(boolean allowLeadingWildcard, Ice.Callback __cb)Permits full-text queries with a leading query if true.Ice.AsyncResultbegin_setAllowLeadingWildcard(boolean allowLeadingWildcard, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Permits full-text queries with a leading query if true.Ice.AsyncResultbegin_setAllowLeadingWildcard(boolean allowLeadingWildcard, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Permits full-text queries with a leading query if true.Ice.AsyncResultbegin_setAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx)Permits full-text queries with a leading query if true.Ice.AsyncResultbegin_setAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Permits full-text queries with a leading query if true.Ice.AsyncResultbegin_setAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Permits full-text queries with a leading query if true.Ice.AsyncResultbegin_setAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Permits full-text queries with a leading query if true.Ice.AsyncResultbegin_setAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setAllowLeadingWildcard __cb)Permits full-text queries with a leading query if true.Ice.AsyncResultbegin_setAllowLeadingWildcard(boolean allowLeadingWildcard, Callback_Search_setAllowLeadingWildcard __cb)Permits full-text queries with a leading query if true.Ice.AsyncResultbegin_setBatchSize(int size)Sets the maximum number of results that will be returned by one call toresults.Ice.AsyncResultbegin_setBatchSize(int size, Ice.Callback __cb)Sets the maximum number of results that will be returned by one call toresults.Ice.AsyncResultbegin_setBatchSize(int size, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Sets the maximum number of results that will be returned by one call toresults.Ice.AsyncResultbegin_setBatchSize(int size, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Sets the maximum number of results that will be returned by one call toresults.Ice.AsyncResultbegin_setBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx)Sets the maximum number of results that will be returned by one call toresults.Ice.AsyncResultbegin_setBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Sets the maximum number of results that will be returned by one call toresults.Ice.AsyncResultbegin_setBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Sets the maximum number of results that will be returned by one call toresults.Ice.AsyncResultbegin_setBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Sets the maximum number of results that will be returned by one call toresults.Ice.AsyncResultbegin_setBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setBatchSize __cb)Sets the maximum number of results that will be returned by one call toresults.Ice.AsyncResultbegin_setBatchSize(int size, Callback_Search_setBatchSize __cb)Sets the maximum number of results that will be returned by one call toresults.Ice.AsyncResultbegin_setCaseSensitive(boolean caseSensitive)Sets the case sensitivity on all queries where case-sensitivity is supported.Ice.AsyncResultbegin_setCaseSensitive(boolean caseSensitive, Ice.Callback __cb)Sets the case sensitivity on all queries where case-sensitivity is supported.Ice.AsyncResultbegin_setCaseSensitive(boolean caseSensitive, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Sets the case sensitivity on all queries where case-sensitivity is supported.Ice.AsyncResultbegin_setCaseSensitive(boolean caseSensitive, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Sets the case sensitivity on all queries where case-sensitivity is supported.Ice.AsyncResultbegin_setCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx)Sets the case sensitivity on all queries where case-sensitivity is supported.Ice.AsyncResultbegin_setCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Sets the case sensitivity on all queries where case-sensitivity is supported.Ice.AsyncResultbegin_setCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Sets the case sensitivity on all queries where case-sensitivity is supported.Ice.AsyncResultbegin_setCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Sets the case sensitivity on all queries where case-sensitivity is supported.Ice.AsyncResultbegin_setCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setCaseSensitive __cb)Sets the case sensitivity on all queries where case-sensitivity is supported.Ice.AsyncResultbegin_setCaseSensitive(boolean caseSensitive, Callback_Search_setCaseSensitive __cb)Sets the case sensitivity on all queries where case-sensitivity is supported.Ice.AsyncResultbegin_setCaseSentivice(boolean caseSensitive)Deprecated.use setCaseSensitive insteadIce.AsyncResultbegin_setCaseSentivice(boolean caseSensitive, Ice.Callback __cb)Deprecated.use setCaseSensitive insteadIce.AsyncResultbegin_setCaseSentivice(boolean caseSensitive, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Deprecated.use setCaseSensitive insteadIce.AsyncResultbegin_setCaseSentivice(boolean caseSensitive, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Deprecated.use setCaseSensitive insteadIce.AsyncResultbegin_setCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx)Deprecated.use setCaseSensitive insteadIce.AsyncResultbegin_setCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Deprecated.use setCaseSensitive insteadIce.AsyncResultbegin_setCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Deprecated.use setCaseSensitive insteadIce.AsyncResultbegin_setCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Deprecated.use setCaseSensitive insteadIce.AsyncResultbegin_setCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setCaseSentivice __cb)Deprecated.use setCaseSensitive insteadIce.AsyncResultbegin_setCaseSentivice(boolean caseSensitive, Callback_Search_setCaseSentivice __cb)Deprecated.use setCaseSensitive insteadIce.AsyncResultbegin_setMergedBatches(boolean merge)Set whether or not results from two separate queries can be returned in the same call toresults.Ice.AsyncResultbegin_setMergedBatches(boolean merge, Ice.Callback __cb)Set whether or not results from two separate queries can be returned in the same call toresults.Ice.AsyncResultbegin_setMergedBatches(boolean merge, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Set whether or not results from two separate queries can be returned in the same call toresults.Ice.AsyncResultbegin_setMergedBatches(boolean merge, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Set whether or not results from two separate queries can be returned in the same call toresults.Ice.AsyncResultbegin_setMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx)Set whether or not results from two separate queries can be returned in the same call toresults.Ice.AsyncResultbegin_setMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Set whether or not results from two separate queries can be returned in the same call toresults.Ice.AsyncResultbegin_setMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Set whether or not results from two separate queries can be returned in the same call toresults.Ice.AsyncResultbegin_setMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Set whether or not results from two separate queries can be returned in the same call toresults.Ice.AsyncResultbegin_setMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setMergedBatches __cb)Set whether or not results from two separate queries can be returned in the same call toresults.Ice.AsyncResultbegin_setMergedBatches(boolean merge, Callback_Search_setMergedBatches __cb)Set whether or not results from two separate queries can be returned in the same call toresults.Ice.AsyncResultbegin_setReturnUnloaded(boolean returnUnloaded)Determines if all results should be returned as unloaded objects.Ice.AsyncResultbegin_setReturnUnloaded(boolean returnUnloaded, Ice.Callback __cb)Determines if all results should be returned as unloaded objects.Ice.AsyncResultbegin_setReturnUnloaded(boolean returnUnloaded, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Determines if all results should be returned as unloaded objects.Ice.AsyncResultbegin_setReturnUnloaded(boolean returnUnloaded, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Determines if all results should be returned as unloaded objects.Ice.AsyncResultbegin_setReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx)Determines if all results should be returned as unloaded objects.Ice.AsyncResultbegin_setReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Determines if all results should be returned as unloaded objects.Ice.AsyncResultbegin_setReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Determines if all results should be returned as unloaded objects.Ice.AsyncResultbegin_setReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Determines if all results should be returned as unloaded objects.Ice.AsyncResultbegin_setReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setReturnUnloaded __cb)Determines if all results should be returned as unloaded objects.Ice.AsyncResultbegin_setReturnUnloaded(boolean returnUnloaded, Callback_Search_setReturnUnloaded __cb)Determines if all results should be returned as unloaded objects.Ice.AsyncResultbegin_setUseProjections(boolean useProjections)Determines if Lucene queries should not hit the database.Ice.AsyncResultbegin_setUseProjections(boolean useProjections, Ice.Callback __cb)Determines if Lucene queries should not hit the database.Ice.AsyncResultbegin_setUseProjections(boolean useProjections, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Determines if Lucene queries should not hit the database.Ice.AsyncResultbegin_setUseProjections(boolean useProjections, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Determines if Lucene queries should not hit the database.Ice.AsyncResultbegin_setUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx)Determines if Lucene queries should not hit the database.Ice.AsyncResultbegin_setUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Determines if Lucene queries should not hit the database.Ice.AsyncResultbegin_setUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Determines if Lucene queries should not hit the database.Ice.AsyncResultbegin_setUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Determines if Lucene queries should not hit the database.Ice.AsyncResultbegin_setUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setUseProjections __cb)Determines if Lucene queries should not hit the database.Ice.AsyncResultbegin_setUseProjections(boolean useProjections, Callback_Search_setUseProjections __cb)Determines if Lucene queries should not hit the database.Ice.AsyncResultbegin_unordered()Removes the current stack of order statements.Ice.AsyncResultbegin_unordered(Ice.Callback __cb)Removes the current stack of order statements.Ice.AsyncResultbegin_unordered(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Removes the current stack of order statements.Ice.AsyncResultbegin_unordered(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Removes the current stack of order statements.Ice.AsyncResultbegin_unordered(java.util.Map<java.lang.String,java.lang.String> __ctx)Removes the current stack of order statements.Ice.AsyncResultbegin_unordered(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Removes the current stack of order statements.Ice.AsyncResultbegin_unordered(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Removes the current stack of order statements.Ice.AsyncResultbegin_unordered(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Removes the current stack of order statements.Ice.AsyncResultbegin_unordered(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_unordered __cb)Removes the current stack of order statements.Ice.AsyncResultbegin_unordered(Callback_Search_unordered __cb)Removes the current stack of order statements.voidbyAnnotatedWith(java.util.List<Annotation> examples)Finds entities annotated with anAnnotationsimilar to the example.voidbyAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx)Finds entities annotated with anAnnotationsimilar to the example.voidbyFullText(java.lang.String query)Passes the query as is to the Lucene backend.voidbyFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx)Passes the query as is to the Lucene backend.voidbyGroupForTags(java.lang.String group)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group.voidbyGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group.voidbyHqlQuery(java.lang.String query, Parameters params)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.voidbyHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.voidbyLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query)Builds a Lucene query and passes it to the Lucene backend.voidbyLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx)Builds a Lucene query and passes it to the Lucene backend.voidbySimilarTerms(java.util.List<java.lang.String> terms)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms.voidbySimilarTerms(java.util.List<java.lang.String> terms, java.util.Map<java.lang.String,java.lang.String> __ctx)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms.voidbySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none)Builds a Lucene query and passes it tobyFullText.voidbySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, java.util.Map<java.lang.String,java.lang.String> __ctx)Builds a Lucene query and passes it tobyFullText.voidbyTagForGroups(java.lang.String tag)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to.voidbyTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to.voidclearQueries()Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.voidclearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.java.util.Map<java.lang.String,Annotation>currentMetadata()Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext.java.util.Map<java.lang.String,Annotation>currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx)Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext.java.util.List<java.util.Map<java.lang.String,Annotation>>currentMetadataList()Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults.java.util.List<java.util.Map<java.lang.String,Annotation>>currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx)Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults.intend_activeQueries(Ice.AsyncResult __result)Returns the number of active queries.voidend_addOrderByAsc(Ice.AsyncResult __result)A path from the target entity which will be added to the current stack of order statements applied to the query.voidend_addOrderByDesc(Ice.AsyncResult __result)A path from the target entity which will be added to the current stack of order statements applied to the query.voidend_allTypes(Ice.AsyncResult __result)Permits all types to be returned.voidend_and(Ice.AsyncResult __result)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.voidend_byAnnotatedWith(Ice.AsyncResult __result)Finds entities annotated with anAnnotationsimilar to the example.voidend_byFullText(Ice.AsyncResult __result)Passes the query as is to the Lucene backend.voidend_byGroupForTags(Ice.AsyncResult __result)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group.voidend_byHqlQuery(Ice.AsyncResult __result)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.voidend_byLuceneQueryBuilder(Ice.AsyncResult __result)Builds a Lucene query and passes it to the Lucene backend.voidend_bySimilarTerms(Ice.AsyncResult __result)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms.voidend_bySomeMustNone(Ice.AsyncResult __result)Builds a Lucene query and passes it tobyFullText.voidend_byTagForGroups(Ice.AsyncResult __result)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to.voidend_clearQueries(Ice.AsyncResult __result)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.java.util.Map<java.lang.String,Annotation>end_currentMetadata(Ice.AsyncResult __result)Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext.java.util.List<java.util.Map<java.lang.String,Annotation>>end_currentMetadataList(Ice.AsyncResult __result)Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults.voidend_fetchAlso(Ice.AsyncResult __result)Adds a fetch clause for loading non-annotation fields of returned entities.voidend_fetchAnnotations(Ice.AsyncResult __result)Queries the database for allAnnotationannotations of the given types for all returned instances.intend_getBatchSize(Ice.AsyncResult __result)Returns the current batch size.booleanend_hasNext(Ice.AsyncResult __result)Returnstrueif another call tonextis valid.booleanend_isAllowLeadingWildcard(Ice.AsyncResult __result)Returns the current leading-wildcard setting.booleanend_isCaseSensitive(Ice.AsyncResult __result)Returns the current case sensitivity setting.booleanend_isMergedBatches(Ice.AsyncResult __result)Returns the current merged-batches setting.booleanend_isReturnUnloaded(Ice.AsyncResult __result)Returns the current return-unloaded setting.booleanend_isUseProjections(Ice.AsyncResult __result)Returns the current use-projection setting.IObjectend_next(Ice.AsyncResult __result)Returns the next entity from the current query.voidend_not(Ice.AsyncResult __result)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.voidend_notAnnotatedBy(Ice.AsyncResult __result)Restricts entities by who has not annotated them with anAnnotationmatching the other filters.voidend_notOwnedBy(Ice.AsyncResult __result)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.voidend_onlyAnnotatedBetween(Ice.AsyncResult __result)Restricts entities by the time in which any annotation (which matches the other filters) was added them.voidend_onlyAnnotatedBy(Ice.AsyncResult __result)Restricts entities by who has annotated them with anAnnotationmatching the other filters.voidend_onlyAnnotatedWith(Ice.AsyncResult __result)Restricts entities to having anAnnotationof all the given types.voidend_onlyCreatedBetween(Ice.AsyncResult __result)Restricts the time between which an entity may have been created.voidend_onlyIds(Ice.AsyncResult __result)Restricts the set of ids which will be checked.voidend_onlyModifiedBetween(Ice.AsyncResult __result)Restricts the time between which an entity may have last been modified.voidend_onlyOwnedBy(Ice.AsyncResult __result)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.voidend_onlyType(Ice.AsyncResult __result)Restricts the search to a single type.voidend_onlyTypes(Ice.AsyncResult __result)Restricts searches to a set of types.voidend_or(Ice.AsyncResult __result)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls.voidend_remove(Ice.AsyncResult __result)Unsupported operation.voidend_resetDefaults(Ice.AsyncResult __result)Resets all settings (non-query state) to the original default values, as if the instance had just be created.java.util.List<IObject>end_results(Ice.AsyncResult __result)Returns up togetBatchSizebatch size number of results along with the related query metadata.voidend_setAllowLeadingWildcard(Ice.AsyncResult __result)Permits full-text queries with a leading query if true.voidend_setBatchSize(Ice.AsyncResult __result)Sets the maximum number of results that will be returned by one call toresults.voidend_setCaseSensitive(Ice.AsyncResult __result)Sets the case sensitivity on all queries where case-sensitivity is supported.voidend_setCaseSentivice(Ice.AsyncResult __result)Sets the case sensitivity on all queries where case-sensitivity is supported.voidend_setMergedBatches(Ice.AsyncResult __result)Set whether or not results from two separate queries can be returned in the same call toresults.voidend_setReturnUnloaded(Ice.AsyncResult __result)Determines if all results should be returned as unloaded objects.voidend_setUseProjections(Ice.AsyncResult __result)Determines if Lucene queries should not hit the database.voidend_unordered(Ice.AsyncResult __result)Removes the current stack of order statements.voidfetchAlso(java.util.List<java.lang.String> fetches)Adds a fetch clause for loading non-annotation fields of returned entities.voidfetchAlso(java.util.List<java.lang.String> fetches, java.util.Map<java.lang.String,java.lang.String> __ctx)Adds a fetch clause for loading non-annotation fields of returned entities.voidfetchAnnotations(java.util.List<java.lang.String> classes)Queries the database for allAnnotationannotations of the given types for all returned instances.voidfetchAnnotations(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx)Queries the database for allAnnotationannotations of the given types for all returned instances.intgetBatchSize()Returns the current batch size.intgetBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the current batch size.booleanhasNext()Returnstrueif another call tonextis valid.booleanhasNext(java.util.Map<java.lang.String,java.lang.String> __ctx)Returnstrueif another call tonextis valid.booleanisAllowLeadingWildcard()Returns the current leading-wildcard setting.booleanisAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the current leading-wildcard setting.booleanisCaseSensitive()Returns the current case sensitivity setting.booleanisCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the current case sensitivity setting.booleanisMergedBatches()Returns the current merged-batches setting.booleanisMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the current merged-batches setting.booleanisReturnUnloaded()Returns the current return-unloaded setting.booleanisReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the current return-unloaded setting.booleanisUseProjections()Returns the current use-projection setting.booleanisUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the current use-projection setting.IObjectnext()Returns the next entity from the current query.IObjectnext(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the next entity from the current query.voidnot()Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.voidnot(java.util.Map<java.lang.String,java.lang.String> __ctx)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls.voidnotAnnotatedBy(Details d)Restricts entities by who has not annotated them with anAnnotationmatching the other filters.voidnotAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts entities by who has not annotated them with anAnnotationmatching the other filters.voidnotOwnedBy(Details d)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.voidnotOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.voidonlyAnnotatedBetween(RTime start, RTime stop)Restricts entities by the time in which any annotation (which matches the other filters) was added them.voidonlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts entities by the time in which any annotation (which matches the other filters) was added them.voidonlyAnnotatedBy(Details d)Restricts entities by who has annotated them with anAnnotationmatching the other filters.voidonlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts entities by who has annotated them with anAnnotationmatching the other filters.voidonlyAnnotatedWith(java.util.List<java.lang.String> classes)Restricts entities to having anAnnotationof all the given types.voidonlyAnnotatedWith(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts entities to having anAnnotationof all the given types.voidonlyCreatedBetween(RTime start, RTime stop)Restricts the time between which an entity may have been created.voidonlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts the time between which an entity may have been created.voidonlyIds(java.util.List<java.lang.Long> ids)Restricts the set of ids which will be checked.voidonlyIds(java.util.List<java.lang.Long> ids, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts the set of ids which will be checked.voidonlyModifiedBetween(RTime start, RTime stop)Restricts the time between which an entity may have last been modified.voidonlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts the time between which an entity may have last been modified.voidonlyOwnedBy(Details d)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.voidonlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned.voidonlyType(java.lang.String klass)Restricts the search to a single type.voidonlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts the search to a single type.voidonlyTypes(java.util.List<java.lang.String> classes)Restricts searches to a set of types.voidonlyTypes(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts searches to a set of types.voidor()Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls.voidor(java.util.Map<java.lang.String,java.lang.String> __ctx)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls.voidremove()Unsupported operation.voidremove(java.util.Map<java.lang.String,java.lang.String> __ctx)Unsupported operation.voidresetDefaults()Resets all settings (non-query state) to the original default values, as if the instance had just be created.voidresetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx)Resets all settings (non-query state) to the original default values, as if the instance had just be created.java.util.List<IObject>results()Returns up togetBatchSizebatch size number of results along with the related query metadata.java.util.List<IObject>results(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns up togetBatchSizebatch size number of results along with the related query metadata.voidsetAllowLeadingWildcard(boolean allowLeadingWildcard)Permits full-text queries with a leading query if true.voidsetAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx)Permits full-text queries with a leading query if true.voidsetBatchSize(int size)Sets the maximum number of results that will be returned by one call toresults.voidsetBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx)Sets the maximum number of results that will be returned by one call toresults.voidsetCaseSensitive(boolean caseSensitive)Sets the case sensitivity on all queries where case-sensitivity is supported.voidsetCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx)Sets the case sensitivity on all queries where case-sensitivity is supported.voidsetCaseSentivice(boolean caseSensitive)Deprecated.use setCaseSensitive insteadvoidsetCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx)Deprecated.use setCaseSensitive insteadvoidsetMergedBatches(boolean merge)Set whether or not results from two separate queries can be returned in the same call toresults.voidsetMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx)Set whether or not results from two separate queries can be returned in the same call toresults.voidsetReturnUnloaded(boolean returnUnloaded)Determines if all results should be returned as unloaded objects.voidsetReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx)Determines if all results should be returned as unloaded objects.voidsetUseProjections(boolean useProjections)Determines if Lucene queries should not hit the database.voidsetUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx)Determines if Lucene queries should not hit the database.voidunordered()Removes the current stack of order statements.voidunordered(java.util.Map<java.lang.String,java.lang.String> __ctx)Removes the current stack of order statements.-
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
-
Methods inherited from interface omero.api.StatefulServiceInterfacePrx
activate, activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, close, close, end_activate, end_close, end_getCurrentEventContext, end_passivate, getCurrentEventContext, getCurrentEventContext, passivate, passivate
-
-
-
-
Method Detail
-
activeQueries
int activeQueries() throws ServerErrorReturns the number of active queries. This means thatactiveQueriesgives the minimum number of remaining calls toresultswhen batches are not merged.- Returns:
- number of active queries
- Throws:
ServerError
-
activeQueries
int activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorReturns the number of active queries. This means thatactiveQueriesgives the minimum number of remaining calls toresultswhen batches are not merged.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- number of active queries
- Throws:
ServerError
-
begin_activeQueries
Ice.AsyncResult begin_activeQueries()
Returns the number of active queries. This means thatactiveQueriesgives the minimum number of remaining calls toresultswhen batches are not merged.- Returns:
- The asynchronous result object.
-
begin_activeQueries
Ice.AsyncResult begin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the number of active queries. This means thatactiveQueriesgives the minimum number of remaining calls toresultswhen batches are not merged.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_activeQueries
Ice.AsyncResult begin_activeQueries(Ice.Callback __cb)
Returns the number of active queries. This means thatactiveQueriesgives the minimum number of remaining calls toresultswhen batches are not merged.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_activeQueries
Ice.AsyncResult begin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the number of active queries. This means thatactiveQueriesgives the minimum number of remaining calls toresultswhen batches are not merged.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_activeQueries
Ice.AsyncResult begin_activeQueries(Callback_Search_activeQueries __cb)
Returns the number of active queries. This means thatactiveQueriesgives the minimum number of remaining calls toresultswhen batches are not merged.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_activeQueries
Ice.AsyncResult begin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_activeQueries __cb)Returns the number of active queries. This means thatactiveQueriesgives the minimum number of remaining calls toresultswhen batches are not merged.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_activeQueries
Ice.AsyncResult begin_activeQueries(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the number of active queries. This means thatactiveQueriesgives the minimum number of remaining calls toresultswhen batches are not merged.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_activeQueries
Ice.AsyncResult begin_activeQueries(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the number of active queries. This means thatactiveQueriesgives the minimum number of remaining calls toresultswhen batches are not merged.- 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_activeQueries
Ice.AsyncResult begin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the number of active queries. This means thatactiveQueriesgives the minimum number of remaining calls toresultswhen batches are not merged.- 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_activeQueries
Ice.AsyncResult begin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the number of active queries. This means thatactiveQueriesgives the minimum number of remaining calls toresultswhen batches are not merged.- 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_activeQueries
int end_activeQueries(Ice.AsyncResult __result) throws ServerErrorReturns the number of active queries. This means thatactiveQueriesgives the minimum number of remaining calls toresultswhen batches are not merged.- Parameters:
__result- The asynchronous result object.- Returns:
- number of active queries
- Throws:
ServerError
-
setBatchSize
void setBatchSize(int size) throws ServerErrorSets the maximum number of results that will be returned by one call toresults. If batches are not merged, then results may often be less than the batch size. If batches are merged, then only the last call toresultscan be less than batch size. Note: some query types may not support batching at the query level, and all instances must then be loaded into memory simultaneously.- Parameters:
size- maximum number of results per call toresults- Throws:
ServerError
-
setBatchSize
void setBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorSets the maximum number of results that will be returned by one call toresults. If batches are not merged, then results may often be less than the batch size. If batches are merged, then only the last call toresultscan be less than batch size. Note: some query types may not support batching at the query level, and all instances must then be loaded into memory simultaneously.- Parameters:
size- maximum number of results per call toresults__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setBatchSize
Ice.AsyncResult begin_setBatchSize(int size)
Sets the maximum number of results that will be returned by one call toresults. If batches are not merged, then results may often be less than the batch size. If batches are merged, then only the last call toresultscan be less than batch size. Note: some query types may not support batching at the query level, and all instances must then be loaded into memory simultaneously.- Parameters:
size- maximum number of results per call toresults- Returns:
- The asynchronous result object.
-
begin_setBatchSize
Ice.AsyncResult begin_setBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx)Sets the maximum number of results that will be returned by one call toresults. If batches are not merged, then results may often be less than the batch size. If batches are merged, then only the last call toresultscan be less than batch size. Note: some query types may not support batching at the query level, and all instances must then be loaded into memory simultaneously.- Parameters:
size- maximum number of results per call toresults__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setBatchSize
Ice.AsyncResult begin_setBatchSize(int size, Ice.Callback __cb)Sets the maximum number of results that will be returned by one call toresults. If batches are not merged, then results may often be less than the batch size. If batches are merged, then only the last call toresultscan be less than batch size. Note: some query types may not support batching at the query level, and all instances must then be loaded into memory simultaneously.- Parameters:
size- maximum number of results per call toresults__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setBatchSize
Ice.AsyncResult begin_setBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Sets the maximum number of results that will be returned by one call toresults. If batches are not merged, then results may often be less than the batch size. If batches are merged, then only the last call toresultscan be less than batch size. Note: some query types may not support batching at the query level, and all instances must then be loaded into memory simultaneously.- Parameters:
size- maximum number of results per call toresults__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setBatchSize
Ice.AsyncResult begin_setBatchSize(int size, Callback_Search_setBatchSize __cb)Sets the maximum number of results that will be returned by one call toresults. If batches are not merged, then results may often be less than the batch size. If batches are merged, then only the last call toresultscan be less than batch size. Note: some query types may not support batching at the query level, and all instances must then be loaded into memory simultaneously.- Parameters:
size- maximum number of results per call toresults__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setBatchSize
Ice.AsyncResult begin_setBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setBatchSize __cb)Sets the maximum number of results that will be returned by one call toresults. If batches are not merged, then results may often be less than the batch size. If batches are merged, then only the last call toresultscan be less than batch size. Note: some query types may not support batching at the query level, and all instances must then be loaded into memory simultaneously.- Parameters:
size- maximum number of results per call toresults__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setBatchSize
Ice.AsyncResult begin_setBatchSize(int size, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Sets the maximum number of results that will be returned by one call toresults. If batches are not merged, then results may often be less than the batch size. If batches are merged, then only the last call toresultscan be less than batch size. Note: some query types may not support batching at the query level, and all instances must then be loaded into memory simultaneously.- Parameters:
size- maximum number of results per call toresults__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setBatchSize
Ice.AsyncResult begin_setBatchSize(int size, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Sets the maximum number of results that will be returned by one call toresults. If batches are not merged, then results may often be less than the batch size. If batches are merged, then only the last call toresultscan be less than batch size. Note: some query types may not support batching at the query level, and all instances must then be loaded into memory simultaneously.- Parameters:
size- maximum number of results per call toresults__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_setBatchSize
Ice.AsyncResult begin_setBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Sets the maximum number of results that will be returned by one call toresults. If batches are not merged, then results may often be less than the batch size. If batches are merged, then only the last call toresultscan be less than batch size. Note: some query types may not support batching at the query level, and all instances must then be loaded into memory simultaneously.- Parameters:
size- maximum number of results per call toresults__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_setBatchSize
Ice.AsyncResult begin_setBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Sets the maximum number of results that will be returned by one call toresults. If batches are not merged, then results may often be less than the batch size. If batches are merged, then only the last call toresultscan be less than batch size. Note: some query types may not support batching at the query level, and all instances must then be loaded into memory simultaneously.- Parameters:
size- maximum number of results per call toresults__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_setBatchSize
void end_setBatchSize(Ice.AsyncResult __result) throws ServerErrorSets the maximum number of results that will be returned by one call toresults. If batches are not merged, then results may often be less than the batch size. If batches are merged, then only the last call toresultscan be less than batch size. Note: some query types may not support batching at the query level, and all instances must then be loaded into memory simultaneously.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
getBatchSize
int getBatchSize() throws ServerErrorReturns the current batch size. IfsetBatchSizehas not been called, the default value will be in effect.- Returns:
- maximum number of results per call to
results - Throws:
ServerError
-
getBatchSize
int getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorReturns the current batch size. IfsetBatchSizehas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- maximum number of results per call to
results - Throws:
ServerError
-
begin_getBatchSize
Ice.AsyncResult begin_getBatchSize()
Returns the current batch size. IfsetBatchSizehas not been called, the default value will be in effect.- Returns:
- The asynchronous result object.
-
begin_getBatchSize
Ice.AsyncResult begin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current batch size. IfsetBatchSizehas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getBatchSize
Ice.AsyncResult begin_getBatchSize(Ice.Callback __cb)
Returns the current batch size. IfsetBatchSizehas not been called, the default value will be in effect.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getBatchSize
Ice.AsyncResult begin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the current batch size. IfsetBatchSizehas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getBatchSize
Ice.AsyncResult begin_getBatchSize(Callback_Search_getBatchSize __cb)
Returns the current batch size. IfsetBatchSizehas not been called, the default value will be in effect.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getBatchSize
Ice.AsyncResult begin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_getBatchSize __cb)Returns the current batch size. IfsetBatchSizehas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getBatchSize
Ice.AsyncResult begin_getBatchSize(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current batch size. IfsetBatchSizehas not been called, the default value will be in effect.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getBatchSize
Ice.AsyncResult begin_getBatchSize(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current batch size. IfsetBatchSizehas not been called, the default value will be in effect.- 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_getBatchSize
Ice.AsyncResult begin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current batch size. IfsetBatchSizehas not been called, the default value will be in effect.- 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_getBatchSize
Ice.AsyncResult begin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current batch size. IfsetBatchSizehas not been called, the default value will be in effect.- 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_getBatchSize
int end_getBatchSize(Ice.AsyncResult __result) throws ServerErrorReturns the current batch size. IfsetBatchSizehas not been called, the default value will be in effect.- Parameters:
__result- The asynchronous result object.- Returns:
- maximum number of results per call to
results - Throws:
ServerError
-
setMergedBatches
void setMergedBatches(boolean merge) throws ServerErrorSet whether or not results from two separate queries can be returned in the same call toresults.- Throws:
ServerError
-
setMergedBatches
void setMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorSet whether or not results from two separate queries can be returned in the same call toresults.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setMergedBatches
Ice.AsyncResult begin_setMergedBatches(boolean merge)
Set whether or not results from two separate queries can be returned in the same call toresults.- Returns:
- The asynchronous result object.
-
begin_setMergedBatches
Ice.AsyncResult begin_setMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx)Set whether or not results from two separate queries can be returned in the same call toresults.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setMergedBatches
Ice.AsyncResult begin_setMergedBatches(boolean merge, Ice.Callback __cb)Set whether or not results from two separate queries can be returned in the same call toresults.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setMergedBatches
Ice.AsyncResult begin_setMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Set whether or not results from two separate queries can be returned in the same call toresults.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setMergedBatches
Ice.AsyncResult begin_setMergedBatches(boolean merge, Callback_Search_setMergedBatches __cb)Set whether or not results from two separate queries can be returned in the same call toresults.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setMergedBatches
Ice.AsyncResult begin_setMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setMergedBatches __cb)Set whether or not results from two separate queries can be returned in the same call toresults.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setMergedBatches
Ice.AsyncResult begin_setMergedBatches(boolean merge, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Set whether or not results from two separate queries can be returned in the same call toresults.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setMergedBatches
Ice.AsyncResult begin_setMergedBatches(boolean merge, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Set whether or not results from two separate queries can be returned in the same call toresults.- 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_setMergedBatches
Ice.AsyncResult begin_setMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Set whether or not results from two separate queries can be returned in the same call toresults.- 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_setMergedBatches
Ice.AsyncResult begin_setMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Set whether or not results from two separate queries can be returned in the same call toresults.- 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_setMergedBatches
void end_setMergedBatches(Ice.AsyncResult __result) throws ServerErrorSet whether or not results from two separate queries can be returned in the same call toresults.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
isMergedBatches
boolean isMergedBatches() throws ServerErrorReturns the current merged-batches setting. IfsetMergedBatcheshas not been called, the default value will be in effect.- Throws:
ServerError
-
isMergedBatches
boolean isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorReturns the current merged-batches setting. IfsetMergedBatcheshas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_isMergedBatches
Ice.AsyncResult begin_isMergedBatches()
Returns the current merged-batches setting. IfsetMergedBatcheshas not been called, the default value will be in effect.- Returns:
- The asynchronous result object.
-
begin_isMergedBatches
Ice.AsyncResult begin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current merged-batches setting. IfsetMergedBatcheshas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_isMergedBatches
Ice.AsyncResult begin_isMergedBatches(Ice.Callback __cb)
Returns the current merged-batches setting. IfsetMergedBatcheshas not been called, the default value will be in effect.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isMergedBatches
Ice.AsyncResult begin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the current merged-batches setting. IfsetMergedBatcheshas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isMergedBatches
Ice.AsyncResult begin_isMergedBatches(Callback_Search_isMergedBatches __cb)
Returns the current merged-batches setting. IfsetMergedBatcheshas not been called, the default value will be in effect.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isMergedBatches
Ice.AsyncResult begin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_isMergedBatches __cb)Returns the current merged-batches setting. IfsetMergedBatcheshas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isMergedBatches
Ice.AsyncResult begin_isMergedBatches(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current merged-batches setting. IfsetMergedBatcheshas not been called, the default value will be in effect.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_isMergedBatches
Ice.AsyncResult begin_isMergedBatches(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current merged-batches setting. IfsetMergedBatcheshas not been called, the default value will be in effect.- 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_isMergedBatches
Ice.AsyncResult begin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current merged-batches setting. IfsetMergedBatcheshas not been called, the default value will be in effect.- 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_isMergedBatches
Ice.AsyncResult begin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current merged-batches setting. IfsetMergedBatcheshas not been called, the default value will be in effect.- 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_isMergedBatches
boolean end_isMergedBatches(Ice.AsyncResult __result) throws ServerErrorReturns the current merged-batches setting. IfsetMergedBatcheshas not been called, the default value will be in effect.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
setCaseSentivice
void setCaseSentivice(boolean caseSensitive) throws ServerErrorDeprecated.use setCaseSensitive insteadSets the case sensitivity on all queries where case-sensitivity is supported.- Throws:
ServerError
-
setCaseSentivice
void setCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorDeprecated.use setCaseSensitive insteadSets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setCaseSentivice
Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive)
Deprecated.use setCaseSensitive insteadSets the case sensitivity on all queries where case-sensitivity is supported.- Returns:
- The asynchronous result object.
-
begin_setCaseSentivice
Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx)Deprecated.use setCaseSensitive insteadSets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setCaseSentivice
Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive, Ice.Callback __cb)Deprecated.use setCaseSensitive insteadSets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setCaseSentivice
Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Deprecated.use setCaseSensitive insteadSets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setCaseSentivice
Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive, Callback_Search_setCaseSentivice __cb)Deprecated.use setCaseSensitive insteadSets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setCaseSentivice
Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setCaseSentivice __cb)Deprecated.use setCaseSensitive insteadSets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setCaseSentivice
Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Deprecated.use setCaseSensitive insteadSets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setCaseSentivice
Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Deprecated.use setCaseSensitive insteadSets the case sensitivity on all queries where case-sensitivity is supported.- 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_setCaseSentivice
Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Deprecated.use setCaseSensitive insteadSets the case sensitivity on all queries where case-sensitivity is supported.- 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_setCaseSentivice
Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Deprecated.use setCaseSensitive insteadSets the case sensitivity on all queries where case-sensitivity is supported.- 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_setCaseSentivice
void end_setCaseSentivice(Ice.AsyncResult __result) throws ServerErrorSets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
setCaseSensitive
void setCaseSensitive(boolean caseSensitive) throws ServerErrorSets the case sensitivity on all queries where case-sensitivity is supported.- Throws:
ServerError
-
setCaseSensitive
void setCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorSets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setCaseSensitive
Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive)
Sets the case sensitivity on all queries where case-sensitivity is supported.- Returns:
- The asynchronous result object.
-
begin_setCaseSensitive
Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx)Sets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setCaseSensitive
Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive, Ice.Callback __cb)Sets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setCaseSensitive
Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Sets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setCaseSensitive
Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive, Callback_Search_setCaseSensitive __cb)Sets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setCaseSensitive
Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setCaseSensitive __cb)Sets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setCaseSensitive
Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Sets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setCaseSensitive
Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Sets the case sensitivity on all queries where case-sensitivity is supported.- 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_setCaseSensitive
Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Sets the case sensitivity on all queries where case-sensitivity is supported.- 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_setCaseSensitive
Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Sets the case sensitivity on all queries where case-sensitivity is supported.- 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_setCaseSensitive
void end_setCaseSensitive(Ice.AsyncResult __result) throws ServerErrorSets the case sensitivity on all queries where case-sensitivity is supported.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
isCaseSensitive
boolean isCaseSensitive() throws ServerErrorReturns the current case sensitivity setting. IfsetCaseSensitivehas not been called, the default value will be in effect.- Throws:
ServerError
-
isCaseSensitive
boolean isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorReturns the current case sensitivity setting. IfsetCaseSensitivehas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_isCaseSensitive
Ice.AsyncResult begin_isCaseSensitive()
Returns the current case sensitivity setting. IfsetCaseSensitivehas not been called, the default value will be in effect.- Returns:
- The asynchronous result object.
-
begin_isCaseSensitive
Ice.AsyncResult begin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current case sensitivity setting. IfsetCaseSensitivehas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_isCaseSensitive
Ice.AsyncResult begin_isCaseSensitive(Ice.Callback __cb)
Returns the current case sensitivity setting. IfsetCaseSensitivehas not been called, the default value will be in effect.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isCaseSensitive
Ice.AsyncResult begin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the current case sensitivity setting. IfsetCaseSensitivehas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isCaseSensitive
Ice.AsyncResult begin_isCaseSensitive(Callback_Search_isCaseSensitive __cb)
Returns the current case sensitivity setting. IfsetCaseSensitivehas not been called, the default value will be in effect.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isCaseSensitive
Ice.AsyncResult begin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_isCaseSensitive __cb)Returns the current case sensitivity setting. IfsetCaseSensitivehas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isCaseSensitive
Ice.AsyncResult begin_isCaseSensitive(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current case sensitivity setting. IfsetCaseSensitivehas not been called, the default value will be in effect.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_isCaseSensitive
Ice.AsyncResult begin_isCaseSensitive(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current case sensitivity setting. IfsetCaseSensitivehas not been called, the default value will be in effect.- 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_isCaseSensitive
Ice.AsyncResult begin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current case sensitivity setting. IfsetCaseSensitivehas not been called, the default value will be in effect.- 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_isCaseSensitive
Ice.AsyncResult begin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current case sensitivity setting. IfsetCaseSensitivehas not been called, the default value will be in effect.- 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_isCaseSensitive
boolean end_isCaseSensitive(Ice.AsyncResult __result) throws ServerErrorReturns the current case sensitivity setting. IfsetCaseSensitivehas not been called, the default value will be in effect.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
setUseProjections
void setUseProjections(boolean useProjections) throws ServerErrorDetermines if Lucene queries should not hit the database. Instead all values which are stored in the index will be loaded into the object, which includes the id. However, the entity will not be marked unloaded and therefore it is especially important to not allow a projection-instance to be saved back to the server. This can result in DATA LOSS.- Throws:
ServerError
-
setUseProjections
void setUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorDetermines if Lucene queries should not hit the database. Instead all values which are stored in the index will be loaded into the object, which includes the id. However, the entity will not be marked unloaded and therefore it is especially important to not allow a projection-instance to be saved back to the server. This can result in DATA LOSS.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setUseProjections
Ice.AsyncResult begin_setUseProjections(boolean useProjections)
Determines if Lucene queries should not hit the database. Instead all values which are stored in the index will be loaded into the object, which includes the id. However, the entity will not be marked unloaded and therefore it is especially important to not allow a projection-instance to be saved back to the server. This can result in DATA LOSS.- Returns:
- The asynchronous result object.
-
begin_setUseProjections
Ice.AsyncResult begin_setUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx)Determines if Lucene queries should not hit the database. Instead all values which are stored in the index will be loaded into the object, which includes the id. However, the entity will not be marked unloaded and therefore it is especially important to not allow a projection-instance to be saved back to the server. This can result in DATA LOSS.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setUseProjections
Ice.AsyncResult begin_setUseProjections(boolean useProjections, Ice.Callback __cb)Determines if Lucene queries should not hit the database. Instead all values which are stored in the index will be loaded into the object, which includes the id. However, the entity will not be marked unloaded and therefore it is especially important to not allow a projection-instance to be saved back to the server. This can result in DATA LOSS.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setUseProjections
Ice.AsyncResult begin_setUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Determines if Lucene queries should not hit the database. Instead all values which are stored in the index will be loaded into the object, which includes the id. However, the entity will not be marked unloaded and therefore it is especially important to not allow a projection-instance to be saved back to the server. This can result in DATA LOSS.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setUseProjections
Ice.AsyncResult begin_setUseProjections(boolean useProjections, Callback_Search_setUseProjections __cb)Determines if Lucene queries should not hit the database. Instead all values which are stored in the index will be loaded into the object, which includes the id. However, the entity will not be marked unloaded and therefore it is especially important to not allow a projection-instance to be saved back to the server. This can result in DATA LOSS.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setUseProjections
Ice.AsyncResult begin_setUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setUseProjections __cb)Determines if Lucene queries should not hit the database. Instead all values which are stored in the index will be loaded into the object, which includes the id. However, the entity will not be marked unloaded and therefore it is especially important to not allow a projection-instance to be saved back to the server. This can result in DATA LOSS.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setUseProjections
Ice.AsyncResult begin_setUseProjections(boolean useProjections, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Determines if Lucene queries should not hit the database. Instead all values which are stored in the index will be loaded into the object, which includes the id. However, the entity will not be marked unloaded and therefore it is especially important to not allow a projection-instance to be saved back to the server. This can result in DATA LOSS.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setUseProjections
Ice.AsyncResult begin_setUseProjections(boolean useProjections, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Determines if Lucene queries should not hit the database. Instead all values which are stored in the index will be loaded into the object, which includes the id. However, the entity will not be marked unloaded and therefore it is especially important to not allow a projection-instance to be saved back to the server. This can result in DATA LOSS.- 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_setUseProjections
Ice.AsyncResult begin_setUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Determines if Lucene queries should not hit the database. Instead all values which are stored in the index will be loaded into the object, which includes the id. However, the entity will not be marked unloaded and therefore it is especially important to not allow a projection-instance to be saved back to the server. This can result in DATA LOSS.- 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_setUseProjections
Ice.AsyncResult begin_setUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Determines if Lucene queries should not hit the database. Instead all values which are stored in the index will be loaded into the object, which includes the id. However, the entity will not be marked unloaded and therefore it is especially important to not allow a projection-instance to be saved back to the server. This can result in DATA LOSS.- 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_setUseProjections
void end_setUseProjections(Ice.AsyncResult __result) throws ServerErrorDetermines if Lucene queries should not hit the database. Instead all values which are stored in the index will be loaded into the object, which includes the id. However, the entity will not be marked unloaded and therefore it is especially important to not allow a projection-instance to be saved back to the server. This can result in DATA LOSS.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
isUseProjections
boolean isUseProjections() throws ServerErrorReturns the current use-projection setting. If true, the client must be careful with all results that are returned. SeesetUseProjectionsfor more. IfsetUseProjectionshas not been called, the default value will be in effect.- Throws:
ServerError
-
isUseProjections
boolean isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorReturns the current use-projection setting. If true, the client must be careful with all results that are returned. SeesetUseProjectionsfor more. IfsetUseProjectionshas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_isUseProjections
Ice.AsyncResult begin_isUseProjections()
Returns the current use-projection setting. If true, the client must be careful with all results that are returned. SeesetUseProjectionsfor more. IfsetUseProjectionshas not been called, the default value will be in effect.- Returns:
- The asynchronous result object.
-
begin_isUseProjections
Ice.AsyncResult begin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current use-projection setting. If true, the client must be careful with all results that are returned. SeesetUseProjectionsfor more. IfsetUseProjectionshas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_isUseProjections
Ice.AsyncResult begin_isUseProjections(Ice.Callback __cb)
Returns the current use-projection setting. If true, the client must be careful with all results that are returned. SeesetUseProjectionsfor more. IfsetUseProjectionshas not been called, the default value will be in effect.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isUseProjections
Ice.AsyncResult begin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the current use-projection setting. If true, the client must be careful with all results that are returned. SeesetUseProjectionsfor more. IfsetUseProjectionshas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isUseProjections
Ice.AsyncResult begin_isUseProjections(Callback_Search_isUseProjections __cb)
Returns the current use-projection setting. If true, the client must be careful with all results that are returned. SeesetUseProjectionsfor more. IfsetUseProjectionshas not been called, the default value will be in effect.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isUseProjections
Ice.AsyncResult begin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_isUseProjections __cb)Returns the current use-projection setting. If true, the client must be careful with all results that are returned. SeesetUseProjectionsfor more. IfsetUseProjectionshas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isUseProjections
Ice.AsyncResult begin_isUseProjections(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current use-projection setting. If true, the client must be careful with all results that are returned. SeesetUseProjectionsfor more. IfsetUseProjectionshas not been called, the default value will be in effect.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_isUseProjections
Ice.AsyncResult begin_isUseProjections(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current use-projection setting. If true, the client must be careful with all results that are returned. SeesetUseProjectionsfor more. IfsetUseProjectionshas not been called, the default value will be in effect.- 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_isUseProjections
Ice.AsyncResult begin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current use-projection setting. If true, the client must be careful with all results that are returned. SeesetUseProjectionsfor more. IfsetUseProjectionshas not been called, the default value will be in effect.- 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_isUseProjections
Ice.AsyncResult begin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current use-projection setting. If true, the client must be careful with all results that are returned. SeesetUseProjectionsfor more. IfsetUseProjectionshas not been called, the default value will be in effect.- 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_isUseProjections
boolean end_isUseProjections(Ice.AsyncResult __result) throws ServerErrorReturns the current use-projection setting. If true, the client must be careful with all results that are returned. SeesetUseProjectionsfor more. IfsetUseProjectionshas not been called, the default value will be in effect.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
setReturnUnloaded
void setReturnUnloaded(boolean returnUnloaded) throws ServerErrorDetermines if all results should be returned as unloaded objects. This is particularly useful for creating lists for further querying viaIQuery. This value overrides thesetUseProjectionssetting.- Throws:
ServerError
-
setReturnUnloaded
void setReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorDetermines if all results should be returned as unloaded objects. This is particularly useful for creating lists for further querying viaIQuery. This value overrides thesetUseProjectionssetting.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setReturnUnloaded
Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded)
Determines if all results should be returned as unloaded objects. This is particularly useful for creating lists for further querying viaIQuery. This value overrides thesetUseProjectionssetting.- Returns:
- The asynchronous result object.
-
begin_setReturnUnloaded
Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx)Determines if all results should be returned as unloaded objects. This is particularly useful for creating lists for further querying viaIQuery. This value overrides thesetUseProjectionssetting.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setReturnUnloaded
Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded, Ice.Callback __cb)Determines if all results should be returned as unloaded objects. This is particularly useful for creating lists for further querying viaIQuery. This value overrides thesetUseProjectionssetting.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setReturnUnloaded
Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Determines if all results should be returned as unloaded objects. This is particularly useful for creating lists for further querying viaIQuery. This value overrides thesetUseProjectionssetting.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setReturnUnloaded
Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded, Callback_Search_setReturnUnloaded __cb)Determines if all results should be returned as unloaded objects. This is particularly useful for creating lists for further querying viaIQuery. This value overrides thesetUseProjectionssetting.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setReturnUnloaded
Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setReturnUnloaded __cb)Determines if all results should be returned as unloaded objects. This is particularly useful for creating lists for further querying viaIQuery. This value overrides thesetUseProjectionssetting.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setReturnUnloaded
Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Determines if all results should be returned as unloaded objects. This is particularly useful for creating lists for further querying viaIQuery. This value overrides thesetUseProjectionssetting.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setReturnUnloaded
Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Determines if all results should be returned as unloaded objects. This is particularly useful for creating lists for further querying viaIQuery. This value overrides thesetUseProjectionssetting.- 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_setReturnUnloaded
Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Determines if all results should be returned as unloaded objects. This is particularly useful for creating lists for further querying viaIQuery. This value overrides thesetUseProjectionssetting.- 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_setReturnUnloaded
Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Determines if all results should be returned as unloaded objects. This is particularly useful for creating lists for further querying viaIQuery. This value overrides thesetUseProjectionssetting.- 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_setReturnUnloaded
void end_setReturnUnloaded(Ice.AsyncResult __result) throws ServerErrorDetermines if all results should be returned as unloaded objects. This is particularly useful for creating lists for further querying viaIQuery. This value overrides thesetUseProjectionssetting.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
isReturnUnloaded
boolean isReturnUnloaded() throws ServerErrorReturns the current return-unloaded setting. If true, all returned entities will be unloaded. IfsetReturnUnloadedhas not been called, the default value will be in effect.- Throws:
ServerError
-
isReturnUnloaded
boolean isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorReturns the current return-unloaded setting. If true, all returned entities will be unloaded. IfsetReturnUnloadedhas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_isReturnUnloaded
Ice.AsyncResult begin_isReturnUnloaded()
Returns the current return-unloaded setting. If true, all returned entities will be unloaded. IfsetReturnUnloadedhas not been called, the default value will be in effect.- Returns:
- The asynchronous result object.
-
begin_isReturnUnloaded
Ice.AsyncResult begin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current return-unloaded setting. If true, all returned entities will be unloaded. IfsetReturnUnloadedhas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_isReturnUnloaded
Ice.AsyncResult begin_isReturnUnloaded(Ice.Callback __cb)
Returns the current return-unloaded setting. If true, all returned entities will be unloaded. IfsetReturnUnloadedhas not been called, the default value will be in effect.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isReturnUnloaded
Ice.AsyncResult begin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the current return-unloaded setting. If true, all returned entities will be unloaded. IfsetReturnUnloadedhas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isReturnUnloaded
Ice.AsyncResult begin_isReturnUnloaded(Callback_Search_isReturnUnloaded __cb)
Returns the current return-unloaded setting. If true, all returned entities will be unloaded. IfsetReturnUnloadedhas not been called, the default value will be in effect.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isReturnUnloaded
Ice.AsyncResult begin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_isReturnUnloaded __cb)Returns the current return-unloaded setting. If true, all returned entities will be unloaded. IfsetReturnUnloadedhas not been called, the default value will be in effect.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isReturnUnloaded
Ice.AsyncResult begin_isReturnUnloaded(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current return-unloaded setting. If true, all returned entities will be unloaded. IfsetReturnUnloadedhas not been called, the default value will be in effect.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_isReturnUnloaded
Ice.AsyncResult begin_isReturnUnloaded(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current return-unloaded setting. If true, all returned entities will be unloaded. IfsetReturnUnloadedhas not been called, the default value will be in effect.- 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_isReturnUnloaded
Ice.AsyncResult begin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current return-unloaded setting. If true, all returned entities will be unloaded. IfsetReturnUnloadedhas not been called, the default value will be in effect.- 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_isReturnUnloaded
Ice.AsyncResult begin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current return-unloaded setting. If true, all returned entities will be unloaded. IfsetReturnUnloadedhas not been called, the default value will be in effect.- 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_isReturnUnloaded
boolean end_isReturnUnloaded(Ice.AsyncResult __result) throws ServerErrorReturns the current return-unloaded setting. If true, all returned entities will be unloaded. IfsetReturnUnloadedhas not been called, the default value will be in effect.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
setAllowLeadingWildcard
void setAllowLeadingWildcard(boolean allowLeadingWildcard) throws ServerErrorPermits full-text queries with a leading query if true.
-
setAllowLeadingWildcard
void setAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorPermits full-text queries with a leading query if true.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError- See Also:
isAllowLeadingWildcard(),byFullText(java.lang.String),bySomeMustNone(java.util.List<java.lang.String>, java.util.List<java.lang.String>, java.util.List<java.lang.String>)
-
begin_setAllowLeadingWildcard
Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard)
Permits full-text queries with a leading query if true.- Returns:
- The asynchronous result object.
-
begin_setAllowLeadingWildcard
Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx)Permits full-text queries with a leading query if true.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setAllowLeadingWildcard
Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard, Ice.Callback __cb)Permits full-text queries with a leading query if true.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setAllowLeadingWildcard
Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Permits full-text queries with a leading query if true.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setAllowLeadingWildcard
Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard, Callback_Search_setAllowLeadingWildcard __cb)Permits full-text queries with a leading query if true.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setAllowLeadingWildcard
Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setAllowLeadingWildcard __cb)Permits full-text queries with a leading query if true.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setAllowLeadingWildcard
Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Permits full-text queries with a leading query if true.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setAllowLeadingWildcard
Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Permits full-text queries with a leading query if true.- 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_setAllowLeadingWildcard
Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Permits full-text queries with a leading query if true.- 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_setAllowLeadingWildcard
Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Permits full-text queries with a leading query if true.- 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_setAllowLeadingWildcard
void end_setAllowLeadingWildcard(Ice.AsyncResult __result) throws ServerErrorPermits full-text queries with a leading query if true.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError- See Also:
isAllowLeadingWildcard(),byFullText(java.lang.String),bySomeMustNone(java.util.List<java.lang.String>, java.util.List<java.lang.String>, java.util.List<java.lang.String>)
-
isAllowLeadingWildcard
boolean isAllowLeadingWildcard() throws ServerErrorReturns the current leading-wildcard setting. If false,byFullTextandbySomeMustNonewill throw anApiUsageException, since leading-wildcard searches are quite slow. UsesetAllowLeadingWildcardin order to permit this usage.- Throws:
ServerError
-
isAllowLeadingWildcard
boolean isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorReturns the current leading-wildcard setting. If false,byFullTextandbySomeMustNonewill throw anApiUsageException, since leading-wildcard searches are quite slow. UsesetAllowLeadingWildcardin order to permit this usage.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_isAllowLeadingWildcard
Ice.AsyncResult begin_isAllowLeadingWildcard()
Returns the current leading-wildcard setting. If false,byFullTextandbySomeMustNonewill throw anApiUsageException, since leading-wildcard searches are quite slow. UsesetAllowLeadingWildcardin order to permit this usage.- Returns:
- The asynchronous result object.
-
begin_isAllowLeadingWildcard
Ice.AsyncResult begin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current leading-wildcard setting. If false,byFullTextandbySomeMustNonewill throw anApiUsageException, since leading-wildcard searches are quite slow. UsesetAllowLeadingWildcardin order to permit this usage.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_isAllowLeadingWildcard
Ice.AsyncResult begin_isAllowLeadingWildcard(Ice.Callback __cb)
Returns the current leading-wildcard setting. If false,byFullTextandbySomeMustNonewill throw anApiUsageException, since leading-wildcard searches are quite slow. UsesetAllowLeadingWildcardin order to permit this usage.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isAllowLeadingWildcard
Ice.AsyncResult begin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the current leading-wildcard setting. If false,byFullTextandbySomeMustNonewill throw anApiUsageException, since leading-wildcard searches are quite slow. UsesetAllowLeadingWildcardin order to permit this usage.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isAllowLeadingWildcard
Ice.AsyncResult begin_isAllowLeadingWildcard(Callback_Search_isAllowLeadingWildcard __cb)
Returns the current leading-wildcard setting. If false,byFullTextandbySomeMustNonewill throw anApiUsageException, since leading-wildcard searches are quite slow. UsesetAllowLeadingWildcardin order to permit this usage.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isAllowLeadingWildcard
Ice.AsyncResult begin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_isAllowLeadingWildcard __cb)Returns the current leading-wildcard setting. If false,byFullTextandbySomeMustNonewill throw anApiUsageException, since leading-wildcard searches are quite slow. UsesetAllowLeadingWildcardin order to permit this usage.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isAllowLeadingWildcard
Ice.AsyncResult begin_isAllowLeadingWildcard(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current leading-wildcard setting. If false,byFullTextandbySomeMustNonewill throw anApiUsageException, since leading-wildcard searches are quite slow. UsesetAllowLeadingWildcardin order to permit this usage.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_isAllowLeadingWildcard
Ice.AsyncResult begin_isAllowLeadingWildcard(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current leading-wildcard setting. If false,byFullTextandbySomeMustNonewill throw anApiUsageException, since leading-wildcard searches are quite slow. UsesetAllowLeadingWildcardin order to permit this usage.- 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_isAllowLeadingWildcard
Ice.AsyncResult begin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current leading-wildcard setting. If false,byFullTextandbySomeMustNonewill throw anApiUsageException, since leading-wildcard searches are quite slow. UsesetAllowLeadingWildcardin order to permit this usage.- 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_isAllowLeadingWildcard
Ice.AsyncResult begin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current leading-wildcard setting. If false,byFullTextandbySomeMustNonewill throw anApiUsageException, since leading-wildcard searches are quite slow. UsesetAllowLeadingWildcardin order to permit this usage.- 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_isAllowLeadingWildcard
boolean end_isAllowLeadingWildcard(Ice.AsyncResult __result) throws ServerErrorReturns the current leading-wildcard setting. If false,byFullTextandbySomeMustNonewill throw anApiUsageException, since leading-wildcard searches are quite slow. UsesetAllowLeadingWildcardin order to permit this usage.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
onlyType
void onlyType(java.lang.String klass) throws ServerErrorRestricts the search to a single type. All return values will match this type.- Throws:
ServerError
-
onlyType
void onlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorRestricts the search to a single type. All return values will match this type.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_onlyType
Ice.AsyncResult begin_onlyType(java.lang.String klass)
Restricts the search to a single type. All return values will match this type.- Returns:
- The asynchronous result object.
-
begin_onlyType
Ice.AsyncResult begin_onlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts the search to a single type. All return values will match this type.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_onlyType
Ice.AsyncResult begin_onlyType(java.lang.String klass, Ice.Callback __cb)Restricts the search to a single type. All return values will match this type.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyType
Ice.AsyncResult begin_onlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Restricts the search to a single type. All return values will match this type.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyType
Ice.AsyncResult begin_onlyType(java.lang.String klass, Callback_Search_onlyType __cb)Restricts the search to a single type. All return values will match this type.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyType
Ice.AsyncResult begin_onlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyType __cb)Restricts the search to a single type. All return values will match this type.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyType
Ice.AsyncResult begin_onlyType(java.lang.String klass, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts the search to a single type. All return values will match this type.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_onlyType
Ice.AsyncResult begin_onlyType(java.lang.String klass, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts the search to a single type. All return values will match this type.- 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_onlyType
Ice.AsyncResult begin_onlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts the search to a single type. All return values will match this type.- 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_onlyType
Ice.AsyncResult begin_onlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts the search to a single type. All return values will match this type.- 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_onlyType
void end_onlyType(Ice.AsyncResult __result) throws ServerErrorRestricts the search to a single type. All return values will match this type.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
onlyTypes
void onlyTypes(java.util.List<java.lang.String> classes) throws ServerErrorRestricts searches to a set of types. The entities returned are guaranteed to be one of these types.- Throws:
ServerError
-
onlyTypes
void onlyTypes(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorRestricts searches to a set of types. The entities returned are guaranteed to be one of these types.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_onlyTypes
Ice.AsyncResult begin_onlyTypes(java.util.List<java.lang.String> classes)
Restricts searches to a set of types. The entities returned are guaranteed to be one of these types.- Returns:
- The asynchronous result object.
-
begin_onlyTypes
Ice.AsyncResult begin_onlyTypes(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts searches to a set of types. The entities returned are guaranteed to be one of these types.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_onlyTypes
Ice.AsyncResult begin_onlyTypes(java.util.List<java.lang.String> classes, Ice.Callback __cb)Restricts searches to a set of types. The entities returned are guaranteed to be one of these types.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyTypes
Ice.AsyncResult begin_onlyTypes(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Restricts searches to a set of types. The entities returned are guaranteed to be one of these types.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyTypes
Ice.AsyncResult begin_onlyTypes(java.util.List<java.lang.String> classes, Callback_Search_onlyTypes __cb)Restricts searches to a set of types. The entities returned are guaranteed to be one of these types.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyTypes
Ice.AsyncResult begin_onlyTypes(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyTypes __cb)Restricts searches to a set of types. The entities returned are guaranteed to be one of these types.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyTypes
Ice.AsyncResult begin_onlyTypes(java.util.List<java.lang.String> classes, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts searches to a set of types. The entities returned are guaranteed to be one of these types.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_onlyTypes
Ice.AsyncResult begin_onlyTypes(java.util.List<java.lang.String> classes, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts searches to a set of types. The entities returned are guaranteed to be one of these types.- 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_onlyTypes
Ice.AsyncResult begin_onlyTypes(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts searches to a set of types. The entities returned are guaranteed to be one of these types.- 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_onlyTypes
Ice.AsyncResult begin_onlyTypes(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts searches to a set of types. The entities returned are guaranteed to be one of these types.- 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_onlyTypes
void end_onlyTypes(Ice.AsyncResult __result) throws ServerErrorRestricts searches to a set of types. The entities returned are guaranteed to be one of these types.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
allTypes
void allTypes() throws ServerErrorPermits all types to be returned. For some types of queries, this carries a performance penalty as every database table must be hit.- Throws:
ServerError
-
allTypes
void allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorPermits all types to be returned. For some types of queries, this carries a performance penalty as every database table must be hit.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_allTypes
Ice.AsyncResult begin_allTypes()
Permits all types to be returned. For some types of queries, this carries a performance penalty as every database table must be hit.- Returns:
- The asynchronous result object.
-
begin_allTypes
Ice.AsyncResult begin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx)
Permits all types to be returned. For some types of queries, this carries a performance penalty as every database table must be hit.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_allTypes
Ice.AsyncResult begin_allTypes(Ice.Callback __cb)
Permits all types to be returned. For some types of queries, this carries a performance penalty as every database table must be hit.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_allTypes
Ice.AsyncResult begin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Permits all types to be returned. For some types of queries, this carries a performance penalty as every database table must be hit.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_allTypes
Ice.AsyncResult begin_allTypes(Callback_Search_allTypes __cb)
Permits all types to be returned. For some types of queries, this carries a performance penalty as every database table must be hit.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_allTypes
Ice.AsyncResult begin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_allTypes __cb)Permits all types to be returned. For some types of queries, this carries a performance penalty as every database table must be hit.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_allTypes
Ice.AsyncResult begin_allTypes(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Permits all types to be returned. For some types of queries, this carries a performance penalty as every database table must be hit.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_allTypes
Ice.AsyncResult begin_allTypes(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Permits all types to be returned. For some types of queries, this carries a performance penalty as every database table must be hit.- 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_allTypes
Ice.AsyncResult begin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Permits all types to be returned. For some types of queries, this carries a performance penalty as every database table must be hit.- 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_allTypes
Ice.AsyncResult begin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Permits all types to be returned. For some types of queries, this carries a performance penalty as every database table must be hit.- 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_allTypes
void end_allTypes(Ice.AsyncResult __result) throws ServerErrorPermits all types to be returned. For some types of queries, this carries a performance penalty as every database table must be hit.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
onlyIds
void onlyIds(java.util.List<java.lang.Long> ids) throws ServerErrorRestricts the set of ids which will be checked. This is useful for testing one of the given restrictions on a reduced set of objects.- Parameters:
ids- Can be null, in which case the previous restriction is removed.- Throws:
ServerError
-
onlyIds
void onlyIds(java.util.List<java.lang.Long> ids, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorRestricts the set of ids which will be checked. This is useful for testing one of the given restrictions on a reduced set of objects.- Parameters:
ids- Can be null, in which case the previous restriction is removed.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_onlyIds
Ice.AsyncResult begin_onlyIds(java.util.List<java.lang.Long> ids)
Restricts the set of ids which will be checked. This is useful for testing one of the given restrictions on a reduced set of objects.- Parameters:
ids- Can be null, in which case the previous restriction is removed.- Returns:
- The asynchronous result object.
-
begin_onlyIds
Ice.AsyncResult begin_onlyIds(java.util.List<java.lang.Long> ids, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts the set of ids which will be checked. This is useful for testing one of the given restrictions on a reduced set of objects.- Parameters:
ids- Can be null, in which case the previous restriction is removed.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_onlyIds
Ice.AsyncResult begin_onlyIds(java.util.List<java.lang.Long> ids, Ice.Callback __cb)Restricts the set of ids which will be checked. This is useful for testing one of the given restrictions on a reduced set of objects.- Parameters:
ids- Can be null, in which case the previous restriction is removed.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyIds
Ice.AsyncResult begin_onlyIds(java.util.List<java.lang.Long> ids, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Restricts the set of ids which will be checked. This is useful for testing one of the given restrictions on a reduced set of objects.- Parameters:
ids- Can be null, in which case the previous restriction is removed.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyIds
Ice.AsyncResult begin_onlyIds(java.util.List<java.lang.Long> ids, Callback_Search_onlyIds __cb)Restricts the set of ids which will be checked. This is useful for testing one of the given restrictions on a reduced set of objects.- Parameters:
ids- Can be null, in which case the previous restriction is removed.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyIds
Ice.AsyncResult begin_onlyIds(java.util.List<java.lang.Long> ids, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyIds __cb)Restricts the set of ids which will be checked. This is useful for testing one of the given restrictions on a reduced set of objects.- Parameters:
ids- Can be null, in which case the previous restriction is removed.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyIds
Ice.AsyncResult begin_onlyIds(java.util.List<java.lang.Long> ids, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts the set of ids which will be checked. This is useful for testing one of the given restrictions on a reduced set of objects.- Parameters:
ids- Can be null, in which case the previous restriction is removed.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_onlyIds
Ice.AsyncResult begin_onlyIds(java.util.List<java.lang.Long> ids, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts the set of ids which will be checked. This is useful for testing one of the given restrictions on a reduced set of objects.- Parameters:
ids- Can be null, in which case the previous restriction is removed.__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_onlyIds
Ice.AsyncResult begin_onlyIds(java.util.List<java.lang.Long> ids, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts the set of ids which will be checked. This is useful for testing one of the given restrictions on a reduced set of objects.- Parameters:
ids- Can be null, in which case the previous restriction is removed.__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_onlyIds
Ice.AsyncResult begin_onlyIds(java.util.List<java.lang.Long> ids, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts the set of ids which will be checked. This is useful for testing one of the given restrictions on a reduced set of objects.- Parameters:
ids- Can be null, in which case the previous restriction is removed.__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_onlyIds
void end_onlyIds(Ice.AsyncResult __result) throws ServerErrorRestricts the set of ids which will be checked. This is useful for testing one of the given restrictions on a reduced set of objects.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
onlyOwnedBy
void onlyOwnedBy(Details d) throws ServerError
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.- Throws:
ServerError
-
onlyOwnedBy
void onlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_onlyOwnedBy
Ice.AsyncResult begin_onlyOwnedBy(Details d)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.- Returns:
- The asynchronous result object.
-
begin_onlyOwnedBy
Ice.AsyncResult begin_onlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_onlyOwnedBy
Ice.AsyncResult begin_onlyOwnedBy(Details d, Ice.Callback __cb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyOwnedBy
Ice.AsyncResult begin_onlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyOwnedBy
Ice.AsyncResult begin_onlyOwnedBy(Details d, Callback_Search_onlyOwnedBy __cb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyOwnedBy
Ice.AsyncResult begin_onlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyOwnedBy __cb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyOwnedBy
Ice.AsyncResult begin_onlyOwnedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_onlyOwnedBy
Ice.AsyncResult begin_onlyOwnedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__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_onlyOwnedBy
Ice.AsyncResult begin_onlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__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_onlyOwnedBy
Ice.AsyncResult begin_onlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__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_onlyOwnedBy
void end_onlyOwnedBy(Ice.AsyncResult __result) throws ServerErrorUses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
notOwnedBy
void notOwnedBy(Details d) throws ServerError
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.- Throws:
ServerError
-
notOwnedBy
void notOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_notOwnedBy
Ice.AsyncResult begin_notOwnedBy(Details d)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.- Returns:
- The asynchronous result object.
-
begin_notOwnedBy
Ice.AsyncResult begin_notOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_notOwnedBy
Ice.AsyncResult begin_notOwnedBy(Details d, Ice.Callback __cb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_notOwnedBy
Ice.AsyncResult begin_notOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_notOwnedBy
Ice.AsyncResult begin_notOwnedBy(Details d, Callback_Search_notOwnedBy __cb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_notOwnedBy
Ice.AsyncResult begin_notOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_notOwnedBy __cb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_notOwnedBy
Ice.AsyncResult begin_notOwnedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_notOwnedBy
Ice.AsyncResult begin_notOwnedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__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_notOwnedBy
Ice.AsyncResult begin_notOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__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_notOwnedBy
Ice.AsyncResult begin_notOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Uses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
d- Can be null, in which case the previous restriction is removed.__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_notOwnedBy
void end_notOwnedBy(Ice.AsyncResult __result) throws ServerErrorUses theDetails.getOwner()andDetails.getGroup()information to restrict the entities which will be returned. If both are non-null, the two restrictions are joined by an AND.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
onlyCreatedBetween
void onlyCreatedBetween(RTime start, RTime stop) throws ServerError
Restricts the time between which an entity may have been created.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval opens to positive infinity.- Throws:
ServerError
-
onlyCreatedBetween
void onlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Restricts the time between which an entity may have been created.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval opens to positive infinity.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_onlyCreatedBetween
Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop)
Restricts the time between which an entity may have been created.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval opens to positive infinity.- Returns:
- The asynchronous result object.
-
begin_onlyCreatedBetween
Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx)
Restricts the time between which an entity may have been created.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval opens to positive infinity.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_onlyCreatedBetween
Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop, Ice.Callback __cb)
Restricts the time between which an entity may have been created.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval opens to positive infinity.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyCreatedBetween
Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Restricts the time between which an entity may have been created.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval opens to positive infinity.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyCreatedBetween
Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop, Callback_Search_onlyCreatedBetween __cb)
Restricts the time between which an entity may have been created.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval opens to positive infinity.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyCreatedBetween
Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyCreatedBetween __cb)
Restricts the time between which an entity may have been created.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval opens to positive infinity.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyCreatedBetween
Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Restricts the time between which an entity may have been created.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval opens to positive infinity.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_onlyCreatedBetween
Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Restricts the time between which an entity may have been created.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval opens to positive infinity.__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_onlyCreatedBetween
Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Restricts the time between which an entity may have been created.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval opens to positive infinity.__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_onlyCreatedBetween
Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Restricts the time between which an entity may have been created.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval opens to positive infinity.__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_onlyCreatedBetween
void end_onlyCreatedBetween(Ice.AsyncResult __result) throws ServerErrorRestricts the time between which an entity may have been created.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
onlyModifiedBetween
void onlyModifiedBetween(RTime start, RTime stop) throws ServerError
Restricts the time between which an entity may have last been modified.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.- Throws:
ServerError
-
onlyModifiedBetween
void onlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Restricts the time between which an entity may have last been modified.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_onlyModifiedBetween
Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop)
Restricts the time between which an entity may have last been modified.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.- Returns:
- The asynchronous result object.
-
begin_onlyModifiedBetween
Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx)
Restricts the time between which an entity may have last been modified.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_onlyModifiedBetween
Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop, Ice.Callback __cb)
Restricts the time between which an entity may have last been modified.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyModifiedBetween
Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Restricts the time between which an entity may have last been modified.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyModifiedBetween
Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop, Callback_Search_onlyModifiedBetween __cb)
Restricts the time between which an entity may have last been modified.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyModifiedBetween
Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyModifiedBetween __cb)
Restricts the time between which an entity may have last been modified.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyModifiedBetween
Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Restricts the time between which an entity may have last been modified.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_onlyModifiedBetween
Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Restricts the time between which an entity may have last been modified.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__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_onlyModifiedBetween
Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Restricts the time between which an entity may have last been modified.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__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_onlyModifiedBetween
Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Restricts the time between which an entity may have last been modified.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__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_onlyModifiedBetween
void end_onlyModifiedBetween(Ice.AsyncResult __result) throws ServerErrorRestricts the time between which an entity may have last been modified.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
onlyAnnotatedBetween
void onlyAnnotatedBetween(RTime start, RTime stop) throws ServerError
Restricts entities by the time in which any annotation (which matches the other filters) was added them. This matches theDetails.getCreationEvent()creation event of theAnnotation.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.- Throws:
ServerError
-
onlyAnnotatedBetween
void onlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Restricts entities by the time in which any annotation (which matches the other filters) was added them. This matches theDetails.getCreationEvent()creation event of theAnnotation.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_onlyAnnotatedBetween
Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop)
Restricts entities by the time in which any annotation (which matches the other filters) was added them. This matches theDetails.getCreationEvent()creation event of theAnnotation.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedBetween
Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx)
Restricts entities by the time in which any annotation (which matches the other filters) was added them. This matches theDetails.getCreationEvent()creation event of theAnnotation.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedBetween
Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop, Ice.Callback __cb)
Restricts entities by the time in which any annotation (which matches the other filters) was added them. This matches theDetails.getCreationEvent()creation event of theAnnotation.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedBetween
Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Restricts entities by the time in which any annotation (which matches the other filters) was added them. This matches theDetails.getCreationEvent()creation event of theAnnotation.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedBetween
Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop, Callback_Search_onlyAnnotatedBetween __cb)
Restricts entities by the time in which any annotation (which matches the other filters) was added them. This matches theDetails.getCreationEvent()creation event of theAnnotation.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedBetween
Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyAnnotatedBetween __cb)
Restricts entities by the time in which any annotation (which matches the other filters) was added them. This matches theDetails.getCreationEvent()creation event of theAnnotation.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedBetween
Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Restricts entities by the time in which any annotation (which matches the other filters) was added them. This matches theDetails.getCreationEvent()creation event of theAnnotation.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedBetween
Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Restricts entities by the time in which any annotation (which matches the other filters) was added them. This matches theDetails.getCreationEvent()creation event of theAnnotation.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__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_onlyAnnotatedBetween
Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Restricts entities by the time in which any annotation (which matches the other filters) was added them. This matches theDetails.getCreationEvent()creation event of theAnnotation.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__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_onlyAnnotatedBetween
Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Restricts entities by the time in which any annotation (which matches the other filters) was added them. This matches theDetails.getCreationEvent()creation event of theAnnotation.- Parameters:
start- Can be null, i.e. interval open to negative infinity.stop- Can be null, i.e. interval open to positive infinity.__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_onlyAnnotatedBetween
void end_onlyAnnotatedBetween(Ice.AsyncResult __result) throws ServerErrorRestricts entities by the time in which any annotation (which matches the other filters) was added them. This matches theDetails.getCreationEvent()creation event of theAnnotation.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
onlyAnnotatedBy
void onlyAnnotatedBy(Details d) throws ServerError
Restricts entities by who has annotated them with anAnnotationmatching the other filters. AsonlyOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.- Throws:
ServerError
-
onlyAnnotatedBy
void onlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Restricts entities by who has annotated them with anAnnotationmatching the other filters. AsonlyOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_onlyAnnotatedBy
Ice.AsyncResult begin_onlyAnnotatedBy(Details d)
Restricts entities by who has annotated them with anAnnotationmatching the other filters. AsonlyOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedBy
Ice.AsyncResult begin_onlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)
Restricts entities by who has annotated them with anAnnotationmatching the other filters. AsonlyOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedBy
Ice.AsyncResult begin_onlyAnnotatedBy(Details d, Ice.Callback __cb)
Restricts entities by who has annotated them with anAnnotationmatching the other filters. AsonlyOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedBy
Ice.AsyncResult begin_onlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Restricts entities by who has annotated them with anAnnotationmatching the other filters. AsonlyOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedBy
Ice.AsyncResult begin_onlyAnnotatedBy(Details d, Callback_Search_onlyAnnotatedBy __cb)
Restricts entities by who has annotated them with anAnnotationmatching the other filters. AsonlyOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedBy
Ice.AsyncResult begin_onlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyAnnotatedBy __cb)
Restricts entities by who has annotated them with anAnnotationmatching the other filters. AsonlyOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedBy
Ice.AsyncResult begin_onlyAnnotatedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Restricts entities by who has annotated them with anAnnotationmatching the other filters. AsonlyOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedBy
Ice.AsyncResult begin_onlyAnnotatedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Restricts entities by who has annotated them with anAnnotationmatching the other filters. AsonlyOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__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_onlyAnnotatedBy
Ice.AsyncResult begin_onlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Restricts entities by who has annotated them with anAnnotationmatching the other filters. AsonlyOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__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_onlyAnnotatedBy
Ice.AsyncResult begin_onlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Restricts entities by who has annotated them with anAnnotationmatching the other filters. AsonlyOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__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_onlyAnnotatedBy
void end_onlyAnnotatedBy(Ice.AsyncResult __result) throws ServerErrorRestricts entities by who has annotated them with anAnnotationmatching the other filters. AsonlyOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
notAnnotatedBy
void notAnnotatedBy(Details d) throws ServerError
Restricts entities by who has not annotated them with anAnnotationmatching the other filters. AsnotOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.- Throws:
ServerError
-
notAnnotatedBy
void notAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Restricts entities by who has not annotated them with anAnnotationmatching the other filters. AsnotOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_notAnnotatedBy
Ice.AsyncResult begin_notAnnotatedBy(Details d)
Restricts entities by who has not annotated them with anAnnotationmatching the other filters. AsnotOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.- Returns:
- The asynchronous result object.
-
begin_notAnnotatedBy
Ice.AsyncResult begin_notAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)
Restricts entities by who has not annotated them with anAnnotationmatching the other filters. AsnotOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_notAnnotatedBy
Ice.AsyncResult begin_notAnnotatedBy(Details d, Ice.Callback __cb)
Restricts entities by who has not annotated them with anAnnotationmatching the other filters. AsnotOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_notAnnotatedBy
Ice.AsyncResult begin_notAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Restricts entities by who has not annotated them with anAnnotationmatching the other filters. AsnotOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_notAnnotatedBy
Ice.AsyncResult begin_notAnnotatedBy(Details d, Callback_Search_notAnnotatedBy __cb)
Restricts entities by who has not annotated them with anAnnotationmatching the other filters. AsnotOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_notAnnotatedBy
Ice.AsyncResult begin_notAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_notAnnotatedBy __cb)
Restricts entities by who has not annotated them with anAnnotationmatching the other filters. AsnotOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_notAnnotatedBy
Ice.AsyncResult begin_notAnnotatedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Restricts entities by who has not annotated them with anAnnotationmatching the other filters. AsnotOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_notAnnotatedBy
Ice.AsyncResult begin_notAnnotatedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Restricts entities by who has not annotated them with anAnnotationmatching the other filters. AsnotOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__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_notAnnotatedBy
Ice.AsyncResult begin_notAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Restricts entities by who has not annotated them with anAnnotationmatching the other filters. AsnotOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__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_notAnnotatedBy
Ice.AsyncResult begin_notAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Restricts entities by who has not annotated them with anAnnotationmatching the other filters. AsnotOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
d- Can be null, in which case any previous restriction is removed.__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_notAnnotatedBy
void end_notAnnotatedBy(Ice.AsyncResult __result) throws ServerErrorRestricts entities by who has not annotated them with anAnnotationmatching the other filters. AsnotOwnedBy, theDetails.getOwner()andDetails.getGroup()information is combined with an AND condition.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
onlyAnnotatedWith
void onlyAnnotatedWith(java.util.List<java.lang.String> classes) throws ServerErrorRestricts entities to having anAnnotationof all the given types. This is useful in combination with the other onlyAnnotated* methods to say, e.g., only annotated with a file by user X. By default, this value isnulland imposes no restriction. Passing an empty array implies an object that is not annotated at all. Note: If the semantics were OR, then a client would have to query each class individually, and compare all the various values, checking which ids are where. However, since this method defaults to AND, multiple calls (optionally withisMergedBatchesandisReturnUnloaded) and combine the results. Duplicate ids are still possible so a set of some form should be used to collect the results.- Parameters:
classes- Can be empty, in which case restriction is removed.- Throws:
ServerError
-
onlyAnnotatedWith
void onlyAnnotatedWith(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorRestricts entities to having anAnnotationof all the given types. This is useful in combination with the other onlyAnnotated* methods to say, e.g., only annotated with a file by user X. By default, this value isnulland imposes no restriction. Passing an empty array implies an object that is not annotated at all. Note: If the semantics were OR, then a client would have to query each class individually, and compare all the various values, checking which ids are where. However, since this method defaults to AND, multiple calls (optionally withisMergedBatchesandisReturnUnloaded) and combine the results. Duplicate ids are still possible so a set of some form should be used to collect the results.- Parameters:
classes- Can be empty, in which case restriction is removed.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_onlyAnnotatedWith
Ice.AsyncResult begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes)
Restricts entities to having anAnnotationof all the given types. This is useful in combination with the other onlyAnnotated* methods to say, e.g., only annotated with a file by user X. By default, this value isnulland imposes no restriction. Passing an empty array implies an object that is not annotated at all. Note: If the semantics were OR, then a client would have to query each class individually, and compare all the various values, checking which ids are where. However, since this method defaults to AND, multiple calls (optionally withisMergedBatchesandisReturnUnloaded) and combine the results. Duplicate ids are still possible so a set of some form should be used to collect the results.- Parameters:
classes- Can be empty, in which case restriction is removed.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedWith
Ice.AsyncResult begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx)Restricts entities to having anAnnotationof all the given types. This is useful in combination with the other onlyAnnotated* methods to say, e.g., only annotated with a file by user X. By default, this value isnulland imposes no restriction. Passing an empty array implies an object that is not annotated at all. Note: If the semantics were OR, then a client would have to query each class individually, and compare all the various values, checking which ids are where. However, since this method defaults to AND, multiple calls (optionally withisMergedBatchesandisReturnUnloaded) and combine the results. Duplicate ids are still possible so a set of some form should be used to collect the results.- Parameters:
classes- Can be empty, in which case restriction is removed.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedWith
Ice.AsyncResult begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, Ice.Callback __cb)Restricts entities to having anAnnotationof all the given types. This is useful in combination with the other onlyAnnotated* methods to say, e.g., only annotated with a file by user X. By default, this value isnulland imposes no restriction. Passing an empty array implies an object that is not annotated at all. Note: If the semantics were OR, then a client would have to query each class individually, and compare all the various values, checking which ids are where. However, since this method defaults to AND, multiple calls (optionally withisMergedBatchesandisReturnUnloaded) and combine the results. Duplicate ids are still possible so a set of some form should be used to collect the results.- Parameters:
classes- Can be empty, in which case restriction is removed.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedWith
Ice.AsyncResult begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Restricts entities to having anAnnotationof all the given types. This is useful in combination with the other onlyAnnotated* methods to say, e.g., only annotated with a file by user X. By default, this value isnulland imposes no restriction. Passing an empty array implies an object that is not annotated at all. Note: If the semantics were OR, then a client would have to query each class individually, and compare all the various values, checking which ids are where. However, since this method defaults to AND, multiple calls (optionally withisMergedBatchesandisReturnUnloaded) and combine the results. Duplicate ids are still possible so a set of some form should be used to collect the results.- Parameters:
classes- Can be empty, in which case restriction is removed.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedWith
Ice.AsyncResult begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, Callback_Search_onlyAnnotatedWith __cb)Restricts entities to having anAnnotationof all the given types. This is useful in combination with the other onlyAnnotated* methods to say, e.g., only annotated with a file by user X. By default, this value isnulland imposes no restriction. Passing an empty array implies an object that is not annotated at all. Note: If the semantics were OR, then a client would have to query each class individually, and compare all the various values, checking which ids are where. However, since this method defaults to AND, multiple calls (optionally withisMergedBatchesandisReturnUnloaded) and combine the results. Duplicate ids are still possible so a set of some form should be used to collect the results.- Parameters:
classes- Can be empty, in which case restriction is removed.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedWith
Ice.AsyncResult begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyAnnotatedWith __cb)Restricts entities to having anAnnotationof all the given types. This is useful in combination with the other onlyAnnotated* methods to say, e.g., only annotated with a file by user X. By default, this value isnulland imposes no restriction. Passing an empty array implies an object that is not annotated at all. Note: If the semantics were OR, then a client would have to query each class individually, and compare all the various values, checking which ids are where. However, since this method defaults to AND, multiple calls (optionally withisMergedBatchesandisReturnUnloaded) and combine the results. Duplicate ids are still possible so a set of some form should be used to collect the results.- Parameters:
classes- Can be empty, in which case restriction is removed.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedWith
Ice.AsyncResult begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts entities to having anAnnotationof all the given types. This is useful in combination with the other onlyAnnotated* methods to say, e.g., only annotated with a file by user X. By default, this value isnulland imposes no restriction. Passing an empty array implies an object that is not annotated at all. Note: If the semantics were OR, then a client would have to query each class individually, and compare all the various values, checking which ids are where. However, since this method defaults to AND, multiple calls (optionally withisMergedBatchesandisReturnUnloaded) and combine the results. Duplicate ids are still possible so a set of some form should be used to collect the results.- Parameters:
classes- Can be empty, in which case restriction is removed.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_onlyAnnotatedWith
Ice.AsyncResult begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts entities to having anAnnotationof all the given types. This is useful in combination with the other onlyAnnotated* methods to say, e.g., only annotated with a file by user X. By default, this value isnulland imposes no restriction. Passing an empty array implies an object that is not annotated at all. Note: If the semantics were OR, then a client would have to query each class individually, and compare all the various values, checking which ids are where. However, since this method defaults to AND, multiple calls (optionally withisMergedBatchesandisReturnUnloaded) and combine the results. Duplicate ids are still possible so a set of some form should be used to collect the results.- Parameters:
classes- Can be empty, in which case restriction is removed.__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_onlyAnnotatedWith
Ice.AsyncResult begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Restricts entities to having anAnnotationof all the given types. This is useful in combination with the other onlyAnnotated* methods to say, e.g., only annotated with a file by user X. By default, this value isnulland imposes no restriction. Passing an empty array implies an object that is not annotated at all. Note: If the semantics were OR, then a client would have to query each class individually, and compare all the various values, checking which ids are where. However, since this method defaults to AND, multiple calls (optionally withisMergedBatchesandisReturnUnloaded) and combine the results. Duplicate ids are still possible so a set of some form should be used to collect the results.- Parameters:
classes- Can be empty, in which case restriction is removed.__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_onlyAnnotatedWith
Ice.AsyncResult begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Restricts entities to having anAnnotationof all the given types. This is useful in combination with the other onlyAnnotated* methods to say, e.g., only annotated with a file by user X. By default, this value isnulland imposes no restriction. Passing an empty array implies an object that is not annotated at all. Note: If the semantics were OR, then a client would have to query each class individually, and compare all the various values, checking which ids are where. However, since this method defaults to AND, multiple calls (optionally withisMergedBatchesandisReturnUnloaded) and combine the results. Duplicate ids are still possible so a set of some form should be used to collect the results.- Parameters:
classes- Can be empty, in which case restriction is removed.__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_onlyAnnotatedWith
void end_onlyAnnotatedWith(Ice.AsyncResult __result) throws ServerErrorRestricts entities to having anAnnotationof all the given types. This is useful in combination with the other onlyAnnotated* methods to say, e.g., only annotated with a file by user X. By default, this value isnulland imposes no restriction. Passing an empty array implies an object that is not annotated at all. Note: If the semantics were OR, then a client would have to query each class individually, and compare all the various values, checking which ids are where. However, since this method defaults to AND, multiple calls (optionally withisMergedBatchesandisReturnUnloaded) and combine the results. Duplicate ids are still possible so a set of some form should be used to collect the results.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
addOrderByAsc
void addOrderByAsc(java.lang.String path) throws ServerErrorA path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.- Throws:
ServerError- See Also:
unordered()
-
addOrderByAsc
void addOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorA path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.__ctx- The Context map to send with the invocation.- Throws:
ServerError- See Also:
unordered()
-
begin_addOrderByAsc
Ice.AsyncResult begin_addOrderByAsc(java.lang.String path)
A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.- Returns:
- The asynchronous result object.
-
begin_addOrderByAsc
Ice.AsyncResult begin_addOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_addOrderByAsc
Ice.AsyncResult begin_addOrderByAsc(java.lang.String path, Ice.Callback __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addOrderByAsc
Ice.AsyncResult begin_addOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addOrderByAsc
Ice.AsyncResult begin_addOrderByAsc(java.lang.String path, Callback_Search_addOrderByAsc __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addOrderByAsc
Ice.AsyncResult begin_addOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_addOrderByAsc __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addOrderByAsc
Ice.AsyncResult begin_addOrderByAsc(java.lang.String path, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addOrderByAsc
Ice.AsyncResult begin_addOrderByAsc(java.lang.String path, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-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_addOrderByAsc
Ice.AsyncResult begin_addOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-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_addOrderByAsc
Ice.AsyncResult begin_addOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-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_addOrderByAsc
void end_addOrderByAsc(Ice.AsyncResult __result) throws ServerErrorA path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError- See Also:
unordered()
-
addOrderByDesc
void addOrderByDesc(java.lang.String path) throws ServerErrorA path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.- Throws:
ServerError- See Also:
unordered()
-
addOrderByDesc
void addOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorA path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.__ctx- The Context map to send with the invocation.- Throws:
ServerError- See Also:
unordered()
-
begin_addOrderByDesc
Ice.AsyncResult begin_addOrderByDesc(java.lang.String path)
A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.- Returns:
- The asynchronous result object.
-
begin_addOrderByDesc
Ice.AsyncResult begin_addOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_addOrderByDesc
Ice.AsyncResult begin_addOrderByDesc(java.lang.String path, Ice.Callback __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addOrderByDesc
Ice.AsyncResult begin_addOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addOrderByDesc
Ice.AsyncResult begin_addOrderByDesc(java.lang.String path, Callback_Search_addOrderByDesc __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addOrderByDesc
Ice.AsyncResult begin_addOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_addOrderByDesc __cb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addOrderByDesc
Ice.AsyncResult begin_addOrderByDesc(java.lang.String path, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-null.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addOrderByDesc
Ice.AsyncResult begin_addOrderByDesc(java.lang.String path, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-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_addOrderByDesc
Ice.AsyncResult begin_addOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-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_addOrderByDesc
Ice.AsyncResult begin_addOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)A path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
path- Non-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_addOrderByDesc
void end_addOrderByDesc(Ice.AsyncResult __result) throws ServerErrorA path from the target entity which will be added to the current stack of order statements applied to the query.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError- See Also:
unordered()
-
unordered
void unordered() throws ServerErrorRemoves the current stack of order statements.- Throws:
ServerError- See Also:
addOrderByAsc(java.lang.String),addOrderByDesc(java.lang.String)
-
unordered
void unordered(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorRemoves the current stack of order statements.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError- See Also:
addOrderByAsc(java.lang.String),addOrderByDesc(java.lang.String)
-
begin_unordered
Ice.AsyncResult begin_unordered()
Removes the current stack of order statements.- Returns:
- The asynchronous result object.
-
begin_unordered
Ice.AsyncResult begin_unordered(java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes the current stack of order statements.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_unordered
Ice.AsyncResult begin_unordered(Ice.Callback __cb)
Removes the current stack of order statements.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_unordered
Ice.AsyncResult begin_unordered(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Removes the current stack of order statements.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_unordered
Ice.AsyncResult begin_unordered(Callback_Search_unordered __cb)
Removes the current stack of order statements.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_unordered
Ice.AsyncResult begin_unordered(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_unordered __cb)Removes the current stack of order statements.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_unordered
Ice.AsyncResult begin_unordered(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Removes the current stack of order statements.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_unordered
Ice.AsyncResult begin_unordered(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Removes the current stack of order statements.- 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_unordered
Ice.AsyncResult begin_unordered(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Removes the current stack of order statements.- 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_unordered
Ice.AsyncResult begin_unordered(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Removes the current stack of order statements.- 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_unordered
void end_unordered(Ice.AsyncResult __result) throws ServerErrorRemoves the current stack of order statements.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError- See Also:
addOrderByAsc(java.lang.String),addOrderByDesc(java.lang.String)
-
fetchAnnotations
void fetchAnnotations(java.util.List<java.lang.String> classes) throws ServerErrorQueries the database for allAnnotationannotations of the given types for all returned instances.- Parameters:
classes- Can be empty, which removes previous fetch setting.- Throws:
ServerError
-
fetchAnnotations
void fetchAnnotations(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorQueries the database for allAnnotationannotations of the given types for all returned instances.- Parameters:
classes- Can be empty, which removes previous fetch setting.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_fetchAnnotations
Ice.AsyncResult begin_fetchAnnotations(java.util.List<java.lang.String> classes)
Queries the database for allAnnotationannotations of the given types for all returned instances.- Parameters:
classes- Can be empty, which removes previous fetch setting.- Returns:
- The asynchronous result object.
-
begin_fetchAnnotations
Ice.AsyncResult begin_fetchAnnotations(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx)Queries the database for allAnnotationannotations of the given types for all returned instances.- Parameters:
classes- Can be empty, which removes previous fetch setting.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_fetchAnnotations
Ice.AsyncResult begin_fetchAnnotations(java.util.List<java.lang.String> classes, Ice.Callback __cb)Queries the database for allAnnotationannotations of the given types for all returned instances.- Parameters:
classes- Can be empty, which removes previous fetch setting.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_fetchAnnotations
Ice.AsyncResult begin_fetchAnnotations(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Queries the database for allAnnotationannotations of the given types for all returned instances.- Parameters:
classes- Can be empty, which removes previous fetch setting.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_fetchAnnotations
Ice.AsyncResult begin_fetchAnnotations(java.util.List<java.lang.String> classes, Callback_Search_fetchAnnotations __cb)Queries the database for allAnnotationannotations of the given types for all returned instances.- Parameters:
classes- Can be empty, which removes previous fetch setting.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_fetchAnnotations
Ice.AsyncResult begin_fetchAnnotations(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_fetchAnnotations __cb)Queries the database for allAnnotationannotations of the given types for all returned instances.- Parameters:
classes- Can be empty, which removes previous fetch setting.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_fetchAnnotations
Ice.AsyncResult begin_fetchAnnotations(java.util.List<java.lang.String> classes, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Queries the database for allAnnotationannotations of the given types for all returned instances.- Parameters:
classes- Can be empty, which removes previous fetch setting.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_fetchAnnotations
Ice.AsyncResult begin_fetchAnnotations(java.util.List<java.lang.String> classes, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Queries the database for allAnnotationannotations of the given types for all returned instances.- Parameters:
classes- Can be empty, which removes previous fetch setting.__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_fetchAnnotations
Ice.AsyncResult begin_fetchAnnotations(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Queries the database for allAnnotationannotations of the given types for all returned instances.- Parameters:
classes- Can be empty, which removes previous fetch setting.__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_fetchAnnotations
Ice.AsyncResult begin_fetchAnnotations(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Queries the database for allAnnotationannotations of the given types for all returned instances.- Parameters:
classes- Can be empty, which removes previous fetch setting.__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_fetchAnnotations
void end_fetchAnnotations(Ice.AsyncResult __result) throws ServerErrorQueries the database for allAnnotationannotations of the given types for all returned instances.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
fetchAlso
void fetchAlso(java.util.List<java.lang.String> fetches) throws ServerErrorAdds a fetch clause for loading non-annotation fields of returned entities. Each fetch is a hibernate clause in dot notation.- Parameters:
fetches- Can be empty, which removes previous fetch setting.- Throws:
ServerError
-
fetchAlso
void fetchAlso(java.util.List<java.lang.String> fetches, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorAdds a fetch clause for loading non-annotation fields of returned entities. Each fetch is a hibernate clause in dot notation.- Parameters:
fetches- Can be empty, which removes previous fetch setting.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_fetchAlso
Ice.AsyncResult begin_fetchAlso(java.util.List<java.lang.String> fetches)
Adds a fetch clause for loading non-annotation fields of returned entities. Each fetch is a hibernate clause in dot notation.- Parameters:
fetches- Can be empty, which removes previous fetch setting.- Returns:
- The asynchronous result object.
-
begin_fetchAlso
Ice.AsyncResult begin_fetchAlso(java.util.List<java.lang.String> fetches, java.util.Map<java.lang.String,java.lang.String> __ctx)Adds a fetch clause for loading non-annotation fields of returned entities. Each fetch is a hibernate clause in dot notation.- Parameters:
fetches- Can be empty, which removes previous fetch setting.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_fetchAlso
Ice.AsyncResult begin_fetchAlso(java.util.List<java.lang.String> fetches, Ice.Callback __cb)Adds a fetch clause for loading non-annotation fields of returned entities. Each fetch is a hibernate clause in dot notation.- Parameters:
fetches- Can be empty, which removes previous fetch setting.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_fetchAlso
Ice.AsyncResult begin_fetchAlso(java.util.List<java.lang.String> fetches, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Adds a fetch clause for loading non-annotation fields of returned entities. Each fetch is a hibernate clause in dot notation.- Parameters:
fetches- Can be empty, which removes previous fetch setting.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_fetchAlso
Ice.AsyncResult begin_fetchAlso(java.util.List<java.lang.String> fetches, Callback_Search_fetchAlso __cb)Adds a fetch clause for loading non-annotation fields of returned entities. Each fetch is a hibernate clause in dot notation.- Parameters:
fetches- Can be empty, which removes previous fetch setting.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_fetchAlso
Ice.AsyncResult begin_fetchAlso(java.util.List<java.lang.String> fetches, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_fetchAlso __cb)Adds a fetch clause for loading non-annotation fields of returned entities. Each fetch is a hibernate clause in dot notation.- Parameters:
fetches- Can be empty, which removes previous fetch setting.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_fetchAlso
Ice.AsyncResult begin_fetchAlso(java.util.List<java.lang.String> fetches, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Adds a fetch clause for loading non-annotation fields of returned entities. Each fetch is a hibernate clause in dot notation.- Parameters:
fetches- Can be empty, which removes previous fetch setting.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_fetchAlso
Ice.AsyncResult begin_fetchAlso(java.util.List<java.lang.String> fetches, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Adds a fetch clause for loading non-annotation fields of returned entities. Each fetch is a hibernate clause in dot notation.- Parameters:
fetches- Can be empty, which removes previous fetch setting.__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_fetchAlso
Ice.AsyncResult begin_fetchAlso(java.util.List<java.lang.String> fetches, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Adds a fetch clause for loading non-annotation fields of returned entities. Each fetch is a hibernate clause in dot notation.- Parameters:
fetches- Can be empty, which removes previous fetch setting.__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_fetchAlso
Ice.AsyncResult begin_fetchAlso(java.util.List<java.lang.String> fetches, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Adds a fetch clause for loading non-annotation fields of returned entities. Each fetch is a hibernate clause in dot notation.- Parameters:
fetches- Can be empty, which removes previous fetch setting.__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_fetchAlso
void end_fetchAlso(Ice.AsyncResult __result) throws ServerErrorAdds a fetch clause for loading non-annotation fields of returned entities. Each fetch is a hibernate clause in dot notation.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
resetDefaults
void resetDefaults() throws ServerErrorResets all settings (non-query state) to the original default values, as if the instance had just be created.- Throws:
ServerError
-
resetDefaults
void resetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorResets all settings (non-query state) to the original default values, as if the instance had just be created.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_resetDefaults
Ice.AsyncResult begin_resetDefaults()
Resets all settings (non-query state) to the original default values, as if the instance had just be created.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
Ice.AsyncResult begin_resetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx)
Resets all settings (non-query state) to the original default values, as if the instance had just be created.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
Ice.AsyncResult begin_resetDefaults(Ice.Callback __cb)
Resets all settings (non-query state) to the original default values, as if the instance had just be created.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
Ice.AsyncResult begin_resetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Resets all settings (non-query state) to the original default values, as if the instance had just be created.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
Ice.AsyncResult begin_resetDefaults(Callback_Search_resetDefaults __cb)
Resets all settings (non-query state) to the original default values, as if the instance had just be created.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
Ice.AsyncResult begin_resetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_resetDefaults __cb)Resets all settings (non-query state) to the original default values, as if the instance had just be created.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
Ice.AsyncResult begin_resetDefaults(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Resets all settings (non-query state) to the original default values, as if the instance had just be created.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_resetDefaults
Ice.AsyncResult begin_resetDefaults(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Resets all settings (non-query state) to the original default values, as if the instance had just be created.- 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_resetDefaults
Ice.AsyncResult begin_resetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Resets all settings (non-query state) to the original default values, as if the instance had just be created.- 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_resetDefaults
Ice.AsyncResult begin_resetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Resets all settings (non-query state) to the original default values, as if the instance had just be created.- 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_resetDefaults
void end_resetDefaults(Ice.AsyncResult __result) throws ServerErrorResets all settings (non-query state) to the original default values, as if the instance had just be created.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
byGroupForTags
void byGroupForTags(java.lang.String group) throws ServerErrorReturns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group. The entities are transient and without ownership since multiple users can own the same tag. This method will override settings for types.- Parameters:
group- Can be null or empty to return all tags.- Throws:
ServerError
-
byGroupForTags
void byGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorReturns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group. The entities are transient and without ownership since multiple users can own the same tag. This method will override settings for types.- Parameters:
group- Can be null or empty to return all tags.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_byGroupForTags
Ice.AsyncResult begin_byGroupForTags(java.lang.String group)
Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group. The entities are transient and without ownership since multiple users can own the same tag. This method will override settings for types.- Parameters:
group- Can be null or empty to return all tags.- Returns:
- The asynchronous result object.
-
begin_byGroupForTags
Ice.AsyncResult begin_byGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group. The entities are transient and without ownership since multiple users can own the same tag. This method will override settings for types.- Parameters:
group- Can be null or empty to return all tags.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_byGroupForTags
Ice.AsyncResult begin_byGroupForTags(java.lang.String group, Ice.Callback __cb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group. The entities are transient and without ownership since multiple users can own the same tag. This method will override settings for types.- Parameters:
group- Can be null or empty to return all tags.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byGroupForTags
Ice.AsyncResult begin_byGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group. The entities are transient and without ownership since multiple users can own the same tag. This method will override settings for types.- Parameters:
group- Can be null or empty to return all tags.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byGroupForTags
Ice.AsyncResult begin_byGroupForTags(java.lang.String group, Callback_Search_byGroupForTags __cb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group. The entities are transient and without ownership since multiple users can own the same tag. This method will override settings for types.- Parameters:
group- Can be null or empty to return all tags.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byGroupForTags
Ice.AsyncResult begin_byGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byGroupForTags __cb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group. The entities are transient and without ownership since multiple users can own the same tag. This method will override settings for types.- Parameters:
group- Can be null or empty to return all tags.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byGroupForTags
Ice.AsyncResult begin_byGroupForTags(java.lang.String group, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group. The entities are transient and without ownership since multiple users can own the same tag. This method will override settings for types.- Parameters:
group- Can be null or empty to return all tags.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_byGroupForTags
Ice.AsyncResult begin_byGroupForTags(java.lang.String group, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group. The entities are transient and without ownership since multiple users can own the same tag. This method will override settings for types.- Parameters:
group- Can be null or empty to return all tags.__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_byGroupForTags
Ice.AsyncResult begin_byGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group. The entities are transient and without ownership since multiple users can own the same tag. This method will override settings for types.- Parameters:
group- Can be null or empty to return all tags.__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_byGroupForTags
Ice.AsyncResult begin_byGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group. The entities are transient and without ownership since multiple users can own the same tag. This method will override settings for types.- Parameters:
group- Can be null or empty to return all tags.__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_byGroupForTags
void end_byGroupForTags(Ice.AsyncResult __result) throws ServerErrorReturns transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtags in the given group. The entities are transient and without ownership since multiple users can own the same tag. This method will override settings for types.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
byTagForGroups
void byTagForGroups(java.lang.String tag) throws ServerErrorCreates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to. The entities are transient and without ownership since multiple users can own the same tag group. This method will override settings for types.- Parameters:
tag- Can be null or empty to return all groups.- Throws:
ServerError
-
byTagForGroups
void byTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorCreates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to. The entities are transient and without ownership since multiple users can own the same tag group. This method will override settings for types.- Parameters:
tag- Can be null or empty to return all groups.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_byTagForGroups
Ice.AsyncResult begin_byTagForGroups(java.lang.String tag)
Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to. The entities are transient and without ownership since multiple users can own the same tag group. This method will override settings for types.- Parameters:
tag- Can be null or empty to return all groups.- Returns:
- The asynchronous result object.
-
begin_byTagForGroups
Ice.AsyncResult begin_byTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to. The entities are transient and without ownership since multiple users can own the same tag group. This method will override settings for types.- Parameters:
tag- Can be null or empty to return all groups.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_byTagForGroups
Ice.AsyncResult begin_byTagForGroups(java.lang.String tag, Ice.Callback __cb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to. The entities are transient and without ownership since multiple users can own the same tag group. This method will override settings for types.- Parameters:
tag- Can be null or empty to return all groups.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byTagForGroups
Ice.AsyncResult begin_byTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to. The entities are transient and without ownership since multiple users can own the same tag group. This method will override settings for types.- Parameters:
tag- Can be null or empty to return all groups.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byTagForGroups
Ice.AsyncResult begin_byTagForGroups(java.lang.String tag, Callback_Search_byTagForGroups __cb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to. The entities are transient and without ownership since multiple users can own the same tag group. This method will override settings for types.- Parameters:
tag- Can be null or empty to return all groups.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byTagForGroups
Ice.AsyncResult begin_byTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byTagForGroups __cb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to. The entities are transient and without ownership since multiple users can own the same tag group. This method will override settings for types.- Parameters:
tag- Can be null or empty to return all groups.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byTagForGroups
Ice.AsyncResult begin_byTagForGroups(java.lang.String tag, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to. The entities are transient and without ownership since multiple users can own the same tag group. This method will override settings for types.- Parameters:
tag- Can be null or empty to return all groups.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_byTagForGroups
Ice.AsyncResult begin_byTagForGroups(java.lang.String tag, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to. The entities are transient and without ownership since multiple users can own the same tag group. This method will override settings for types.- Parameters:
tag- Can be null or empty to return all groups.__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_byTagForGroups
Ice.AsyncResult begin_byTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to. The entities are transient and without ownership since multiple users can own the same tag group. This method will override settings for types.- Parameters:
tag- Can be null or empty to return all groups.__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_byTagForGroups
Ice.AsyncResult begin_byTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Creates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to. The entities are transient and without ownership since multiple users can own the same tag group. This method will override settings for types.- Parameters:
tag- Can be null or empty to return all groups.__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_byTagForGroups
void end_byTagForGroups(Ice.AsyncResult __result) throws ServerErrorCreates a query which will return transient (without ID)TagAnnotationinstances which represent all theTagAnnotationtag groups which the given tag belongs to. The entities are transient and without ownership since multiple users can own the same tag group. This method will override settings for types.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
byFullText
void byFullText(java.lang.String query) throws ServerErrorPasses the query as is to the Lucene backend.- Parameters:
query- May not be null or of zero length.- Throws:
ServerError
-
byFullText
void byFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorPasses the query as is to the Lucene backend.- Parameters:
query- May not be null or of zero length.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_byFullText
Ice.AsyncResult begin_byFullText(java.lang.String query)
Passes the query as is to the Lucene backend.- Parameters:
query- May not be null or of zero length.- Returns:
- The asynchronous result object.
-
begin_byFullText
Ice.AsyncResult begin_byFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx)Passes the query as is to the Lucene backend.- Parameters:
query- May not be null or of zero length.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_byFullText
Ice.AsyncResult begin_byFullText(java.lang.String query, Ice.Callback __cb)Passes the query as is to the Lucene backend.- Parameters:
query- May not be null or of zero length.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byFullText
Ice.AsyncResult begin_byFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Passes the query as is to the Lucene backend.- Parameters:
query- May not be null or of zero length.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byFullText
Ice.AsyncResult begin_byFullText(java.lang.String query, Callback_Search_byFullText __cb)Passes the query as is to the Lucene backend.- Parameters:
query- May not be null or of zero length.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byFullText
Ice.AsyncResult begin_byFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byFullText __cb)Passes the query as is to the Lucene backend.- Parameters:
query- May not be null or of zero length.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byFullText
Ice.AsyncResult begin_byFullText(java.lang.String query, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Passes the query as is to the Lucene backend.- Parameters:
query- May not be null or of zero length.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_byFullText
Ice.AsyncResult begin_byFullText(java.lang.String query, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Passes the query as is to the Lucene backend.- Parameters:
query- May not be null or of zero length.__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_byFullText
Ice.AsyncResult begin_byFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Passes the query as is to the Lucene backend.- Parameters:
query- May not be null or of zero length.__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_byFullText
Ice.AsyncResult begin_byFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Passes the query as is to the Lucene backend.- Parameters:
query- May not be null or of zero length.__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_byFullText
void end_byFullText(Ice.AsyncResult __result) throws ServerErrorPasses the query as is to the Lucene backend.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
byLuceneQueryBuilder
void byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query) throws ServerErrorBuilds a Lucene query and passes it to the Lucene backend.- Parameters:
fields- The fields (comma separated) to search in (name, description, ...)from- The date range from, in the form YYYYMMDD (may be null)to- The date range to (inclusive), in the form YYYYMMDD (may be null)dateType-DATE_TYPE_ACQUISITIONorDATE_TYPE_IMPORTquery- May not be null or of zero length.- Throws:
ServerError
-
byLuceneQueryBuilder
void byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorBuilds a Lucene query and passes it to the Lucene backend.- Parameters:
fields- The fields (comma separated) to search in (name, description, ...)from- The date range from, in the form YYYYMMDD (may be null)to- The date range to (inclusive), in the form YYYYMMDD (may be null)dateType-DATE_TYPE_ACQUISITIONorDATE_TYPE_IMPORTquery- May not be null or of zero length.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_byLuceneQueryBuilder
Ice.AsyncResult begin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query)Builds a Lucene query and passes it to the Lucene backend.- Parameters:
fields- The fields (comma separated) to search in (name, description, ...)from- The date range from, in the form YYYYMMDD (may be null)to- The date range to (inclusive), in the form YYYYMMDD (may be null)dateType-DATE_TYPE_ACQUISITIONorDATE_TYPE_IMPORTquery- May not be null or of zero length.- Returns:
- The asynchronous result object.
-
begin_byLuceneQueryBuilder
Ice.AsyncResult begin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx)Builds a Lucene query and passes it to the Lucene backend.- Parameters:
fields- The fields (comma separated) to search in (name, description, ...)from- The date range from, in the form YYYYMMDD (may be null)to- The date range to (inclusive), in the form YYYYMMDD (may be null)dateType-DATE_TYPE_ACQUISITIONorDATE_TYPE_IMPORTquery- May not be null or of zero length.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_byLuceneQueryBuilder
Ice.AsyncResult begin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, Ice.Callback __cb)Builds a Lucene query and passes it to the Lucene backend.- Parameters:
fields- The fields (comma separated) to search in (name, description, ...)from- The date range from, in the form YYYYMMDD (may be null)to- The date range to (inclusive), in the form YYYYMMDD (may be null)dateType-DATE_TYPE_ACQUISITIONorDATE_TYPE_IMPORTquery- May not be null or of zero length.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byLuceneQueryBuilder
Ice.AsyncResult begin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Builds a Lucene query and passes it to the Lucene backend.- Parameters:
fields- The fields (comma separated) to search in (name, description, ...)from- The date range from, in the form YYYYMMDD (may be null)to- The date range to (inclusive), in the form YYYYMMDD (may be null)dateType-DATE_TYPE_ACQUISITIONorDATE_TYPE_IMPORTquery- May not be null or of zero length.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byLuceneQueryBuilder
Ice.AsyncResult begin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, Callback_Search_byLuceneQueryBuilder __cb)Builds a Lucene query and passes it to the Lucene backend.- Parameters:
fields- The fields (comma separated) to search in (name, description, ...)from- The date range from, in the form YYYYMMDD (may be null)to- The date range to (inclusive), in the form YYYYMMDD (may be null)dateType-DATE_TYPE_ACQUISITIONorDATE_TYPE_IMPORTquery- May not be null or of zero length.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byLuceneQueryBuilder
Ice.AsyncResult begin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byLuceneQueryBuilder __cb)Builds a Lucene query and passes it to the Lucene backend.- Parameters:
fields- The fields (comma separated) to search in (name, description, ...)from- The date range from, in the form YYYYMMDD (may be null)to- The date range to (inclusive), in the form YYYYMMDD (may be null)dateType-DATE_TYPE_ACQUISITIONorDATE_TYPE_IMPORTquery- May not be null or of zero length.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byLuceneQueryBuilder
Ice.AsyncResult begin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Builds a Lucene query and passes it to the Lucene backend.- Parameters:
fields- The fields (comma separated) to search in (name, description, ...)from- The date range from, in the form YYYYMMDD (may be null)to- The date range to (inclusive), in the form YYYYMMDD (may be null)dateType-DATE_TYPE_ACQUISITIONorDATE_TYPE_IMPORTquery- May not be null or of zero length.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_byLuceneQueryBuilder
Ice.AsyncResult begin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Builds a Lucene query and passes it to the Lucene backend.- Parameters:
fields- The fields (comma separated) to search in (name, description, ...)from- The date range from, in the form YYYYMMDD (may be null)to- The date range to (inclusive), in the form YYYYMMDD (may be null)dateType-DATE_TYPE_ACQUISITIONorDATE_TYPE_IMPORTquery- May not be null or of zero length.__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_byLuceneQueryBuilder
Ice.AsyncResult begin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Builds a Lucene query and passes it to the Lucene backend.- Parameters:
fields- The fields (comma separated) to search in (name, description, ...)from- The date range from, in the form YYYYMMDD (may be null)to- The date range to (inclusive), in the form YYYYMMDD (may be null)dateType-DATE_TYPE_ACQUISITIONorDATE_TYPE_IMPORTquery- May not be null or of zero length.__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_byLuceneQueryBuilder
Ice.AsyncResult begin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Builds a Lucene query and passes it to the Lucene backend.- Parameters:
fields- The fields (comma separated) to search in (name, description, ...)from- The date range from, in the form YYYYMMDD (may be null)to- The date range to (inclusive), in the form YYYYMMDD (may be null)dateType-DATE_TYPE_ACQUISITIONorDATE_TYPE_IMPORTquery- May not be null or of zero length.__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_byLuceneQueryBuilder
void end_byLuceneQueryBuilder(Ice.AsyncResult __result) throws ServerErrorBuilds a Lucene query and passes it to the Lucene backend.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
bySimilarTerms
void bySimilarTerms(java.util.List<java.lang.String> terms) throws ServerErrorReturns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms. For example, if the argument is cell, one return value might have as its textValue: cellular while another has cellularize. No filtering or fetching is performed.- Parameters:
terms- Cannot be empty.- Throws:
ServerError
-
bySimilarTerms
void bySimilarTerms(java.util.List<java.lang.String> terms, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorReturns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms. For example, if the argument is cell, one return value might have as its textValue: cellular while another has cellularize. No filtering or fetching is performed.- Parameters:
terms- Cannot be empty.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_bySimilarTerms
Ice.AsyncResult begin_bySimilarTerms(java.util.List<java.lang.String> terms)
Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms. For example, if the argument is cell, one return value might have as its textValue: cellular while another has cellularize. No filtering or fetching is performed.- Parameters:
terms- Cannot be empty.- Returns:
- The asynchronous result object.
-
begin_bySimilarTerms
Ice.AsyncResult begin_bySimilarTerms(java.util.List<java.lang.String> terms, java.util.Map<java.lang.String,java.lang.String> __ctx)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms. For example, if the argument is cell, one return value might have as its textValue: cellular while another has cellularize. No filtering or fetching is performed.- Parameters:
terms- Cannot be empty.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_bySimilarTerms
Ice.AsyncResult begin_bySimilarTerms(java.util.List<java.lang.String> terms, Ice.Callback __cb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms. For example, if the argument is cell, one return value might have as its textValue: cellular while another has cellularize. No filtering or fetching is performed.- Parameters:
terms- Cannot be empty.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_bySimilarTerms
Ice.AsyncResult begin_bySimilarTerms(java.util.List<java.lang.String> terms, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms. For example, if the argument is cell, one return value might have as its textValue: cellular while another has cellularize. No filtering or fetching is performed.- Parameters:
terms- Cannot be empty.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_bySimilarTerms
Ice.AsyncResult begin_bySimilarTerms(java.util.List<java.lang.String> terms, Callback_Search_bySimilarTerms __cb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms. For example, if the argument is cell, one return value might have as its textValue: cellular while another has cellularize. No filtering or fetching is performed.- Parameters:
terms- Cannot be empty.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_bySimilarTerms
Ice.AsyncResult begin_bySimilarTerms(java.util.List<java.lang.String> terms, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_bySimilarTerms __cb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms. For example, if the argument is cell, one return value might have as its textValue: cellular while another has cellularize. No filtering or fetching is performed.- Parameters:
terms- Cannot be empty.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_bySimilarTerms
Ice.AsyncResult begin_bySimilarTerms(java.util.List<java.lang.String> terms, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms. For example, if the argument is cell, one return value might have as its textValue: cellular while another has cellularize. No filtering or fetching is performed.- Parameters:
terms- Cannot be empty.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_bySimilarTerms
Ice.AsyncResult begin_bySimilarTerms(java.util.List<java.lang.String> terms, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms. For example, if the argument is cell, one return value might have as its textValue: cellular while another has cellularize. No filtering or fetching is performed.- Parameters:
terms- Cannot be empty.__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_bySimilarTerms
Ice.AsyncResult begin_bySimilarTerms(java.util.List<java.lang.String> terms, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms. For example, if the argument is cell, one return value might have as its textValue: cellular while another has cellularize. No filtering or fetching is performed.- Parameters:
terms- Cannot be empty.__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_bySimilarTerms
Ice.AsyncResult begin_bySimilarTerms(java.util.List<java.lang.String> terms, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms. For example, if the argument is cell, one return value might have as its textValue: cellular while another has cellularize. No filtering or fetching is performed.- Parameters:
terms- Cannot be empty.__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_bySimilarTerms
void end_bySimilarTerms(Ice.AsyncResult __result) throws ServerErrorReturns transient (without ID)TextAnnotationinstances which represent terms which are similar to the given terms. For example, if the argument is cell, one return value might have as its textValue: cellular while another has cellularize. No filtering or fetching is performed.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
byHqlQuery
void byHqlQuery(java.lang.String query, Parameters params) throws ServerErrorDelegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.- Parameters:
query- Not null.params- May be null. Defaults are then in effect.- Throws:
ServerError
-
byHqlQuery
void byHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorDelegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.- Parameters:
query- Not null.params- May be null. Defaults are then in effect.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_byHqlQuery
Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.- Parameters:
query- Not null.- Returns:
- The asynchronous result object.
-
begin_byHqlQuery
Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.- Parameters:
query- Not null.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_byHqlQuery
Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params, Ice.Callback __cb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.- Parameters:
query- Not null.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byHqlQuery
Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.- Parameters:
query- Not null.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byHqlQuery
Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params, Callback_Search_byHqlQuery __cb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.- Parameters:
query- Not null.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byHqlQuery
Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byHqlQuery __cb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.- Parameters:
query- Not null.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_byHqlQuery
Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.- Parameters:
query- Not null.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_byHqlQuery
Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.- Parameters:
query- 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_byHqlQuery
Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.- Parameters:
query- 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_byHqlQuery
Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Delegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.- Parameters:
query- 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_byHqlQuery
void end_byHqlQuery(Ice.AsyncResult __result) throws ServerErrorDelegates toomero.api.IQuery.findAllByQuerymethod to take advantage of theand,or, andnotmethods, or queue-semantics.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
bySomeMustNone
void bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none) throws ServerErrorBuilds a Lucene query and passes it tobyFullText.- Parameters:
some- Some (at least one) of these terms must be present in the document. May be null.must- All of these terms must be present in the document. May be null.none- None of these terms may be present in the document. May be null.- Throws:
ServerError
-
bySomeMustNone
void bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorBuilds a Lucene query and passes it tobyFullText.- Parameters:
some- Some (at least one) of these terms must be present in the document. May be null.must- All of these terms must be present in the document. May be null.none- None of these terms may be present in the document. May be null.__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_bySomeMustNone
Ice.AsyncResult begin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none)Builds a Lucene query and passes it tobyFullText.- Parameters:
some- Some (at least one) of these terms must be present in the document. May be null.must- All of these terms must be present in the document. May be null.none- None of these terms may be present in the document. May be null.- Returns:
- The asynchronous result object.
-
begin_bySomeMustNone
Ice.AsyncResult begin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, java.util.Map<java.lang.String,java.lang.String> __ctx)Builds a Lucene query and passes it tobyFullText.- Parameters:
some- Some (at least one) of these terms must be present in the document. May be null.must- All of these terms must be present in the document. May be null.none- None of these terms may be present in the document. May be null.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_bySomeMustNone
Ice.AsyncResult begin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, Ice.Callback __cb)Builds a Lucene query and passes it tobyFullText.- Parameters:
some- Some (at least one) of these terms must be present in the document. May be null.must- All of these terms must be present in the document. May be null.none- None of these terms may be present in the document. May be null.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_bySomeMustNone
Ice.AsyncResult begin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Builds a Lucene query and passes it tobyFullText.- Parameters:
some- Some (at least one) of these terms must be present in the document. May be null.must- All of these terms must be present in the document. May be null.none- None of these terms may be present in the document. May be null.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_bySomeMustNone
Ice.AsyncResult begin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, Callback_Search_bySomeMustNone __cb)Builds a Lucene query and passes it tobyFullText.- Parameters:
some- Some (at least one) of these terms must be present in the document. May be null.must- All of these terms must be present in the document. May be null.none- None of these terms may be present in the document. May be null.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_bySomeMustNone
Ice.AsyncResult begin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_bySomeMustNone __cb)Builds a Lucene query and passes it tobyFullText.- Parameters:
some- Some (at least one) of these terms must be present in the document. May be null.must- All of these terms must be present in the document. May be null.none- None of these terms may be present in the document. May be null.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_bySomeMustNone
Ice.AsyncResult begin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Builds a Lucene query and passes it tobyFullText.- Parameters:
some- Some (at least one) of these terms must be present in the document. May be null.must- All of these terms must be present in the document. May be null.none- None of these terms may be present in the document. May be null.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_bySomeMustNone
Ice.AsyncResult begin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Builds a Lucene query and passes it tobyFullText.- Parameters:
some- Some (at least one) of these terms must be present in the document. May be null.must- All of these terms must be present in the document. May be null.none- None of these terms may be present in the document. May 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_bySomeMustNone
Ice.AsyncResult begin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Builds a Lucene query and passes it tobyFullText.- Parameters:
some- Some (at least one) of these terms must be present in the document. May be null.must- All of these terms must be present in the document. May be null.none- None of these terms may be present in the document. May 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_bySomeMustNone
Ice.AsyncResult begin_bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Builds a Lucene query and passes it tobyFullText.- Parameters:
some- Some (at least one) of these terms must be present in the document. May be null.must- All of these terms must be present in the document. May be null.none- None of these terms may be present in the document. May 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_bySomeMustNone
void end_bySomeMustNone(Ice.AsyncResult __result) throws ServerErrorBuilds a Lucene query and passes it tobyFullText.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
byAnnotatedWith
void byAnnotatedWith(java.util.List<Annotation> examples) throws ServerError
Finds entities annotated with anAnnotationsimilar to the example. This does not use Hibernate'somero.api.IQuery.findByExampleQuery-By-Example} mechanism, since that cannot handle joins. The fields which are used are:- the main content of the annotation : String,
IObject.getId(), etc.
nullit is assumed to be a wildcard searched, and only the type of the annotation is searched. Currently, ListAnnotations are not supported.- Parameters:
examples- Not empty.- Throws:
ServerError
- the main content of the annotation : String,
-
byAnnotatedWith
void byAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Finds entities annotated with anAnnotationsimilar to the example. This does not use Hibernate'somero.api.IQuery.findByExampleQuery-By-Example} mechanism, since that cannot handle joins. The fields which are used are:- the main content of the annotation : String,
IObject.getId(), etc.
nullit is assumed to be a wildcard searched, and only the type of the annotation is searched. Currently, ListAnnotations are not supported.- Parameters:
examples- Not empty.__ctx- The Context map to send with the invocation.- Throws:
ServerError
- the main content of the annotation : String,
-
begin_byAnnotatedWith
Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples)
Finds entities annotated with anAnnotationsimilar to the example. This does not use Hibernate'somero.api.IQuery.findByExampleQuery-By-Example} mechanism, since that cannot handle joins. The fields which are used are:- the main content of the annotation : String,
IObject.getId(), etc.
nullit is assumed to be a wildcard searched, and only the type of the annotation is searched. Currently, ListAnnotations are not supported.- Parameters:
examples- Not empty.- Returns:
- The asynchronous result object.
- the main content of the annotation : String,
-
begin_byAnnotatedWith
Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx)
Finds entities annotated with anAnnotationsimilar to the example. This does not use Hibernate'somero.api.IQuery.findByExampleQuery-By-Example} mechanism, since that cannot handle joins. The fields which are used are:- the main content of the annotation : String,
IObject.getId(), etc.
nullit is assumed to be a wildcard searched, and only the type of the annotation is searched. Currently, ListAnnotations are not supported.- Parameters:
examples- Not empty.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
- the main content of the annotation : String,
-
begin_byAnnotatedWith
Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples, Ice.Callback __cb)
Finds entities annotated with anAnnotationsimilar to the example. This does not use Hibernate'somero.api.IQuery.findByExampleQuery-By-Example} mechanism, since that cannot handle joins. The fields which are used are:- the main content of the annotation : String,
IObject.getId(), etc.
nullit is assumed to be a wildcard searched, and only the type of the annotation is searched. Currently, ListAnnotations are not supported.- Parameters:
examples- Not empty.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
- the main content of the annotation : String,
-
begin_byAnnotatedWith
Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Finds entities annotated with anAnnotationsimilar to the example. This does not use Hibernate'somero.api.IQuery.findByExampleQuery-By-Example} mechanism, since that cannot handle joins. The fields which are used are:- the main content of the annotation : String,
IObject.getId(), etc.
nullit is assumed to be a wildcard searched, and only the type of the annotation is searched. Currently, ListAnnotations are not supported.- Parameters:
examples- Not empty.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
- the main content of the annotation : String,
-
begin_byAnnotatedWith
Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples, Callback_Search_byAnnotatedWith __cb)
Finds entities annotated with anAnnotationsimilar to the example. This does not use Hibernate'somero.api.IQuery.findByExampleQuery-By-Example} mechanism, since that cannot handle joins. The fields which are used are:- the main content of the annotation : String,
IObject.getId(), etc.
nullit is assumed to be a wildcard searched, and only the type of the annotation is searched. Currently, ListAnnotations are not supported.- Parameters:
examples- Not empty.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
- the main content of the annotation : String,
-
begin_byAnnotatedWith
Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byAnnotatedWith __cb)
Finds entities annotated with anAnnotationsimilar to the example. This does not use Hibernate'somero.api.IQuery.findByExampleQuery-By-Example} mechanism, since that cannot handle joins. The fields which are used are:- the main content of the annotation : String,
IObject.getId(), etc.
nullit is assumed to be a wildcard searched, and only the type of the annotation is searched. Currently, ListAnnotations are not supported.- Parameters:
examples- Not empty.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
- the main content of the annotation : String,
-
begin_byAnnotatedWith
Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Finds entities annotated with anAnnotationsimilar to the example. This does not use Hibernate'somero.api.IQuery.findByExampleQuery-By-Example} mechanism, since that cannot handle joins. The fields which are used are:- the main content of the annotation : String,
IObject.getId(), etc.
nullit is assumed to be a wildcard searched, and only the type of the annotation is searched. Currently, ListAnnotations are not supported.- Parameters:
examples- Not empty.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
- the main content of the annotation : String,
-
begin_byAnnotatedWith
Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Finds entities annotated with anAnnotationsimilar to the example. This does not use Hibernate'somero.api.IQuery.findByExampleQuery-By-Example} mechanism, since that cannot handle joins. The fields which are used are:- the main content of the annotation : String,
IObject.getId(), etc.
nullit is assumed to be a wildcard searched, and only the type of the annotation is searched. Currently, ListAnnotations are not supported.- Parameters:
examples- Not empty.__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.
- the main content of the annotation : String,
-
begin_byAnnotatedWith
Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Finds entities annotated with anAnnotationsimilar to the example. This does not use Hibernate'somero.api.IQuery.findByExampleQuery-By-Example} mechanism, since that cannot handle joins. The fields which are used are:- the main content of the annotation : String,
IObject.getId(), etc.
nullit is assumed to be a wildcard searched, and only the type of the annotation is searched. Currently, ListAnnotations are not supported.- Parameters:
examples- Not empty.__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.
- the main content of the annotation : String,
-
begin_byAnnotatedWith
Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Finds entities annotated with anAnnotationsimilar to the example. This does not use Hibernate'somero.api.IQuery.findByExampleQuery-By-Example} mechanism, since that cannot handle joins. The fields which are used are:- the main content of the annotation : String,
IObject.getId(), etc.
nullit is assumed to be a wildcard searched, and only the type of the annotation is searched. Currently, ListAnnotations are not supported.- Parameters:
examples- Not empty.__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.
- the main content of the annotation : String,
-
end_byAnnotatedWith
void end_byAnnotatedWith(Ice.AsyncResult __result) throws ServerErrorFinds entities annotated with anAnnotationsimilar to the example. This does not use Hibernate'somero.api.IQuery.findByExampleQuery-By-Example} mechanism, since that cannot handle joins. The fields which are used are:- the main content of the annotation : String,
IObject.getId(), etc.
nullit is assumed to be a wildcard searched, and only the type of the annotation is searched. Currently, ListAnnotations are not supported.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
- the main content of the annotation : String,
-
clearQueries
void clearQueries() throws ServerErrorRemoves all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.- Throws:
ServerError
-
clearQueries
void clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorRemoves all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_clearQueries
Ice.AsyncResult begin_clearQueries()
Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.- Returns:
- The asynchronous result object.
-
begin_clearQueries
Ice.AsyncResult begin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_clearQueries
Ice.AsyncResult begin_clearQueries(Ice.Callback __cb)
Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_clearQueries
Ice.AsyncResult begin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_clearQueries
Ice.AsyncResult begin_clearQueries(Callback_Search_clearQueries __cb)
Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_clearQueries
Ice.AsyncResult begin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_clearQueries __cb)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_clearQueries
Ice.AsyncResult begin_clearQueries(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_clearQueries
Ice.AsyncResult begin_clearQueries(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.- 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_clearQueries
Ice.AsyncResult begin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.- 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_clearQueries
Ice.AsyncResult begin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Removes all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.- 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_clearQueries
void end_clearQueries(Ice.AsyncResult __result) throws ServerErrorRemoves all active queries (leavingresetDefaultssettings alone), such thatactiveQuerieswill return 0.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
and
void and() throws ServerError
Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return only the Images with TagAnnotations.service.onlyType(Image.class); service.byFullText("foo"); service.intersection(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
orornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Throws:
ServerError
-
and
void and(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return only the Images with TagAnnotations.service.onlyType(Image.class); service.byFullText("foo"); service.intersection(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
orornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_and
Ice.AsyncResult begin_and()
Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return only the Images with TagAnnotations.service.onlyType(Image.class); service.byFullText("foo"); service.intersection(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
orornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Returns:
- The asynchronous result object.
-
begin_and
Ice.AsyncResult begin_and(java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return only the Images with TagAnnotations.service.onlyType(Image.class); service.byFullText("foo"); service.intersection(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
orornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_and
Ice.AsyncResult begin_and(Ice.Callback __cb)
Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return only the Images with TagAnnotations.service.onlyType(Image.class); service.byFullText("foo"); service.intersection(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
orornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_and
Ice.AsyncResult begin_and(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return only the Images with TagAnnotations.service.onlyType(Image.class); service.byFullText("foo"); service.intersection(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
orornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_and
Ice.AsyncResult begin_and(Callback_Search_and __cb)
Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return only the Images with TagAnnotations.service.onlyType(Image.class); service.byFullText("foo"); service.intersection(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
orornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_and
Ice.AsyncResult begin_and(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_and __cb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return only the Images with TagAnnotations.service.onlyType(Image.class); service.byFullText("foo"); service.intersection(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
orornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_and
Ice.AsyncResult begin_and(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return only the Images with TagAnnotations.service.onlyType(Image.class); service.byFullText("foo"); service.intersection(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
orornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_and
Ice.AsyncResult begin_and(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return only the Images with TagAnnotations.service.onlyType(Image.class); service.byFullText("foo"); service.intersection(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
orornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- 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_and
Ice.AsyncResult begin_and(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return only the Images with TagAnnotations.service.onlyType(Image.class); service.byFullText("foo"); service.intersection(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
orornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- 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_and
Ice.AsyncResult begin_and(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return only the Images with TagAnnotations.service.onlyType(Image.class); service.byFullText("foo"); service.intersection(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
orornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- 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_and
void end_and(Ice.AsyncResult __result) throws ServerErrorApplies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return only the Images with TagAnnotations.service.onlyType(Image.class); service.byFullText("foo"); service.intersection(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
orornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
or
void or() throws ServerError
Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls. For example,
will return both Images and Datasets together. Calling this method overrides a previous setting ofservice.onlyType(Image.class); service.byFullText("foo"); service.or(); service.onlyType(Dataset.class); service.byFullText("foo");andornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Throws:
ServerError
-
or
void or(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls. For example,
will return both Images and Datasets together. Calling this method overrides a previous setting ofservice.onlyType(Image.class); service.byFullText("foo"); service.or(); service.onlyType(Dataset.class); service.byFullText("foo");andornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_or
Ice.AsyncResult begin_or()
Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls. For example,
will return both Images and Datasets together. Calling this method overrides a previous setting ofservice.onlyType(Image.class); service.byFullText("foo"); service.or(); service.onlyType(Dataset.class); service.byFullText("foo");andornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Returns:
- The asynchronous result object.
-
begin_or
Ice.AsyncResult begin_or(java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls. For example,
will return both Images and Datasets together. Calling this method overrides a previous setting ofservice.onlyType(Image.class); service.byFullText("foo"); service.or(); service.onlyType(Dataset.class); service.byFullText("foo");andornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_or
Ice.AsyncResult begin_or(Ice.Callback __cb)
Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls. For example,
will return both Images and Datasets together. Calling this method overrides a previous setting ofservice.onlyType(Image.class); service.byFullText("foo"); service.or(); service.onlyType(Dataset.class); service.byFullText("foo");andornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_or
Ice.AsyncResult begin_or(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls. For example,
will return both Images and Datasets together. Calling this method overrides a previous setting ofservice.onlyType(Image.class); service.byFullText("foo"); service.or(); service.onlyType(Dataset.class); service.byFullText("foo");andornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_or
Ice.AsyncResult begin_or(Callback_Search_or __cb)
Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls. For example,
will return both Images and Datasets together. Calling this method overrides a previous setting ofservice.onlyType(Image.class); service.byFullText("foo"); service.or(); service.onlyType(Dataset.class); service.byFullText("foo");andornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_or
Ice.AsyncResult begin_or(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_or __cb)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls. For example,
will return both Images and Datasets together. Calling this method overrides a previous setting ofservice.onlyType(Image.class); service.byFullText("foo"); service.or(); service.onlyType(Dataset.class); service.byFullText("foo");andornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_or
Ice.AsyncResult begin_or(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls. For example,
will return both Images and Datasets together. Calling this method overrides a previous setting ofservice.onlyType(Image.class); service.byFullText("foo"); service.or(); service.onlyType(Dataset.class); service.byFullText("foo");andornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_or
Ice.AsyncResult begin_or(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls. For example,
will return both Images and Datasets together. Calling this method overrides a previous setting ofservice.onlyType(Image.class); service.byFullText("foo"); service.or(); service.onlyType(Dataset.class); service.byFullText("foo");andornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- 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_or
Ice.AsyncResult begin_or(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls. For example,
will return both Images and Datasets together. Calling this method overrides a previous setting ofservice.onlyType(Image.class); service.byFullText("foo"); service.or(); service.onlyType(Dataset.class); service.byFullText("foo");andornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- 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_or
Ice.AsyncResult begin_or(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Applies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls. For example,
will return both Images and Datasets together. Calling this method overrides a previous setting ofservice.onlyType(Image.class); service.byFullText("foo"); service.or(); service.onlyType(Dataset.class); service.byFullText("foo");andornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- 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_or
void end_or(Ice.AsyncResult __result) throws ServerErrorApplies the next by* method to the previous by* method, so that a callhasNext,nextorresultssees only the union of the two calls. For example,
will return both Images and Datasets together. Calling this method overrides a previous setting ofservice.onlyType(Image.class); service.byFullText("foo"); service.or(); service.onlyType(Dataset.class); service.byFullText("foo");andornot. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
not
void not() throws ServerError
Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return all the Images not annotated with TagAnnotation.service.onlyType(Image.class); service.byFullText("foo"); service.complement(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
ororand. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Throws:
ServerError
-
not
void not(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return all the Images not annotated with TagAnnotation.service.onlyType(Image.class); service.byFullText("foo"); service.complement(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
ororand. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_not
Ice.AsyncResult begin_not()
Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return all the Images not annotated with TagAnnotation.service.onlyType(Image.class); service.byFullText("foo"); service.complement(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
ororand. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Returns:
- The asynchronous result object.
-
begin_not
Ice.AsyncResult begin_not(java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return all the Images not annotated with TagAnnotation.service.onlyType(Image.class); service.byFullText("foo"); service.complement(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
ororand. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_not
Ice.AsyncResult begin_not(Ice.Callback __cb)
Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return all the Images not annotated with TagAnnotation.service.onlyType(Image.class); service.byFullText("foo"); service.complement(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
ororand. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_not
Ice.AsyncResult begin_not(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return all the Images not annotated with TagAnnotation.service.onlyType(Image.class); service.byFullText("foo"); service.complement(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
ororand. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_not
Ice.AsyncResult begin_not(Callback_Search_not __cb)
Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return all the Images not annotated with TagAnnotation.service.onlyType(Image.class); service.byFullText("foo"); service.complement(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
ororand. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_not
Ice.AsyncResult begin_not(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_not __cb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return all the Images not annotated with TagAnnotation.service.onlyType(Image.class); service.byFullText("foo"); service.complement(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
ororand. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_not
Ice.AsyncResult begin_not(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return all the Images not annotated with TagAnnotation.service.onlyType(Image.class); service.byFullText("foo"); service.complement(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
ororand. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_not
Ice.AsyncResult begin_not(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return all the Images not annotated with TagAnnotation.service.onlyType(Image.class); service.byFullText("foo"); service.complement(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
ororand. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- 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_not
Ice.AsyncResult begin_not(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return all the Images not annotated with TagAnnotation.service.onlyType(Image.class); service.byFullText("foo"); service.complement(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
ororand. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- 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_not
Ice.AsyncResult begin_not(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Applies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return all the Images not annotated with TagAnnotation.service.onlyType(Image.class); service.byFullText("foo"); service.complement(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
ororand. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- 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_not
void end_not(Ice.AsyncResult __result) throws ServerErrorApplies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return all the Images not annotated with TagAnnotation.service.onlyType(Image.class); service.byFullText("foo"); service.complement(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
ororand. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
hasNext
boolean hasNext() throws ServerErrorReturnstrueif another call tonextis valid. A call tonextmay throw an exception for another reason, however.- Throws:
ServerError
-
hasNext
boolean hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorReturnstrueif another call tonextis valid. A call tonextmay throw an exception for another reason, however.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_hasNext
Ice.AsyncResult begin_hasNext()
Returnstrueif another call tonextis valid. A call tonextmay throw an exception for another reason, however.- Returns:
- The asynchronous result object.
-
begin_hasNext
Ice.AsyncResult begin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returnstrueif another call tonextis valid. A call tonextmay throw an exception for another reason, however.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_hasNext
Ice.AsyncResult begin_hasNext(Ice.Callback __cb)
Returnstrueif another call tonextis valid. A call tonextmay throw an exception for another reason, however.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_hasNext
Ice.AsyncResult begin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returnstrueif another call tonextis valid. A call tonextmay throw an exception for another reason, however.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_hasNext
Ice.AsyncResult begin_hasNext(Callback_Search_hasNext __cb)
Returnstrueif another call tonextis valid. A call tonextmay throw an exception for another reason, however.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_hasNext
Ice.AsyncResult begin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_hasNext __cb)Returnstrueif another call tonextis valid. A call tonextmay throw an exception for another reason, however.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_hasNext
Ice.AsyncResult begin_hasNext(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returnstrueif another call tonextis valid. A call tonextmay throw an exception for another reason, however.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_hasNext
Ice.AsyncResult begin_hasNext(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returnstrueif another call tonextis valid. A call tonextmay throw an exception for another reason, however.- 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_hasNext
Ice.AsyncResult begin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returnstrueif another call tonextis valid. A call tonextmay throw an exception for another reason, however.- 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_hasNext
Ice.AsyncResult begin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returnstrueif another call tonextis valid. A call tonextmay throw an exception for another reason, however.- 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_hasNext
boolean end_hasNext(Ice.AsyncResult __result) throws ServerErrorReturnstrueif another call tonextis valid. A call tonextmay throw an exception for another reason, however.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
next
IObject next() throws ServerError
Returns the next entity from the current query. If the previous call returned the last entity from a given query, the first entity from the next query will be returned andactiveQueriesdecremented. Since this method only returns the entity itself, a single call tocurrentMetadatamay follow this call to gather the extra metadata which is returned in the map viaresults.- Throws:
ApiUsageException- if {code hasNext} returns false.ServerError
-
next
IObject next(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns the next entity from the current query. If the previous call returned the last entity from a given query, the first entity from the next query will be returned andactiveQueriesdecremented. Since this method only returns the entity itself, a single call tocurrentMetadatamay follow this call to gather the extra metadata which is returned in the map viaresults.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ApiUsageException- if {code hasNext} returns false.ServerError
-
begin_next
Ice.AsyncResult begin_next()
Returns the next entity from the current query. If the previous call returned the last entity from a given query, the first entity from the next query will be returned andactiveQueriesdecremented. Since this method only returns the entity itself, a single call tocurrentMetadatamay follow this call to gather the extra metadata which is returned in the map viaresults.- Returns:
- The asynchronous result object.
-
begin_next
Ice.AsyncResult begin_next(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the next entity from the current query. If the previous call returned the last entity from a given query, the first entity from the next query will be returned andactiveQueriesdecremented. Since this method only returns the entity itself, a single call tocurrentMetadatamay follow this call to gather the extra metadata which is returned in the map viaresults.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_next
Ice.AsyncResult begin_next(Ice.Callback __cb)
Returns the next entity from the current query. If the previous call returned the last entity from a given query, the first entity from the next query will be returned andactiveQueriesdecremented. Since this method only returns the entity itself, a single call tocurrentMetadatamay follow this call to gather the extra metadata which is returned in the map viaresults.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_next
Ice.AsyncResult begin_next(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the next entity from the current query. If the previous call returned the last entity from a given query, the first entity from the next query will be returned andactiveQueriesdecremented. Since this method only returns the entity itself, a single call tocurrentMetadatamay follow this call to gather the extra metadata which is returned in the map viaresults.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_next
Ice.AsyncResult begin_next(Callback_Search_next __cb)
Returns the next entity from the current query. If the previous call returned the last entity from a given query, the first entity from the next query will be returned andactiveQueriesdecremented. Since this method only returns the entity itself, a single call tocurrentMetadatamay follow this call to gather the extra metadata which is returned in the map viaresults.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_next
Ice.AsyncResult begin_next(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_next __cb)Returns the next entity from the current query. If the previous call returned the last entity from a given query, the first entity from the next query will be returned andactiveQueriesdecremented. Since this method only returns the entity itself, a single call tocurrentMetadatamay follow this call to gather the extra metadata which is returned in the map viaresults.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_next
Ice.AsyncResult begin_next(IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the next entity from the current query. If the previous call returned the last entity from a given query, the first entity from the next query will be returned andactiveQueriesdecremented. Since this method only returns the entity itself, a single call tocurrentMetadatamay follow this call to gather the extra metadata which is returned in the map viaresults.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_next
Ice.AsyncResult begin_next(IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the next entity from the current query. If the previous call returned the last entity from a given query, the first entity from the next query will be returned andactiveQueriesdecremented. Since this method only returns the entity itself, a single call tocurrentMetadatamay follow this call to gather the extra metadata which is returned in the map viaresults.- 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_next
Ice.AsyncResult begin_next(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)Returns the next entity from the current query. If the previous call returned the last entity from a given query, the first entity from the next query will be returned andactiveQueriesdecremented. Since this method only returns the entity itself, a single call tocurrentMetadatamay follow this call to gather the extra metadata which is returned in the map viaresults.- 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_next
Ice.AsyncResult begin_next(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)Returns the next entity from the current query. If the previous call returned the last entity from a given query, the first entity from the next query will be returned andactiveQueriesdecremented. Since this method only returns the entity itself, a single call tocurrentMetadatamay follow this call to gather the extra metadata which is returned in the map viaresults.- 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_next
IObject end_next(Ice.AsyncResult __result) throws ServerError
Returns the next entity from the current query. If the previous call returned the last entity from a given query, the first entity from the next query will be returned andactiveQueriesdecremented. Since this method only returns the entity itself, a single call tocurrentMetadatamay follow this call to gather the extra metadata which is returned in the map viaresults.- Parameters:
__result- The asynchronous result object.- Throws:
ApiUsageException- if {code hasNext} returns false.ServerError
-
results
java.util.List<IObject> results() throws ServerError
Returns up togetBatchSizebatch size number of results along with the related query metadata. IfisMergedBatchesbatches are merged then the results from multiple queries may be returned together.- Throws:
ApiUsageException- ifhasNextreturns false.ServerError
-
results
java.util.List<IObject> results(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns up togetBatchSizebatch size number of results along with the related query metadata. IfisMergedBatchesbatches are merged then the results from multiple queries may be returned together.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ApiUsageException- ifhasNextreturns false.ServerError
-
begin_results
Ice.AsyncResult begin_results()
Returns up togetBatchSizebatch size number of results along with the related query metadata. IfisMergedBatchesbatches are merged then the results from multiple queries may be returned together.- Returns:
- The asynchronous result object.
-
begin_results
Ice.AsyncResult begin_results(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns up togetBatchSizebatch size number of results along with the related query metadata. IfisMergedBatchesbatches are merged then the results from multiple queries may be returned together.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_results
Ice.AsyncResult begin_results(Ice.Callback __cb)
Returns up togetBatchSizebatch size number of results along with the related query metadata. IfisMergedBatchesbatches are merged then the results from multiple queries may be returned together.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_results
Ice.AsyncResult begin_results(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns up togetBatchSizebatch size number of results along with the related query metadata. IfisMergedBatchesbatches are merged then the results from multiple queries may be returned together.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_results
Ice.AsyncResult begin_results(Callback_Search_results __cb)
Returns up togetBatchSizebatch size number of results along with the related query metadata. IfisMergedBatchesbatches are merged then the results from multiple queries may be returned together.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_results
Ice.AsyncResult begin_results(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_results __cb)Returns up togetBatchSizebatch size number of results along with the related query metadata. IfisMergedBatchesbatches are merged then the results from multiple queries may be returned together.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_results
Ice.AsyncResult begin_results(IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns up togetBatchSizebatch size number of results along with the related query metadata. IfisMergedBatchesbatches are merged then the results from multiple queries may be returned together.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_results
Ice.AsyncResult begin_results(IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns up togetBatchSizebatch size number of results along with the related query metadata. IfisMergedBatchesbatches are merged then the results from multiple queries may be returned together.- 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_results
Ice.AsyncResult begin_results(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)Returns up togetBatchSizebatch size number of results along with the related query metadata. IfisMergedBatchesbatches are merged then the results from multiple queries may be returned together.- 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_results
Ice.AsyncResult begin_results(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)Returns up togetBatchSizebatch size number of results along with the related query metadata. IfisMergedBatchesbatches are merged then the results from multiple queries may be returned together.- 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_results
java.util.List<IObject> end_results(Ice.AsyncResult __result) throws ServerError
Returns up togetBatchSizebatch size number of results along with the related query metadata. IfisMergedBatchesbatches are merged then the results from multiple queries may be returned together.- Parameters:
__result- The asynchronous result object.- Throws:
ApiUsageException- ifhasNextreturns false.ServerError
-
currentMetadata
java.util.Map<java.lang.String,Annotation> currentMetadata() throws ServerError
Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext. This method may only be called once for any given call tonext.- Throws:
ServerError
-
currentMetadata
java.util.Map<java.lang.String,Annotation> currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext. This method may only be called once for any given call tonext.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_currentMetadata
Ice.AsyncResult begin_currentMetadata()
Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext. This method may only be called once for any given call tonext.- Returns:
- The asynchronous result object.
-
begin_currentMetadata
Ice.AsyncResult begin_currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx)
Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext. This method may only be called once for any given call tonext.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_currentMetadata
Ice.AsyncResult begin_currentMetadata(Ice.Callback __cb)
Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext. This method may only be called once for any given call tonext.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_currentMetadata
Ice.AsyncResult begin_currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext. This method may only be called once for any given call tonext.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_currentMetadata
Ice.AsyncResult begin_currentMetadata(Callback_Search_currentMetadata __cb)
Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext. This method may only be called once for any given call tonext.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_currentMetadata
Ice.AsyncResult begin_currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_currentMetadata __cb)Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext. This method may only be called once for any given call tonext.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_currentMetadata
Ice.AsyncResult begin_currentMetadata(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext. This method may only be called once for any given call tonext.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_currentMetadata
Ice.AsyncResult begin_currentMetadata(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext. This method may only be called once for any given call tonext.- 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_currentMetadata
Ice.AsyncResult begin_currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext. This method may only be called once for any given call tonext.- 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_currentMetadata
Ice.AsyncResult begin_currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext. This method may only be called once for any given call tonext.- 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_currentMetadata
java.util.Map<java.lang.String,Annotation> end_currentMetadata(Ice.AsyncResult __result) throws ServerError
Provides access to the extra query information (for example Lucene score and boost values) for a single call tonext. This method may only be called once for any given call tonext.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
currentMetadataList
java.util.List<java.util.Map<java.lang.String,Annotation>> currentMetadataList() throws ServerError
Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults. This method may only be called once for any given call toresults.- Throws:
ServerError
-
currentMetadataList
java.util.List<java.util.Map<java.lang.String,Annotation>> currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults. This method may only be called once for any given call toresults.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_currentMetadataList
Ice.AsyncResult begin_currentMetadataList()
Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults. This method may only be called once for any given call toresults.- Returns:
- The asynchronous result object.
-
begin_currentMetadataList
Ice.AsyncResult begin_currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx)
Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults. This method may only be called once for any given call toresults.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_currentMetadataList
Ice.AsyncResult begin_currentMetadataList(Ice.Callback __cb)
Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults. This method may only be called once for any given call toresults.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_currentMetadataList
Ice.AsyncResult begin_currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults. This method may only be called once for any given call toresults.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_currentMetadataList
Ice.AsyncResult begin_currentMetadataList(Callback_Search_currentMetadataList __cb)
Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults. This method may only be called once for any given call toresults.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_currentMetadataList
Ice.AsyncResult begin_currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_currentMetadataList __cb)Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults. This method may only be called once for any given call toresults.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_currentMetadataList
Ice.AsyncResult begin_currentMetadataList(IceInternal.Functional_GenericCallback1<java.util.List<java.util.Map<java.lang.String,Annotation>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults. This method may only be called once for any given call toresults.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_currentMetadataList
Ice.AsyncResult begin_currentMetadataList(IceInternal.Functional_GenericCallback1<java.util.List<java.util.Map<java.lang.String,Annotation>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults. This method may only be called once for any given call toresults.- 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_currentMetadataList
Ice.AsyncResult begin_currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.util.Map<java.lang.String,Annotation>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults. This method may only be called once for any given call toresults.- 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_currentMetadataList
Ice.AsyncResult begin_currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.util.Map<java.lang.String,Annotation>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults. This method may only be called once for any given call toresults.- 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_currentMetadataList
java.util.List<java.util.Map<java.lang.String,Annotation>> end_currentMetadataList(Ice.AsyncResult __result) throws ServerError
Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults. This method may only be called once for any given call toresults.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
remove
void remove() throws ServerErrorUnsupported operation.- Throws:
ServerError
-
remove
void remove(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorUnsupported operation.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_remove
Ice.AsyncResult begin_remove()
Unsupported operation.- Returns:
- The asynchronous result object.
-
begin_remove
Ice.AsyncResult begin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx)
Unsupported operation.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_remove
Ice.AsyncResult begin_remove(Ice.Callback __cb)
Unsupported operation.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_remove
Ice.AsyncResult begin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Unsupported operation.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_remove
Ice.AsyncResult begin_remove(Callback_Search_remove __cb)
Unsupported operation.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_remove
Ice.AsyncResult begin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_remove __cb)Unsupported operation.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_remove
Ice.AsyncResult begin_remove(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Unsupported operation.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_remove
Ice.AsyncResult begin_remove(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Unsupported operation.- 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_remove
Ice.AsyncResult begin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Unsupported operation.- 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_remove
Ice.AsyncResult begin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Unsupported operation.- 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_remove
void end_remove(Ice.AsyncResult __result) throws ServerErrorUnsupported operation.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
-