public interface SearchPrx extends StatefulServiceInterfacePrx
Search
instance keeps up with several queries and
lazily-loads the results as hasNext
, next
and
results
are 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.
setBatchSize
or setCaseSensitive
.
The only methods which are required for the proper functioning of a
Search
instance are:
onlyType
, onlyTypes
OR
allTypes
allTypes
method 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.IQuery
Modifier and Type | Method and Description |
---|---|
int |
activeQueries()
Returns the number of active queries.
|
int |
activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the number of active queries.
|
void |
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.
|
void |
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.
|
void |
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.
|
void |
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.
|
void |
allTypes()
Permits all types to be returned.
|
void |
allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx)
Permits all types to be returned.
|
void |
and()
Applies the next by* method to the previous by* method, so
that a call
hasNext , next , or
results sees only the intersection of the two
calls. |
void |
and(java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies the next by* method to the previous by* method, so
that a call
hasNext , next , or
results sees only the intersection of the two
calls. |
Ice.AsyncResult |
begin_activeQueries()
Returns the number of active queries.
|
Ice.AsyncResult |
begin_activeQueries(Callback_Search_activeQueries __cb)
Returns the number of active queries.
|
Ice.AsyncResult |
begin_activeQueries(Ice.Callback __cb)
Returns the number of active queries.
|
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.
|
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.
|
Ice.AsyncResult |
begin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the number of active queries.
|
Ice.AsyncResult |
begin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Search_activeQueries __cb)
Returns the number of active queries.
|
Ice.AsyncResult |
begin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns the number of active queries.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_allTypes()
Permits all types to be returned.
|
Ice.AsyncResult |
begin_allTypes(Callback_Search_allTypes __cb)
Permits all types to be returned.
|
Ice.AsyncResult |
begin_allTypes(Ice.Callback __cb)
Permits all types to be returned.
|
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.
|
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.
|
Ice.AsyncResult |
begin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx)
Permits all types to be returned.
|
Ice.AsyncResult |
begin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Search_allTypes __cb)
Permits all types to be returned.
|
Ice.AsyncResult |
begin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Permits all types to be returned.
|
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.
|
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.
|
Ice.AsyncResult |
begin_and()
Applies the next by* method to the previous by* method, so
that a call
hasNext , next , or
results sees only the intersection of the two
calls. |
Ice.AsyncResult |
begin_and(Callback_Search_and __cb)
Applies the next by* method to the previous by* method, so
that a call
hasNext , next , or
results sees only the intersection of the two
calls. |
Ice.AsyncResult |
begin_and(Ice.Callback __cb)
Applies the next by* method to the previous by* method, so
that a call
hasNext , next , or
results sees only the intersection of the two
calls. |
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 call
hasNext , next , or
results sees only the intersection of the two
calls. |
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 call
hasNext , next , or
results sees only the intersection of the two
calls. |
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 call
hasNext , next , or
results sees only the intersection of the two
calls. |
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 call
hasNext , next , or
results sees only the intersection of the two
calls. |
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 call
hasNext , next , or
results sees only the intersection of the two
calls. |
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 call
hasNext , next , or
results sees only the intersection of the two
calls. |
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 call
hasNext , next , or
results sees only the intersection of the two
calls. |
Ice.AsyncResult |
begin_byAnnotatedWith(java.util.List<Annotation> examples)
Finds entities annotated with an
Annotation similar to the example. |
Ice.AsyncResult |
begin_byAnnotatedWith(java.util.List<Annotation> examples,
Callback_Search_byAnnotatedWith __cb)
Finds entities annotated with an
Annotation similar to the example. |
Ice.AsyncResult |
begin_byAnnotatedWith(java.util.List<Annotation> examples,
Ice.Callback __cb)
Finds entities annotated with an
Annotation similar to the example. |
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 an
Annotation similar to the example. |
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 an
Annotation similar to the example. |
Ice.AsyncResult |
begin_byAnnotatedWith(java.util.List<Annotation> examples,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Finds entities annotated with an
Annotation similar to the example. |
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 an
Annotation similar to the example. |
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 an
Annotation similar to the example. |
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 an
Annotation similar to the example. |
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 an
Annotation similar to the example. |
Ice.AsyncResult |
begin_byFullText(java.lang.String query)
Passes the query as is to the Lucene backend.
|
Ice.AsyncResult |
begin_byFullText(java.lang.String query,
Callback_Search_byFullText __cb)
Passes the query as is to the Lucene backend.
|
Ice.AsyncResult |
begin_byFullText(java.lang.String query,
Ice.Callback __cb)
Passes the query as is to the Lucene backend.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_byGroupForTags(java.lang.String group)
Returns transient (without ID)
TagAnnotation instances which
represent all the
TagAnnotation tags in the given group. |
Ice.AsyncResult |
begin_byGroupForTags(java.lang.String group,
Callback_Search_byGroupForTags __cb)
Returns transient (without ID)
TagAnnotation instances which
represent all the
TagAnnotation tags in the given group. |
Ice.AsyncResult |
begin_byGroupForTags(java.lang.String group,
Ice.Callback __cb)
Returns transient (without ID)
TagAnnotation instances which
represent all the
TagAnnotation tags in the given group. |
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)
TagAnnotation instances which
represent all the
TagAnnotation tags in the given group. |
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)
TagAnnotation instances which
represent all the
TagAnnotation tags in the given group. |
Ice.AsyncResult |
begin_byGroupForTags(java.lang.String group,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns transient (without ID)
TagAnnotation instances which
represent all the
TagAnnotation tags in the given group. |
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)
TagAnnotation instances which
represent all the
TagAnnotation tags in the given group. |
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)
TagAnnotation instances which
represent all the
TagAnnotation tags in the given group. |
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)
TagAnnotation instances which
represent all the
TagAnnotation tags in the given group. |
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)
TagAnnotation instances which
represent all the
TagAnnotation tags in the given group. |
Ice.AsyncResult |
begin_byHqlQuery(java.lang.String query,
Parameters params)
Delegates to
omero.api.IQuery.findAllByQuery method
to take advantage of the and , or , and
not methods, or queue-semantics. |
Ice.AsyncResult |
begin_byHqlQuery(java.lang.String query,
Parameters params,
Callback_Search_byHqlQuery __cb)
Delegates to
omero.api.IQuery.findAllByQuery method
to take advantage of the and , or , and
not methods, or queue-semantics. |
Ice.AsyncResult |
begin_byHqlQuery(java.lang.String query,
Parameters params,
Ice.Callback __cb)
Delegates to
omero.api.IQuery.findAllByQuery method
to take advantage of the and , or , and
not methods, or queue-semantics. |
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 to
omero.api.IQuery.findAllByQuery method
to take advantage of the and , or , and
not methods, or queue-semantics. |
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 to
omero.api.IQuery.findAllByQuery method
to take advantage of the and , or , and
not methods, or queue-semantics. |
Ice.AsyncResult |
begin_byHqlQuery(java.lang.String query,
Parameters params,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Delegates to
omero.api.IQuery.findAllByQuery method
to take advantage of the and , or , and
not methods, or queue-semantics. |
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 to
omero.api.IQuery.findAllByQuery method
to take advantage of the and , or , and
not methods, or queue-semantics. |
Ice.AsyncResult |
begin_byHqlQuery(java.lang.String query,
Parameters params,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Delegates to
omero.api.IQuery.findAllByQuery method
to take advantage of the and , or , and
not methods, or queue-semantics. |
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 to
omero.api.IQuery.findAllByQuery method
to take advantage of the and , or , and
not methods, or queue-semantics. |
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 to
omero.api.IQuery.findAllByQuery method
to take advantage of the and , or , and
not methods, or queue-semantics. |
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_bySimilarTerms(java.util.List<java.lang.String> terms)
Returns transient (without ID)
TextAnnotation instances which represent
terms which are similar to the given terms. |
Ice.AsyncResult |
begin_bySimilarTerms(java.util.List<java.lang.String> terms,
Callback_Search_bySimilarTerms __cb)
Returns transient (without ID)
TextAnnotation instances which represent
terms which are similar to the given terms. |
Ice.AsyncResult |
begin_bySimilarTerms(java.util.List<java.lang.String> terms,
Ice.Callback __cb)
Returns transient (without ID)
TextAnnotation instances which represent
terms which are similar to the given terms. |
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)
TextAnnotation instances which represent
terms which are similar to the given terms. |
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)
TextAnnotation instances which represent
terms which are similar to the given terms. |
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)
TextAnnotation instances which represent
terms which are similar to the given terms. |
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)
TextAnnotation instances which represent
terms which are similar to the given terms. |
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)
TextAnnotation instances which represent
terms which are similar to the given terms. |
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)
TextAnnotation instances which represent
terms which are similar to the given terms. |
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)
TextAnnotation instances which represent
terms which are similar to the given terms. |
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 to
byFullText . |
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 to
byFullText . |
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 to
byFullText . |
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 to
byFullText . |
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 to
byFullText . |
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 to
byFullText . |
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 to
byFullText . |
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 to
byFullText . |
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 to
byFullText . |
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 to
byFullText . |
Ice.AsyncResult |
begin_byTagForGroups(java.lang.String tag)
Creates a query which will return transient (without ID)
TagAnnotation instances which represent
all the TagAnnotation tag groups which
the given tag belongs to. |
Ice.AsyncResult |
begin_byTagForGroups(java.lang.String tag,
Callback_Search_byTagForGroups __cb)
Creates a query which will return transient (without ID)
TagAnnotation instances which represent
all the TagAnnotation tag groups which
the given tag belongs to. |
Ice.AsyncResult |
begin_byTagForGroups(java.lang.String tag,
Ice.Callback __cb)
Creates a query which will return transient (without ID)
TagAnnotation instances which represent
all the TagAnnotation tag groups which
the given tag belongs to. |
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)
TagAnnotation instances which represent
all the TagAnnotation tag groups which
the given tag belongs to. |
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)
TagAnnotation instances which represent
all the TagAnnotation tag groups which
the given tag belongs to. |
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)
TagAnnotation instances which represent
all the TagAnnotation tag groups which
the given tag belongs to. |
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)
TagAnnotation instances which represent
all the TagAnnotation tag groups which
the given tag belongs to. |
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)
TagAnnotation instances which represent
all the TagAnnotation tag groups which
the given tag belongs to. |
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)
TagAnnotation instances which represent
all the TagAnnotation tag groups which
the given tag belongs to. |
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)
TagAnnotation instances which represent
all the TagAnnotation tag groups which
the given tag belongs to. |
Ice.AsyncResult |
begin_clearQueries()
Removes all active queries (leaving
resetDefaults
settings alone), such that activeQueries will
return 0. |
Ice.AsyncResult |
begin_clearQueries(Callback_Search_clearQueries __cb)
Removes all active queries (leaving
resetDefaults
settings alone), such that activeQueries will
return 0. |
Ice.AsyncResult |
begin_clearQueries(Ice.Callback __cb)
Removes all active queries (leaving
resetDefaults
settings alone), such that activeQueries will
return 0. |
Ice.AsyncResult |
begin_clearQueries(IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Removes all active queries (leaving
resetDefaults
settings alone), such that activeQueries will
return 0. |
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 (leaving
resetDefaults
settings alone), such that activeQueries will
return 0. |
Ice.AsyncResult |
begin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes all active queries (leaving
resetDefaults
settings alone), such that activeQueries will
return 0. |
Ice.AsyncResult |
begin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Search_clearQueries __cb)
Removes all active queries (leaving
resetDefaults
settings alone), such that activeQueries will
return 0. |
Ice.AsyncResult |
begin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Removes all active queries (leaving
resetDefaults
settings alone), such that activeQueries will
return 0. |
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 (leaving
resetDefaults
settings alone), such that activeQueries will
return 0. |
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 (leaving
resetDefaults
settings alone), such that activeQueries will
return 0. |
Ice.AsyncResult |
begin_currentMetadata()
Provides access to the extra query information (for example
Lucene score and boost values) for a single call to
next . |
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 to
next . |
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 to
next . |
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 to
next . |
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 to
next . |
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 to
next . |
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 to
next . |
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 to
next . |
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 to
next . |
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 to
next . |
Ice.AsyncResult |
begin_currentMetadataList()
Provides access to the extra query information (for example
Lucene score and boost values) for a single call to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
Ice.AsyncResult |
begin_fetchAlso(java.util.List<java.lang.String> fetches)
Adds a fetch clause for loading non-annotation fields of
returned entities.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_fetchAnnotations(java.util.List<java.lang.String> classes)
Queries the database for all
Annotation
annotations of the given types for all returned instances. |
Ice.AsyncResult |
begin_fetchAnnotations(java.util.List<java.lang.String> classes,
Callback_Search_fetchAnnotations __cb)
Queries the database for all
Annotation
annotations of the given types for all returned instances. |
Ice.AsyncResult |
begin_fetchAnnotations(java.util.List<java.lang.String> classes,
Ice.Callback __cb)
Queries the database for all
Annotation
annotations of the given types for all returned instances. |
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 all
Annotation
annotations of the given types for all returned instances. |
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 all
Annotation
annotations of the given types for all returned instances. |
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 all
Annotation
annotations of the given types for all returned instances. |
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 all
Annotation
annotations of the given types for all returned instances. |
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 all
Annotation
annotations of the given types for all returned instances. |
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 all
Annotation
annotations of the given types for all returned instances. |
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 all
Annotation
annotations of the given types for all returned instances. |
Ice.AsyncResult |
begin_getBatchSize()
Returns the current batch size.
|
Ice.AsyncResult |
begin_getBatchSize(Callback_Search_getBatchSize __cb)
Returns the current batch size.
|
Ice.AsyncResult |
begin_getBatchSize(Ice.Callback __cb)
Returns the current batch size.
|
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.
|
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.
|
Ice.AsyncResult |
begin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current batch size.
|
Ice.AsyncResult |
begin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Search_getBatchSize __cb)
Returns the current batch size.
|
Ice.AsyncResult |
begin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns the current batch size.
|
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.
|
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.
|
Ice.AsyncResult |
begin_hasNext()
Returns
true if another call to
next is valid. |
Ice.AsyncResult |
begin_hasNext(Callback_Search_hasNext __cb)
Returns
true if another call to
next is valid. |
Ice.AsyncResult |
begin_hasNext(Ice.Callback __cb)
Returns
true if another call to
next is valid. |
Ice.AsyncResult |
begin_hasNext(IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns
true if another call to
next is valid. |
Ice.AsyncResult |
begin_hasNext(IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns
true if another call to
next is valid. |
Ice.AsyncResult |
begin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns
true if another call to
next is valid. |
Ice.AsyncResult |
begin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Search_hasNext __cb)
Returns
true if another call to
next is valid. |
Ice.AsyncResult |
begin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns
true if another call to
next is valid. |
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)
Returns
true if another call to
next is valid. |
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)
Returns
true if another call to
next is valid. |
Ice.AsyncResult |
begin_isAllowLeadingWildcard()
Returns the current leading-wildcard setting.
|
Ice.AsyncResult |
begin_isAllowLeadingWildcard(Callback_Search_isAllowLeadingWildcard __cb)
Returns the current leading-wildcard setting.
|
Ice.AsyncResult |
begin_isAllowLeadingWildcard(Ice.Callback __cb)
Returns the current leading-wildcard setting.
|
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.
|
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.
|
Ice.AsyncResult |
begin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current leading-wildcard setting.
|
Ice.AsyncResult |
begin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Search_isAllowLeadingWildcard __cb)
Returns the current leading-wildcard setting.
|
Ice.AsyncResult |
begin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns the current leading-wildcard setting.
|
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.
|
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.
|
Ice.AsyncResult |
begin_isCaseSensitive()
Returns the current case sensitivity setting.
|
Ice.AsyncResult |
begin_isCaseSensitive(Callback_Search_isCaseSensitive __cb)
Returns the current case sensitivity setting.
|
Ice.AsyncResult |
begin_isCaseSensitive(Ice.Callback __cb)
Returns the current case sensitivity setting.
|
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.
|
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.
|
Ice.AsyncResult |
begin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current case sensitivity setting.
|
Ice.AsyncResult |
begin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Search_isCaseSensitive __cb)
Returns the current case sensitivity setting.
|
Ice.AsyncResult |
begin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns the current case sensitivity setting.
|
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.
|
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.
|
Ice.AsyncResult |
begin_isMergedBatches()
Returns the current merged-batches setting.
|
Ice.AsyncResult |
begin_isMergedBatches(Callback_Search_isMergedBatches __cb)
Returns the current merged-batches setting.
|
Ice.AsyncResult |
begin_isMergedBatches(Ice.Callback __cb)
Returns the current merged-batches setting.
|
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.
|
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.
|
Ice.AsyncResult |
begin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current merged-batches setting.
|
Ice.AsyncResult |
begin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Search_isMergedBatches __cb)
Returns the current merged-batches setting.
|
Ice.AsyncResult |
begin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns the current merged-batches setting.
|
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.
|
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.
|
Ice.AsyncResult |
begin_isReturnUnloaded()
Returns the current return-unloaded setting.
|
Ice.AsyncResult |
begin_isReturnUnloaded(Callback_Search_isReturnUnloaded __cb)
Returns the current return-unloaded setting.
|
Ice.AsyncResult |
begin_isReturnUnloaded(Ice.Callback __cb)
Returns the current return-unloaded setting.
|
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.
|
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.
|
Ice.AsyncResult |
begin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current return-unloaded setting.
|
Ice.AsyncResult |
begin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Search_isReturnUnloaded __cb)
Returns the current return-unloaded setting.
|
Ice.AsyncResult |
begin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns the current return-unloaded setting.
|
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.
|
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.
|
Ice.AsyncResult |
begin_isUseProjections()
Returns the current use-projection setting.
|
Ice.AsyncResult |
begin_isUseProjections(Callback_Search_isUseProjections __cb)
Returns the current use-projection setting.
|
Ice.AsyncResult |
begin_isUseProjections(Ice.Callback __cb)
Returns the current use-projection setting.
|
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.
|
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.
|
Ice.AsyncResult |
begin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current use-projection setting.
|
Ice.AsyncResult |
begin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Search_isUseProjections __cb)
Returns the current use-projection setting.
|
Ice.AsyncResult |
begin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns the current use-projection setting.
|
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.
|
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.
|
Ice.AsyncResult |
begin_next()
Returns the next entity from the current query.
|
Ice.AsyncResult |
begin_next(Callback_Search_next __cb)
Returns the next entity from the current query.
|
Ice.AsyncResult |
begin_next(Ice.Callback __cb)
Returns the next entity from the current query.
|
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.
|
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.
|
Ice.AsyncResult |
begin_next(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the next entity from the current query.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_not()
Applies the next by* method to the previous by* method, so
that a call
hasNext , next , or
results sees only the intersection of the two
calls. |
Ice.AsyncResult |
begin_not(Callback_Search_not __cb)
Applies the next by* method to the previous by* method, so
that a call
hasNext , next , or
results sees only the intersection of the two
calls. |
Ice.AsyncResult |
begin_not(Ice.Callback __cb)
Applies the next by* method to the previous by* method, so
that a call
hasNext , next , or
results sees only the intersection of the two
calls. |
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 call
hasNext , next , or
results sees only the intersection of the two
calls. |
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 call
hasNext , next , or
results sees only the intersection of the two
calls. |
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 call
hasNext , next , or
results sees only the intersection of the two
calls. |
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 call
hasNext , next , or
results sees only the intersection of the two
calls. |
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 call
hasNext , next , or
results sees only the intersection of the two
calls. |
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 call
hasNext , next , or
results sees only the intersection of the two
calls. |
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 call
hasNext , next , or
results sees only the intersection of the two
calls. |
Ice.AsyncResult |
begin_notAnnotatedBy(Details d)
Restricts entities by who has not annotated them with an
Annotation matching the other filters. |
Ice.AsyncResult |
begin_notAnnotatedBy(Details d,
Callback_Search_notAnnotatedBy __cb)
Restricts entities by who has not annotated them with an
Annotation matching the other filters. |
Ice.AsyncResult |
begin_notAnnotatedBy(Details d,
Ice.Callback __cb)
Restricts entities by who has not annotated them with an
Annotation matching the other filters. |
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 an
Annotation matching the other filters. |
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 an
Annotation matching the other filters. |
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 an
Annotation matching the other filters. |
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 an
Annotation matching the other filters. |
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 an
Annotation matching the other filters. |
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 an
Annotation matching the other filters. |
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 an
Annotation matching the other filters. |
Ice.AsyncResult |
begin_notOwnedBy(Details d)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
Ice.AsyncResult |
begin_notOwnedBy(Details d,
Callback_Search_notOwnedBy __cb)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
Ice.AsyncResult |
begin_notOwnedBy(Details d,
Ice.Callback __cb)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
Ice.AsyncResult |
begin_notOwnedBy(Details d,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
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 the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
Ice.AsyncResult |
begin_notOwnedBy(Details d,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
Ice.AsyncResult |
begin_notOwnedBy(Details d,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Search_notOwnedBy __cb)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
Ice.AsyncResult |
begin_notOwnedBy(Details d,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
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 the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
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 the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_onlyAnnotatedBy(Details d)
Restricts entities by who has annotated them with an
Annotation matching the other filters. |
Ice.AsyncResult |
begin_onlyAnnotatedBy(Details d,
Callback_Search_onlyAnnotatedBy __cb)
Restricts entities by who has annotated them with an
Annotation matching the other filters. |
Ice.AsyncResult |
begin_onlyAnnotatedBy(Details d,
Ice.Callback __cb)
Restricts entities by who has annotated them with an
Annotation matching the other filters. |
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 an
Annotation matching the other filters. |
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 an
Annotation matching the other filters. |
Ice.AsyncResult |
begin_onlyAnnotatedBy(Details d,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Restricts entities by who has annotated them with an
Annotation matching the other filters. |
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 an
Annotation matching the other filters. |
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 an
Annotation matching the other filters. |
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 an
Annotation matching the other filters. |
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 an
Annotation matching the other filters. |
Ice.AsyncResult |
begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes)
Restricts entities to having an
Annotation of all the given types. |
Ice.AsyncResult |
begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes,
Callback_Search_onlyAnnotatedWith __cb)
Restricts entities to having an
Annotation of all the given types. |
Ice.AsyncResult |
begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes,
Ice.Callback __cb)
Restricts entities to having an
Annotation of all the given types. |
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 an
Annotation of all the given types. |
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 an
Annotation of all the given types. |
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 an
Annotation of all the given types. |
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 an
Annotation of all the given types. |
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 an
Annotation of all the given types. |
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 an
Annotation of all the given types. |
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 an
Annotation of all the given types. |
Ice.AsyncResult |
begin_onlyCreatedBetween(RTime start,
RTime stop)
Restricts the time between which an entity may have been
created.
|
Ice.AsyncResult |
begin_onlyCreatedBetween(RTime start,
RTime stop,
Callback_Search_onlyCreatedBetween __cb)
Restricts the time between which an entity may have been
created.
|
Ice.AsyncResult |
begin_onlyCreatedBetween(RTime start,
RTime stop,
Ice.Callback __cb)
Restricts the time between which an entity may have been
created.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_onlyIds(java.util.List<java.lang.Long> ids)
Restricts the set of ids which will be checked.
|
Ice.AsyncResult |
begin_onlyIds(java.util.List<java.lang.Long> ids,
Callback_Search_onlyIds __cb)
Restricts the set of ids which will be checked.
|
Ice.AsyncResult |
begin_onlyIds(java.util.List<java.lang.Long> ids,
Ice.Callback __cb)
Restricts the set of ids which will be checked.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_onlyModifiedBetween(RTime start,
RTime stop)
Restricts the time between which an entity may have last
been modified.
|
Ice.AsyncResult |
begin_onlyModifiedBetween(RTime start,
RTime stop,
Callback_Search_onlyModifiedBetween __cb)
Restricts the time between which an entity may have last
been modified.
|
Ice.AsyncResult |
begin_onlyModifiedBetween(RTime start,
RTime stop,
Ice.Callback __cb)
Restricts the time between which an entity may have last
been modified.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_onlyOwnedBy(Details d)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
Ice.AsyncResult |
begin_onlyOwnedBy(Details d,
Callback_Search_onlyOwnedBy __cb)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
Ice.AsyncResult |
begin_onlyOwnedBy(Details d,
Ice.Callback __cb)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
Ice.AsyncResult |
begin_onlyOwnedBy(Details d,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
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 the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
Ice.AsyncResult |
begin_onlyOwnedBy(Details d,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
Ice.AsyncResult |
begin_onlyOwnedBy(Details d,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Search_onlyOwnedBy __cb)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
Ice.AsyncResult |
begin_onlyOwnedBy(Details d,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
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 the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
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 the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
Ice.AsyncResult |
begin_onlyType(java.lang.String klass)
Restricts the search to a single type.
|
Ice.AsyncResult |
begin_onlyType(java.lang.String klass,
Callback_Search_onlyType __cb)
Restricts the search to a single type.
|
Ice.AsyncResult |
begin_onlyType(java.lang.String klass,
Ice.Callback __cb)
Restricts the search to a single type.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_onlyTypes(java.util.List<java.lang.String> classes)
Restricts searches to a set of types.
|
Ice.AsyncResult |
begin_onlyTypes(java.util.List<java.lang.String> classes,
Callback_Search_onlyTypes __cb)
Restricts searches to a set of types.
|
Ice.AsyncResult |
begin_onlyTypes(java.util.List<java.lang.String> classes,
Ice.Callback __cb)
Restricts searches to a set of types.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_or()
Applies the next by* method to the previous by* method, so
that a call
hasNext , next or
results sees only the union of the two calls. |
Ice.AsyncResult |
begin_or(Callback_Search_or __cb)
Applies the next by* method to the previous by* method, so
that a call
hasNext , next or
results sees only the union of the two calls. |
Ice.AsyncResult |
begin_or(Ice.Callback __cb)
Applies the next by* method to the previous by* method, so
that a call
hasNext , next or
results sees only the union of the two calls. |
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 call
hasNext , next or
results sees only the union of the two calls. |
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 call
hasNext , next or
results sees only the union of the two calls. |
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 call
hasNext , next or
results sees only the union of the two calls. |
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 call
hasNext , next or
results sees only the union of the two calls. |
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 call
hasNext , next or
results sees only the union of the two calls. |
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 call
hasNext , next or
results sees only the union of the two calls. |
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 call
hasNext , next or
results sees only the union of the two calls. |
Ice.AsyncResult |
begin_remove()
Unsupported operation.
|
Ice.AsyncResult |
begin_remove(Callback_Search_remove __cb)
Unsupported operation.
|
Ice.AsyncResult |
begin_remove(Ice.Callback __cb)
Unsupported operation.
|
Ice.AsyncResult |
begin_remove(IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Unsupported operation.
|
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.
|
Ice.AsyncResult |
begin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx)
Unsupported operation.
|
Ice.AsyncResult |
begin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Search_remove __cb)
Unsupported operation.
|
Ice.AsyncResult |
begin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Unsupported operation.
|
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.
|
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.
|
Ice.AsyncResult |
begin_resetDefaults()
Resets all settings (non-query state) to the original
default values, as if the instance had just be created.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_results()
Returns up to
getBatchSize batch size number of
results along with the related query metadata. |
Ice.AsyncResult |
begin_results(Callback_Search_results __cb)
Returns up to
getBatchSize batch size number of
results along with the related query metadata. |
Ice.AsyncResult |
begin_results(Ice.Callback __cb)
Returns up to
getBatchSize batch size number of
results along with the related query metadata. |
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 to
getBatchSize batch size number of
results along with the related query metadata. |
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 to
getBatchSize batch size number of
results along with the related query metadata. |
Ice.AsyncResult |
begin_results(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns up to
getBatchSize batch size number of
results along with the related query metadata. |
Ice.AsyncResult |
begin_results(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Search_results __cb)
Returns up to
getBatchSize batch size number of
results along with the related query metadata. |
Ice.AsyncResult |
begin_results(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns up to
getBatchSize batch size number of
results along with the related query metadata. |
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 to
getBatchSize batch size number of
results along with the related query metadata. |
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 to
getBatchSize batch size number of
results along with the related query metadata. |
Ice.AsyncResult |
begin_setAllowLeadingWildcard(boolean allowLeadingWildcard)
Permits full-text queries with a leading query if true.
|
Ice.AsyncResult |
begin_setAllowLeadingWildcard(boolean allowLeadingWildcard,
Callback_Search_setAllowLeadingWildcard __cb)
Permits full-text queries with a leading query if true.
|
Ice.AsyncResult |
begin_setAllowLeadingWildcard(boolean allowLeadingWildcard,
Ice.Callback __cb)
Permits full-text queries with a leading query if true.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_setBatchSize(int size)
Sets the maximum number of results that will be returned by
one call to
results . |
Ice.AsyncResult |
begin_setBatchSize(int size,
Callback_Search_setBatchSize __cb)
Sets the maximum number of results that will be returned by
one call to
results . |
Ice.AsyncResult |
begin_setBatchSize(int size,
Ice.Callback __cb)
Sets the maximum number of results that will be returned by
one call to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
Ice.AsyncResult |
begin_setCaseSensitive(boolean caseSensitive)
Sets the case sensitivity on all queries where
case-sensitivity is supported.
|
Ice.AsyncResult |
begin_setCaseSensitive(boolean caseSensitive,
Callback_Search_setCaseSensitive __cb)
Sets the case sensitivity on all queries where
case-sensitivity is supported.
|
Ice.AsyncResult |
begin_setCaseSensitive(boolean caseSensitive,
Ice.Callback __cb)
Sets the case sensitivity on all queries where
case-sensitivity is supported.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_setCaseSentivice(boolean caseSensitive)
Deprecated.
use setCaseSensitive instead
|
Ice.AsyncResult |
begin_setCaseSentivice(boolean caseSensitive,
Callback_Search_setCaseSentivice __cb)
Deprecated.
use setCaseSensitive instead
|
Ice.AsyncResult |
begin_setCaseSentivice(boolean caseSensitive,
Ice.Callback __cb)
Deprecated.
use setCaseSensitive instead
|
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 instead
|
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 instead
|
Ice.AsyncResult |
begin_setCaseSentivice(boolean caseSensitive,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Deprecated.
use setCaseSensitive instead
|
Ice.AsyncResult |
begin_setCaseSentivice(boolean caseSensitive,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_Search_setCaseSentivice __cb)
Deprecated.
use setCaseSensitive instead
|
Ice.AsyncResult |
begin_setCaseSentivice(boolean caseSensitive,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Deprecated.
use setCaseSensitive instead
|
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 instead
|
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 instead
|
Ice.AsyncResult |
begin_setMergedBatches(boolean merge)
Set whether or not results from two separate queries can be
returned in the same call to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
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 to
results . |
Ice.AsyncResult |
begin_setReturnUnloaded(boolean returnUnloaded)
Determines if all results should be returned as unloaded
objects.
|
Ice.AsyncResult |
begin_setReturnUnloaded(boolean returnUnloaded,
Callback_Search_setReturnUnloaded __cb)
Determines if all results should be returned as unloaded
objects.
|
Ice.AsyncResult |
begin_setReturnUnloaded(boolean returnUnloaded,
Ice.Callback __cb)
Determines if all results should be returned as unloaded
objects.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_setUseProjections(boolean useProjections)
Determines if Lucene queries should not hit the database.
|
Ice.AsyncResult |
begin_setUseProjections(boolean useProjections,
Callback_Search_setUseProjections __cb)
Determines if Lucene queries should not hit the database.
|
Ice.AsyncResult |
begin_setUseProjections(boolean useProjections,
Ice.Callback __cb)
Determines if Lucene queries should not hit the database.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_unordered()
Removes the current stack of order statements.
|
Ice.AsyncResult |
begin_unordered(Callback_Search_unordered __cb)
Removes the current stack of order statements.
|
Ice.AsyncResult |
begin_unordered(Ice.Callback __cb)
Removes the current stack of order statements.
|
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.
|
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.
|
Ice.AsyncResult |
begin_unordered(java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes the current stack of order statements.
|
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.
|
Ice.AsyncResult |
begin_unordered(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Removes the current stack of order statements.
|
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.
|
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.
|
void |
byAnnotatedWith(java.util.List<Annotation> examples)
Finds entities annotated with an
Annotation similar to the example. |
void |
byAnnotatedWith(java.util.List<Annotation> examples,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Finds entities annotated with an
Annotation similar to the example. |
void |
byFullText(java.lang.String query)
Passes the query as is to the Lucene backend.
|
void |
byFullText(java.lang.String query,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Passes the query as is to the Lucene backend.
|
void |
byGroupForTags(java.lang.String group)
Returns transient (without ID)
TagAnnotation instances which
represent all the
TagAnnotation tags in the given group. |
void |
byGroupForTags(java.lang.String group,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns transient (without ID)
TagAnnotation instances which
represent all the
TagAnnotation tags in the given group. |
void |
byHqlQuery(java.lang.String query,
Parameters params)
Delegates to
omero.api.IQuery.findAllByQuery method
to take advantage of the and , or , and
not methods, or queue-semantics. |
void |
byHqlQuery(java.lang.String query,
Parameters params,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Delegates to
omero.api.IQuery.findAllByQuery method
to take advantage of the and , or , and
not methods, or queue-semantics. |
void |
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.
|
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)
Builds a Lucene query and passes it to the Lucene backend.
|
void |
bySimilarTerms(java.util.List<java.lang.String> terms)
Returns transient (without ID)
TextAnnotation instances which represent
terms which are similar to the given terms. |
void |
bySimilarTerms(java.util.List<java.lang.String> terms,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns transient (without ID)
TextAnnotation instances which represent
terms which are similar to the given terms. |
void |
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 to
byFullText . |
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)
Builds a Lucene query and passes it to
byFullText . |
void |
byTagForGroups(java.lang.String tag)
Creates a query which will return transient (without ID)
TagAnnotation instances which represent
all the TagAnnotation tag groups which
the given tag belongs to. |
void |
byTagForGroups(java.lang.String tag,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Creates a query which will return transient (without ID)
TagAnnotation instances which represent
all the TagAnnotation tag groups which
the given tag belongs to. |
void |
clearQueries()
Removes all active queries (leaving
resetDefaults
settings alone), such that activeQueries will
return 0. |
void |
clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes all active queries (leaving
resetDefaults
settings alone), such that activeQueries will
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 to
next . |
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 to
next . |
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 to
results . |
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 to
results . |
int |
end_activeQueries(Ice.AsyncResult __result)
Returns the number of active queries.
|
void |
end_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.
|
void |
end_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.
|
void |
end_allTypes(Ice.AsyncResult __result)
Permits all types to be returned.
|
void |
end_and(Ice.AsyncResult __result)
Applies the next by* method to the previous by* method, so
that a call
hasNext , next , or
results sees only the intersection of the two
calls. |
void |
end_byAnnotatedWith(Ice.AsyncResult __result)
Finds entities annotated with an
Annotation similar to the example. |
void |
end_byFullText(Ice.AsyncResult __result)
Passes the query as is to the Lucene backend.
|
void |
end_byGroupForTags(Ice.AsyncResult __result)
Returns transient (without ID)
TagAnnotation instances which
represent all the
TagAnnotation tags in the given group. |
void |
end_byHqlQuery(Ice.AsyncResult __result)
Delegates to
omero.api.IQuery.findAllByQuery method
to take advantage of the and , or , and
not methods, or queue-semantics. |
void |
end_byLuceneQueryBuilder(Ice.AsyncResult __result)
Builds a Lucene query and passes it to the Lucene backend.
|
void |
end_bySimilarTerms(Ice.AsyncResult __result)
Returns transient (without ID)
TextAnnotation instances which represent
terms which are similar to the given terms. |
void |
end_bySomeMustNone(Ice.AsyncResult __result)
Builds a Lucene query and passes it to
byFullText . |
void |
end_byTagForGroups(Ice.AsyncResult __result)
Creates a query which will return transient (without ID)
TagAnnotation instances which represent
all the TagAnnotation tag groups which
the given tag belongs to. |
void |
end_clearQueries(Ice.AsyncResult __result)
Removes all active queries (leaving
resetDefaults
settings alone), such that activeQueries will
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 to
next . |
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 to
results . |
void |
end_fetchAlso(Ice.AsyncResult __result)
Adds a fetch clause for loading non-annotation fields of
returned entities.
|
void |
end_fetchAnnotations(Ice.AsyncResult __result)
Queries the database for all
Annotation
annotations of the given types for all returned instances. |
int |
end_getBatchSize(Ice.AsyncResult __result)
Returns the current batch size.
|
boolean |
end_hasNext(Ice.AsyncResult __result)
Returns
true if another call to
next is valid. |
boolean |
end_isAllowLeadingWildcard(Ice.AsyncResult __result)
Returns the current leading-wildcard setting.
|
boolean |
end_isCaseSensitive(Ice.AsyncResult __result)
Returns the current case sensitivity setting.
|
boolean |
end_isMergedBatches(Ice.AsyncResult __result)
Returns the current merged-batches setting.
|
boolean |
end_isReturnUnloaded(Ice.AsyncResult __result)
Returns the current return-unloaded setting.
|
boolean |
end_isUseProjections(Ice.AsyncResult __result)
Returns the current use-projection setting.
|
IObject |
end_next(Ice.AsyncResult __result)
Returns the next entity from the current query.
|
void |
end_not(Ice.AsyncResult __result)
Applies the next by* method to the previous by* method, so
that a call
hasNext , next , or
results sees only the intersection of the two
calls. |
void |
end_notAnnotatedBy(Ice.AsyncResult __result)
Restricts entities by who has not annotated them with an
Annotation matching the other filters. |
void |
end_notOwnedBy(Ice.AsyncResult __result)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
void |
end_onlyAnnotatedBetween(Ice.AsyncResult __result)
Restricts entities by the time in which any annotation
(which matches the other filters) was added them.
|
void |
end_onlyAnnotatedBy(Ice.AsyncResult __result)
Restricts entities by who has annotated them with an
Annotation matching the other filters. |
void |
end_onlyAnnotatedWith(Ice.AsyncResult __result)
Restricts entities to having an
Annotation of all the given types. |
void |
end_onlyCreatedBetween(Ice.AsyncResult __result)
Restricts the time between which an entity may have been
created.
|
void |
end_onlyIds(Ice.AsyncResult __result)
Restricts the set of ids which will be checked.
|
void |
end_onlyModifiedBetween(Ice.AsyncResult __result)
Restricts the time between which an entity may have last
been modified.
|
void |
end_onlyOwnedBy(Ice.AsyncResult __result)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
void |
end_onlyType(Ice.AsyncResult __result)
Restricts the search to a single type.
|
void |
end_onlyTypes(Ice.AsyncResult __result)
Restricts searches to a set of types.
|
void |
end_or(Ice.AsyncResult __result)
Applies the next by* method to the previous by* method, so
that a call
hasNext , next or
results sees only the union of the two calls. |
void |
end_remove(Ice.AsyncResult __result)
Unsupported operation.
|
void |
end_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 to
getBatchSize batch size number of
results along with the related query metadata. |
void |
end_setAllowLeadingWildcard(Ice.AsyncResult __result)
Permits full-text queries with a leading query if true.
|
void |
end_setBatchSize(Ice.AsyncResult __result)
Sets the maximum number of results that will be returned by
one call to
results . |
void |
end_setCaseSensitive(Ice.AsyncResult __result)
Sets the case sensitivity on all queries where
case-sensitivity is supported.
|
void |
end_setCaseSentivice(Ice.AsyncResult __result)
Sets the case sensitivity on all queries where
case-sensitivity is supported.
|
void |
end_setMergedBatches(Ice.AsyncResult __result)
Set whether or not results from two separate queries can be
returned in the same call to
results . |
void |
end_setReturnUnloaded(Ice.AsyncResult __result)
Determines if all results should be returned as unloaded
objects.
|
void |
end_setUseProjections(Ice.AsyncResult __result)
Determines if Lucene queries should not hit the database.
|
void |
end_unordered(Ice.AsyncResult __result)
Removes the current stack of order statements.
|
void |
fetchAlso(java.util.List<java.lang.String> fetches)
Adds a fetch clause for loading non-annotation fields of
returned entities.
|
void |
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.
|
void |
fetchAnnotations(java.util.List<java.lang.String> classes)
Queries the database for all
Annotation
annotations of the given types for all returned instances. |
void |
fetchAnnotations(java.util.List<java.lang.String> classes,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Queries the database for all
Annotation
annotations of the given types for all returned instances. |
int |
getBatchSize()
Returns the current batch size.
|
int |
getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current batch size.
|
boolean |
hasNext()
Returns
true if another call to
next is valid. |
boolean |
hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns
true if another call to
next is valid. |
boolean |
isAllowLeadingWildcard()
Returns the current leading-wildcard setting.
|
boolean |
isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current leading-wildcard setting.
|
boolean |
isCaseSensitive()
Returns the current case sensitivity setting.
|
boolean |
isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current case sensitivity setting.
|
boolean |
isMergedBatches()
Returns the current merged-batches setting.
|
boolean |
isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current merged-batches setting.
|
boolean |
isReturnUnloaded()
Returns the current return-unloaded setting.
|
boolean |
isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current return-unloaded setting.
|
boolean |
isUseProjections()
Returns the current use-projection setting.
|
boolean |
isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current use-projection setting.
|
IObject |
next()
Returns the next entity from the current query.
|
IObject |
next(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the next entity from the current query.
|
void |
not()
Applies the next by* method to the previous by* method, so
that a call
hasNext , next , or
results sees only the intersection of the two
calls. |
void |
not(java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies the next by* method to the previous by* method, so
that a call
hasNext , next , or
results sees only the intersection of the two
calls. |
void |
notAnnotatedBy(Details d)
Restricts entities by who has not annotated them with an
Annotation matching the other filters. |
void |
notAnnotatedBy(Details d,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Restricts entities by who has not annotated them with an
Annotation matching the other filters. |
void |
notOwnedBy(Details d)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
void |
notOwnedBy(Details d,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
void |
onlyAnnotatedBetween(RTime start,
RTime stop)
Restricts entities by the time in which any annotation
(which matches the other filters) was added them.
|
void |
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.
|
void |
onlyAnnotatedBy(Details d)
Restricts entities by who has annotated them with an
Annotation matching the other filters. |
void |
onlyAnnotatedBy(Details d,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Restricts entities by who has annotated them with an
Annotation matching the other filters. |
void |
onlyAnnotatedWith(java.util.List<java.lang.String> classes)
Restricts entities to having an
Annotation of all the given types. |
void |
onlyAnnotatedWith(java.util.List<java.lang.String> classes,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Restricts entities to having an
Annotation of all the given types. |
void |
onlyCreatedBetween(RTime start,
RTime stop)
Restricts the time between which an entity may have been
created.
|
void |
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.
|
void |
onlyIds(java.util.List<java.lang.Long> ids)
Restricts the set of ids which will be checked.
|
void |
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.
|
void |
onlyModifiedBetween(RTime start,
RTime stop)
Restricts the time between which an entity may have last
been modified.
|
void |
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.
|
void |
onlyOwnedBy(Details d)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
void |
onlyOwnedBy(Details d,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Uses the
Details.getOwner() and
Details.getGroup() information to
restrict the entities which will be returned. |
void |
onlyType(java.lang.String klass)
Restricts the search to a single type.
|
void |
onlyType(java.lang.String klass,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Restricts the search to a single type.
|
void |
onlyTypes(java.util.List<java.lang.String> classes)
Restricts searches to a set of types.
|
void |
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.
|
void |
or()
Applies the next by* method to the previous by* method, so
that a call
hasNext , next or
results sees only the union of the two calls. |
void |
or(java.util.Map<java.lang.String,java.lang.String> __ctx)
Applies the next by* method to the previous by* method, so
that a call
hasNext , next or
results sees only the union of the two calls. |
void |
remove()
Unsupported operation.
|
void |
remove(java.util.Map<java.lang.String,java.lang.String> __ctx)
Unsupported operation.
|
void |
resetDefaults()
Resets all settings (non-query state) to the original
default values, as if the instance had just be created.
|
void |
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.
|
java.util.List<IObject> |
results()
Returns up to
getBatchSize batch 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 to
getBatchSize batch size number of
results along with the related query metadata. |
void |
setAllowLeadingWildcard(boolean allowLeadingWildcard)
Permits full-text queries with a leading query if true.
|
void |
setAllowLeadingWildcard(boolean allowLeadingWildcard,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Permits full-text queries with a leading query if true.
|
void |
setBatchSize(int size)
Sets the maximum number of results that will be returned by
one call to
results . |
void |
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 to
results . |
void |
setCaseSensitive(boolean caseSensitive)
Sets the case sensitivity on all queries where
case-sensitivity is supported.
|
void |
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.
|
void |
setCaseSentivice(boolean caseSensitive)
Deprecated.
use setCaseSensitive instead
|
void |
setCaseSentivice(boolean caseSensitive,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Deprecated.
use setCaseSensitive instead
|
void |
setMergedBatches(boolean merge)
Set whether or not results from two separate queries can be
returned in the same call to
results . |
void |
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 to
results . |
void |
setReturnUnloaded(boolean returnUnloaded)
Determines if all results should be returned as unloaded
objects.
|
void |
setReturnUnloaded(boolean returnUnloaded,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Determines if all results should be returned as unloaded
objects.
|
void |
setUseProjections(boolean useProjections)
Determines if Lucene queries should not hit the database.
|
void |
setUseProjections(boolean useProjections,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Determines if Lucene queries should not hit the database.
|
void |
unordered()
Removes the current stack of order statements.
|
void |
unordered(java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes the current stack of order statements.
|
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
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
int activeQueries() throws ServerError
activeQueries
gives the minimum number of
remaining calls to results
when batches are not
merged.ServerError
int activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
activeQueries
gives the minimum number of
remaining calls to results
when batches are not
merged.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_activeQueries()
activeQueries
gives the minimum number of
remaining calls to results
when batches are not
merged.Ice.AsyncResult begin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx)
activeQueries
gives the minimum number of
remaining calls to results
when batches are not
merged.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_activeQueries(Ice.Callback __cb)
activeQueries
gives the minimum number of
remaining calls to results
when batches are not
merged.__cb
- The asynchronous callback object.Ice.AsyncResult begin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
activeQueries
gives the minimum number of
remaining calls to results
when batches are not
merged.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_activeQueries(Callback_Search_activeQueries __cb)
activeQueries
gives the minimum number of
remaining calls to results
when batches are not
merged.__cb
- The asynchronous callback object.Ice.AsyncResult begin_activeQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_activeQueries __cb)
activeQueries
gives the minimum number of
remaining calls to results
when batches are not
merged.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_activeQueries(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
activeQueries
gives the minimum number of
remaining calls to results
when batches are not
merged.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_activeQueries(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
activeQueries
gives the minimum number of
remaining calls to results
when batches are not
merged.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
activeQueries
gives the minimum number of
remaining calls to results
when batches are not
merged.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
activeQueries
gives the minimum number of
remaining calls to results
when batches are not
merged.__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.int end_activeQueries(Ice.AsyncResult __result) throws ServerError
activeQueries
gives the minimum number of
remaining calls to results
when batches are not
merged.__result
- The asynchronous result object.ServerError
void setBatchSize(int size) throws ServerError
results
. If batches are not merged,
then results may often be less than the batch size. If
batches are merged, then only the last call to
results
can 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.size
- maximum number of results per call to
results
ServerError
void setBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
results
. If batches are not merged,
then results may often be less than the batch size. If
batches are merged, then only the last call to
results
can 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.size
- maximum number of results per call to
results
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_setBatchSize(int size)
results
. If batches are not merged,
then results may often be less than the batch size. If
batches are merged, then only the last call to
results
can 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.size
- maximum number of results per call to
results
Ice.AsyncResult begin_setBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx)
results
. If batches are not merged,
then results may often be less than the batch size. If
batches are merged, then only the last call to
results
can 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.size
- maximum number of results per call to
results
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_setBatchSize(int size, Ice.Callback __cb)
results
. If batches are not merged,
then results may often be less than the batch size. If
batches are merged, then only the last call to
results
can 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.size
- maximum number of results per call to
results
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
results
. If batches are not merged,
then results may often be less than the batch size. If
batches are merged, then only the last call to
results
can 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.size
- maximum number of results per call to
results
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setBatchSize(int size, Callback_Search_setBatchSize __cb)
results
. If batches are not merged,
then results may often be less than the batch size. If
batches are merged, then only the last call to
results
can 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.size
- maximum number of results per call to
results
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setBatchSize(int size, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setBatchSize __cb)
results
. If batches are not merged,
then results may often be less than the batch size. If
batches are merged, then only the last call to
results
can 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.size
- maximum number of results per call to
results
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setBatchSize(int size, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
results
. If batches are not merged,
then results may often be less than the batch size. If
batches are merged, then only the last call to
results
can 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.size
- maximum number of results per call to
results
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
results
. If batches are not merged,
then results may often be less than the batch size. If
batches are merged, then only the last call to
results
can 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.size
- maximum number of results per call to
results
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
results
. If batches are not merged,
then results may often be less than the batch size. If
batches are merged, then only the last call to
results
can 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.size
- maximum number of results per call to
results
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
results
. If batches are not merged,
then results may often be less than the batch size. If
batches are merged, then only the last call to
results
can 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.size
- maximum number of results per call to
results
__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.void end_setBatchSize(Ice.AsyncResult __result) throws ServerError
results
. If batches are not merged,
then results may often be less than the batch size. If
batches are merged, then only the last call to
results
can 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.__result
- The asynchronous result object.ServerError
int getBatchSize() throws ServerError
setBatchSize
has not been called, the default value will be in effect.results
ServerError
int getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
setBatchSize
has not been called, the default value will be in effect.__ctx
- The Context map to send with the invocation.results
ServerError
Ice.AsyncResult begin_getBatchSize()
setBatchSize
has not been called, the default value will be in effect.Ice.AsyncResult begin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
setBatchSize
has not been called, the default value will be in effect.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getBatchSize(Ice.Callback __cb)
setBatchSize
has not been called, the default value will be in effect.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
setBatchSize
has not been called, the default value will be in effect.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getBatchSize(Callback_Search_getBatchSize __cb)
setBatchSize
has not been called, the default value will be in effect.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getBatchSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_getBatchSize __cb)
setBatchSize
has not been called, the default value will be in effect.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getBatchSize(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
setBatchSize
has not been called, the default value will be in effect.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getBatchSize(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
setBatchSize
has not been called, the default value will be in effect.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
setBatchSize
has not been called, the default value will be in effect.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
setBatchSize
has not been called, the default value will be in effect.__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.int end_getBatchSize(Ice.AsyncResult __result) throws ServerError
setBatchSize
has not been called, the default value will be in effect.__result
- The asynchronous result object.results
ServerError
void setMergedBatches(boolean merge) throws ServerError
results
.ServerError
void setMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
results
.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_setMergedBatches(boolean merge)
results
.Ice.AsyncResult begin_setMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx)
results
.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_setMergedBatches(boolean merge, Ice.Callback __cb)
results
.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
results
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setMergedBatches(boolean merge, Callback_Search_setMergedBatches __cb)
results
.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setMergedBatches(boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setMergedBatches __cb)
results
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setMergedBatches(boolean merge, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
results
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
results
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
results
.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
results
.__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.void end_setMergedBatches(Ice.AsyncResult __result) throws ServerError
results
.__result
- The asynchronous result object.ServerError
boolean isMergedBatches() throws ServerError
setMergedBatches
has not been called, the
default value will be in effect.ServerError
boolean isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
setMergedBatches
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_isMergedBatches()
setMergedBatches
has not been called, the
default value will be in effect.Ice.AsyncResult begin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx)
setMergedBatches
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_isMergedBatches(Ice.Callback __cb)
setMergedBatches
has not been called, the
default value will be in effect.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
setMergedBatches
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isMergedBatches(Callback_Search_isMergedBatches __cb)
setMergedBatches
has not been called, the
default value will be in effect.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isMergedBatches(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_isMergedBatches __cb)
setMergedBatches
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isMergedBatches(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
setMergedBatches
has not been called, the
default value will be in effect.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_isMergedBatches(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
setMergedBatches
has not been called, the
default value will be in effect.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
setMergedBatches
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
setMergedBatches
has not been called, the
default value will be in effect.__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.boolean end_isMergedBatches(Ice.AsyncResult __result) throws ServerError
setMergedBatches
has not been called, the
default value will be in effect.__result
- The asynchronous result object.ServerError
void setCaseSentivice(boolean caseSensitive) throws ServerError
ServerError
void setCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive)
Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive, Callback_Search_setCaseSentivice __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setCaseSentivice __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setCaseSentivice(boolean caseSensitive, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
__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.void end_setCaseSentivice(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void setCaseSensitive(boolean caseSensitive) throws ServerError
ServerError
void setCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive)
Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive, Callback_Search_setCaseSensitive __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setCaseSensitive __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setCaseSensitive(boolean caseSensitive, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
__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.void end_setCaseSensitive(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
boolean isCaseSensitive() throws ServerError
setCaseSensitive
has not been called, the
default value will be in effect.ServerError
boolean isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
setCaseSensitive
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_isCaseSensitive()
setCaseSensitive
has not been called, the
default value will be in effect.Ice.AsyncResult begin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx)
setCaseSensitive
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_isCaseSensitive(Ice.Callback __cb)
setCaseSensitive
has not been called, the
default value will be in effect.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
setCaseSensitive
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isCaseSensitive(Callback_Search_isCaseSensitive __cb)
setCaseSensitive
has not been called, the
default value will be in effect.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isCaseSensitive(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_isCaseSensitive __cb)
setCaseSensitive
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isCaseSensitive(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
setCaseSensitive
has not been called, the
default value will be in effect.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_isCaseSensitive(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
setCaseSensitive
has not been called, the
default value will be in effect.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
setCaseSensitive
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
setCaseSensitive
has not been called, the
default value will be in effect.__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.boolean end_isCaseSensitive(Ice.AsyncResult __result) throws ServerError
setCaseSensitive
has not been called, the
default value will be in effect.__result
- The asynchronous result object.ServerError
void setUseProjections(boolean useProjections) throws ServerError
ServerError
void setUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_setUseProjections(boolean useProjections)
Ice.AsyncResult begin_setUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_setUseProjections(boolean useProjections, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setUseProjections(boolean useProjections, Callback_Search_setUseProjections __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setUseProjections(boolean useProjections, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setUseProjections __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setUseProjections(boolean useProjections, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
__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.void end_setUseProjections(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
boolean isUseProjections() throws ServerError
setUseProjections
for more. If
setUseProjections
has not been called, the
default value will be in effect.ServerError
boolean isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
setUseProjections
for more. If
setUseProjections
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_isUseProjections()
setUseProjections
for more. If
setUseProjections
has not been called, the
default value will be in effect.Ice.AsyncResult begin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx)
setUseProjections
for more. If
setUseProjections
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_isUseProjections(Ice.Callback __cb)
setUseProjections
for more. If
setUseProjections
has not been called, the
default value will be in effect.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
setUseProjections
for more. If
setUseProjections
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isUseProjections(Callback_Search_isUseProjections __cb)
setUseProjections
for more. If
setUseProjections
has not been called, the
default value will be in effect.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isUseProjections(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_isUseProjections __cb)
setUseProjections
for more. If
setUseProjections
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isUseProjections(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
setUseProjections
for more. If
setUseProjections
has not been called, the
default value will be in effect.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_isUseProjections(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
setUseProjections
for more. If
setUseProjections
has not been called, the
default value will be in effect.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
setUseProjections
for more. If
setUseProjections
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
setUseProjections
for more. If
setUseProjections
has not been called, the
default value will be in effect.__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.boolean end_isUseProjections(Ice.AsyncResult __result) throws ServerError
setUseProjections
for more. If
setUseProjections
has not been called, the
default value will be in effect.__result
- The asynchronous result object.ServerError
void setReturnUnloaded(boolean returnUnloaded) throws ServerError
IQuery
. This value
overrides the setUseProjections
setting.ServerError
void setReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IQuery
. This value
overrides the setUseProjections
setting.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded)
IQuery
. This value
overrides the setUseProjections
setting.Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx)
IQuery
. This value
overrides the setUseProjections
setting.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded, Ice.Callback __cb)
IQuery
. This value
overrides the setUseProjections
setting.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IQuery
. This value
overrides the setUseProjections
setting.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded, Callback_Search_setReturnUnloaded __cb)
IQuery
. This value
overrides the setUseProjections
setting.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setReturnUnloaded __cb)
IQuery
. This value
overrides the setUseProjections
setting.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setReturnUnloaded(boolean returnUnloaded, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IQuery
. This value
overrides the setUseProjections
setting.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
IQuery
. This value
overrides the setUseProjections
setting.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
IQuery
. This value
overrides the setUseProjections
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.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)
IQuery
. This value
overrides the setUseProjections
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.void end_setReturnUnloaded(Ice.AsyncResult __result) throws ServerError
IQuery
. This value
overrides the setUseProjections
setting.__result
- The asynchronous result object.ServerError
boolean isReturnUnloaded() throws ServerError
setReturnUnloaded
has not been called, the
default value will be in effect.ServerError
boolean isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
setReturnUnloaded
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_isReturnUnloaded()
setReturnUnloaded
has not been called, the
default value will be in effect.Ice.AsyncResult begin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx)
setReturnUnloaded
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_isReturnUnloaded(Ice.Callback __cb)
setReturnUnloaded
has not been called, the
default value will be in effect.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
setReturnUnloaded
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isReturnUnloaded(Callback_Search_isReturnUnloaded __cb)
setReturnUnloaded
has not been called, the
default value will be in effect.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isReturnUnloaded(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_isReturnUnloaded __cb)
setReturnUnloaded
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isReturnUnloaded(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
setReturnUnloaded
has not been called, the
default value will be in effect.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_isReturnUnloaded(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
setReturnUnloaded
has not been called, the
default value will be in effect.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
setReturnUnloaded
has not been called, the
default value will be in effect.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
setReturnUnloaded
has not been called, the
default value will be in effect.__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.boolean end_isReturnUnloaded(Ice.AsyncResult __result) throws ServerError
setReturnUnloaded
has not been called, the
default value will be in effect.__result
- The asynchronous result object.ServerError
void setAllowLeadingWildcard(boolean allowLeadingWildcard) throws ServerError
void setAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
isAllowLeadingWildcard()
,
byFullText(java.lang.String)
,
bySomeMustNone(java.util.List<java.lang.String>, java.util.List<java.lang.String>, java.util.List<java.lang.String>)
Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard)
Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard, Callback_Search_setAllowLeadingWildcard __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_setAllowLeadingWildcard __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setAllowLeadingWildcard(boolean allowLeadingWildcard, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
__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.void end_setAllowLeadingWildcard(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
isAllowLeadingWildcard()
,
byFullText(java.lang.String)
,
bySomeMustNone(java.util.List<java.lang.String>, java.util.List<java.lang.String>, java.util.List<java.lang.String>)
boolean isAllowLeadingWildcard() throws ServerError
byFullText
and bySomeMustNone
will throw
an ApiUsageException
, since leading-wildcard
searches are quite slow. Use
setAllowLeadingWildcard
in order to permit this
usage.ServerError
boolean isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
byFullText
and bySomeMustNone
will throw
an ApiUsageException
, since leading-wildcard
searches are quite slow. Use
setAllowLeadingWildcard
in order to permit this
usage.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_isAllowLeadingWildcard()
byFullText
and bySomeMustNone
will throw
an ApiUsageException
, since leading-wildcard
searches are quite slow. Use
setAllowLeadingWildcard
in order to permit this
usage.Ice.AsyncResult begin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx)
byFullText
and bySomeMustNone
will throw
an ApiUsageException
, since leading-wildcard
searches are quite slow. Use
setAllowLeadingWildcard
in order to permit this
usage.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_isAllowLeadingWildcard(Ice.Callback __cb)
byFullText
and bySomeMustNone
will throw
an ApiUsageException
, since leading-wildcard
searches are quite slow. Use
setAllowLeadingWildcard
in order to permit this
usage.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
byFullText
and bySomeMustNone
will throw
an ApiUsageException
, since leading-wildcard
searches are quite slow. Use
setAllowLeadingWildcard
in order to permit this
usage.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isAllowLeadingWildcard(Callback_Search_isAllowLeadingWildcard __cb)
byFullText
and bySomeMustNone
will throw
an ApiUsageException
, since leading-wildcard
searches are quite slow. Use
setAllowLeadingWildcard
in order to permit this
usage.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isAllowLeadingWildcard(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_isAllowLeadingWildcard __cb)
byFullText
and bySomeMustNone
will throw
an ApiUsageException
, since leading-wildcard
searches are quite slow. Use
setAllowLeadingWildcard
in order to permit this
usage.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isAllowLeadingWildcard(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
byFullText
and bySomeMustNone
will throw
an ApiUsageException
, since leading-wildcard
searches are quite slow. Use
setAllowLeadingWildcard
in order to permit this
usage.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_isAllowLeadingWildcard(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
byFullText
and bySomeMustNone
will throw
an ApiUsageException
, since leading-wildcard
searches are quite slow. Use
setAllowLeadingWildcard
in order to permit this
usage.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
byFullText
and bySomeMustNone
will throw
an ApiUsageException
, since leading-wildcard
searches are quite slow. Use
setAllowLeadingWildcard
in order to permit this
usage.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
byFullText
and bySomeMustNone
will throw
an ApiUsageException
, since leading-wildcard
searches are quite slow. Use
setAllowLeadingWildcard
in order to permit this
usage.__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.boolean end_isAllowLeadingWildcard(Ice.AsyncResult __result) throws ServerError
byFullText
and bySomeMustNone
will throw
an ApiUsageException
, since leading-wildcard
searches are quite slow. Use
setAllowLeadingWildcard
in order to permit this
usage.__result
- The asynchronous result object.ServerError
void onlyType(java.lang.String klass) throws ServerError
ServerError
void onlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_onlyType(java.lang.String klass)
Ice.AsyncResult begin_onlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_onlyType(java.lang.String klass, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_onlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_onlyType(java.lang.String klass, Callback_Search_onlyType __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_onlyType(java.lang.String klass, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyType __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_onlyType(java.lang.String klass, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
__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.void end_onlyType(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void onlyTypes(java.util.List<java.lang.String> classes) throws ServerError
ServerError
void onlyTypes(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_onlyTypes(java.util.List<java.lang.String> classes)
Ice.AsyncResult begin_onlyTypes(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_onlyTypes(java.util.List<java.lang.String> classes, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_onlyTypes(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_onlyTypes(java.util.List<java.lang.String> classes, Callback_Search_onlyTypes __cb)
__cb
- The asynchronous callback object.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)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
__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.void end_onlyTypes(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void allTypes() throws ServerError
ServerError
void allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_allTypes()
Ice.AsyncResult begin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_allTypes(Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_allTypes(Callback_Search_allTypes __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_allTypes(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_allTypes __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_allTypes(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_allTypes(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
__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.void end_allTypes(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void onlyIds(java.util.List<java.lang.Long> ids) throws ServerError
ids
- Can be null, in which case the previous
restriction is removed.ServerError
void onlyIds(java.util.List<java.lang.Long> ids, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ids
- Can be null, in which case the previous
restriction is removed.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_onlyIds(java.util.List<java.lang.Long> ids)
ids
- Can be null, in which case the previous
restriction is removed.Ice.AsyncResult begin_onlyIds(java.util.List<java.lang.Long> ids, java.util.Map<java.lang.String,java.lang.String> __ctx)
ids
- Can be null, in which case the previous
restriction is removed.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_onlyIds(java.util.List<java.lang.Long> ids, Ice.Callback __cb)
ids
- Can be null, in which case the previous
restriction is removed.__cb
- The asynchronous callback object.Ice.AsyncResult begin_onlyIds(java.util.List<java.lang.Long> ids, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
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.Ice.AsyncResult begin_onlyIds(java.util.List<java.lang.Long> ids, Callback_Search_onlyIds __cb)
ids
- Can be null, in which case the previous
restriction is removed.__cb
- The asynchronous callback object.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)
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.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)
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.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)
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.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)
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.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)
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.void end_onlyIds(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void onlyOwnedBy(Details d) throws ServerError
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.d
- Can be null, in which case the previous
restriction is removed.ServerError
void onlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.d
- Can be null, in which case the previous
restriction is removed.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_onlyOwnedBy(Details d)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.d
- Can be null, in which case the previous
restriction is removed.Ice.AsyncResult begin_onlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.d
- Can be null, in which case the previous
restriction is removed.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_onlyOwnedBy(Details d, Ice.Callback __cb)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.d
- Can be null, in which case the previous
restriction is removed.__cb
- The asynchronous callback object.Ice.AsyncResult begin_onlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.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.Ice.AsyncResult begin_onlyOwnedBy(Details d, Callback_Search_onlyOwnedBy __cb)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.d
- Can be null, in which case the previous
restriction is removed.__cb
- The asynchronous callback object.Ice.AsyncResult begin_onlyOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyOwnedBy __cb)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.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.Ice.AsyncResult begin_onlyOwnedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.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.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)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.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.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)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.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.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)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.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.void end_onlyOwnedBy(Ice.AsyncResult __result) throws ServerError
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.__result
- The asynchronous result object.ServerError
void notOwnedBy(Details d) throws ServerError
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.d
- Can be null, in which case the previous
restriction is removed.ServerError
void notOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.d
- Can be null, in which case the previous
restriction is removed.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_notOwnedBy(Details d)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.d
- Can be null, in which case the previous
restriction is removed.Ice.AsyncResult begin_notOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.d
- Can be null, in which case the previous
restriction is removed.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_notOwnedBy(Details d, Ice.Callback __cb)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.d
- Can be null, in which case the previous
restriction is removed.__cb
- The asynchronous callback object.Ice.AsyncResult begin_notOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.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.Ice.AsyncResult begin_notOwnedBy(Details d, Callback_Search_notOwnedBy __cb)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.d
- Can be null, in which case the previous
restriction is removed.__cb
- The asynchronous callback object.Ice.AsyncResult begin_notOwnedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_notOwnedBy __cb)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.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.Ice.AsyncResult begin_notOwnedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.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.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)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.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.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)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.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.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)
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.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.void end_notOwnedBy(Ice.AsyncResult __result) throws ServerError
Details.getOwner()
and
Details.getGroup()
information to
restrict the entities which will be returned. If both are
non-null, the two restrictions are joined by an AND.__result
- The asynchronous result object.ServerError
void onlyCreatedBetween(RTime start, RTime stop) throws ServerError
start
- Can be null, i.e. interval open to negative
infinity.stop
- Can be null, i.e. interval opens to positive
infinity.ServerError
void onlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
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.ServerError
Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop)
start
- Can be null, i.e. interval open to negative
infinity.stop
- Can be null, i.e. interval opens to positive
infinity.Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx)
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.Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop, Ice.Callback __cb)
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.Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
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.Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop, Callback_Search_onlyCreatedBetween __cb)
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.Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyCreatedBetween __cb)
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.Ice.AsyncResult begin_onlyCreatedBetween(RTime start, RTime stop, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
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.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)
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.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)
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.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)
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.void end_onlyCreatedBetween(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void onlyModifiedBetween(RTime start, RTime stop) throws ServerError
start
- Can be null, i.e. interval open to negative
infinity.stop
- Can be null, i.e. interval open to positive
infinity.ServerError
void onlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
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.ServerError
Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop)
start
- Can be null, i.e. interval open to negative
infinity.stop
- Can be null, i.e. interval open to positive
infinity.Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx)
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.Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop, Ice.Callback __cb)
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.Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
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.Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop, Callback_Search_onlyModifiedBetween __cb)
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.Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyModifiedBetween __cb)
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.Ice.AsyncResult begin_onlyModifiedBetween(RTime start, RTime stop, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
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.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)
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.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)
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.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)
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.void end_onlyModifiedBetween(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void onlyAnnotatedBetween(RTime start, RTime stop) throws ServerError
Details.getCreationEvent()
creation event of the Annotation
.start
- Can be null, i.e. interval open to negative
infinity.stop
- Can be null, i.e. interval open to positive
infinity.ServerError
void onlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Details.getCreationEvent()
creation event of the Annotation
.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.ServerError
Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop)
Details.getCreationEvent()
creation event of the Annotation
.start
- Can be null, i.e. interval open to negative
infinity.stop
- Can be null, i.e. interval open to positive
infinity.Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx)
Details.getCreationEvent()
creation event of the Annotation
.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.Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop, Ice.Callback __cb)
Details.getCreationEvent()
creation event of the Annotation
.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.Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Details.getCreationEvent()
creation event of the Annotation
.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.Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop, Callback_Search_onlyAnnotatedBetween __cb)
Details.getCreationEvent()
creation event of the Annotation
.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.Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyAnnotatedBetween __cb)
Details.getCreationEvent()
creation event of the Annotation
.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.Ice.AsyncResult begin_onlyAnnotatedBetween(RTime start, RTime stop, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Details.getCreationEvent()
creation event of the Annotation
.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.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)
Details.getCreationEvent()
creation event of the Annotation
.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.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)
Details.getCreationEvent()
creation event of the Annotation
.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.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)
Details.getCreationEvent()
creation event of the Annotation
.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.void end_onlyAnnotatedBetween(Ice.AsyncResult __result) throws ServerError
Details.getCreationEvent()
creation event of the Annotation
.__result
- The asynchronous result object.ServerError
void onlyAnnotatedBy(Details d) throws ServerError
Annotation
matching the other filters.
As onlyOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.d
- Can be null, in which case any previous
restriction is removed.ServerError
void onlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Annotation
matching the other filters.
As onlyOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.d
- Can be null, in which case any previous
restriction is removed.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_onlyAnnotatedBy(Details d)
Annotation
matching the other filters.
As onlyOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.d
- Can be null, in which case any previous
restriction is removed.Ice.AsyncResult begin_onlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)
Annotation
matching the other filters.
As onlyOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.d
- Can be null, in which case any previous
restriction is removed.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_onlyAnnotatedBy(Details d, Ice.Callback __cb)
Annotation
matching the other filters.
As onlyOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.d
- Can be null, in which case any previous
restriction is removed.__cb
- The asynchronous callback object.Ice.AsyncResult begin_onlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Annotation
matching the other filters.
As onlyOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.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.Ice.AsyncResult begin_onlyAnnotatedBy(Details d, Callback_Search_onlyAnnotatedBy __cb)
Annotation
matching the other filters.
As onlyOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.d
- Can be null, in which case any previous
restriction is removed.__cb
- The asynchronous callback object.Ice.AsyncResult begin_onlyAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_onlyAnnotatedBy __cb)
Annotation
matching the other filters.
As onlyOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.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.Ice.AsyncResult begin_onlyAnnotatedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Annotation
matching the other filters.
As onlyOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.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.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)
Annotation
matching the other filters.
As onlyOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.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.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)
Annotation
matching the other filters.
As onlyOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.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.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)
Annotation
matching the other filters.
As onlyOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.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.void end_onlyAnnotatedBy(Ice.AsyncResult __result) throws ServerError
Annotation
matching the other filters.
As onlyOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.__result
- The asynchronous result object.ServerError
void notAnnotatedBy(Details d) throws ServerError
Annotation
matching the other filters.
As notOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.d
- Can be null, in which case any previous
restriction is removed.ServerError
void notAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Annotation
matching the other filters.
As notOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.d
- Can be null, in which case any previous
restriction is removed.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_notAnnotatedBy(Details d)
Annotation
matching the other filters.
As notOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.d
- Can be null, in which case any previous
restriction is removed.Ice.AsyncResult begin_notAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx)
Annotation
matching the other filters.
As notOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.d
- Can be null, in which case any previous
restriction is removed.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_notAnnotatedBy(Details d, Ice.Callback __cb)
Annotation
matching the other filters.
As notOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.d
- Can be null, in which case any previous
restriction is removed.__cb
- The asynchronous callback object.Ice.AsyncResult begin_notAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Annotation
matching the other filters.
As notOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.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.Ice.AsyncResult begin_notAnnotatedBy(Details d, Callback_Search_notAnnotatedBy __cb)
Annotation
matching the other filters.
As notOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.d
- Can be null, in which case any previous
restriction is removed.__cb
- The asynchronous callback object.Ice.AsyncResult begin_notAnnotatedBy(Details d, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_notAnnotatedBy __cb)
Annotation
matching the other filters.
As notOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.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.Ice.AsyncResult begin_notAnnotatedBy(Details d, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Annotation
matching the other filters.
As notOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.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.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)
Annotation
matching the other filters.
As notOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.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.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)
Annotation
matching the other filters.
As notOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.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.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)
Annotation
matching the other filters.
As notOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.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.void end_notAnnotatedBy(Ice.AsyncResult __result) throws ServerError
Annotation
matching the other filters.
As notOwnedBy
, the
Details.getOwner()
and
Details.getGroup()
information is
combined with an AND condition.__result
- The asynchronous result object.ServerError
void onlyAnnotatedWith(java.util.List<java.lang.String> classes) throws ServerError
Annotation
of 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 is null
and 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 with
isMergedBatches
and isReturnUnloaded
)
and combine the results. Duplicate ids are still possible
so a set of some form should be used to collect the results.classes
- Can be empty, in which case restriction is
removed.ServerError
void onlyAnnotatedWith(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Annotation
of 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 is null
and 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 with
isMergedBatches
and isReturnUnloaded
)
and combine the results. Duplicate ids are still possible
so a set of some form should be used to collect the results.classes
- Can be empty, in which case restriction is
removed.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes)
Annotation
of 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 is null
and 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 with
isMergedBatches
and isReturnUnloaded
)
and combine the results. Duplicate ids are still possible
so a set of some form should be used to collect the results.classes
- Can be empty, in which case restriction is
removed.Ice.AsyncResult begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx)
Annotation
of 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 is null
and 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 with
isMergedBatches
and isReturnUnloaded
)
and combine the results. Duplicate ids are still possible
so a set of some form should be used to collect the results.classes
- Can be empty, in which case restriction is
removed.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, Ice.Callback __cb)
Annotation
of 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 is null
and 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 with
isMergedBatches
and isReturnUnloaded
)
and combine the results. Duplicate ids are still possible
so a set of some form should be used to collect the results.classes
- Can be empty, in which case restriction is
removed.__cb
- The asynchronous callback object.Ice.AsyncResult begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Annotation
of 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 is null
and 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 with
isMergedBatches
and isReturnUnloaded
)
and combine the results. Duplicate ids are still possible
so a set of some form should be used to collect the results.classes
- Can be empty, in which case restriction is
removed.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_onlyAnnotatedWith(java.util.List<java.lang.String> classes, Callback_Search_onlyAnnotatedWith __cb)
Annotation
of 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 is null
and 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 with
isMergedBatches
and isReturnUnloaded
)
and combine the results. Duplicate ids are still possible
so a set of some form should be used to collect the results.classes
- Can be empty, in which case restriction is
removed.__cb
- The asynchronous callback object.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)
Annotation
of 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 is null
and 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 with
isMergedBatches
and isReturnUnloaded
)
and combine the results. Duplicate ids are still possible
so a set of some form should be used to collect the results.classes
- Can be empty, in which case restriction is
removed.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
Annotation
of 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 is null
and 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 with
isMergedBatches
and isReturnUnloaded
)
and combine the results. Duplicate ids are still possible
so a set of some form should be used to collect the results.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.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)
Annotation
of 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 is null
and 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 with
isMergedBatches
and isReturnUnloaded
)
and combine the results. Duplicate ids are still possible
so a set of some form should be used to collect the results.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.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)
Annotation
of 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 is null
and 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 with
isMergedBatches
and isReturnUnloaded
)
and combine the results. Duplicate ids are still possible
so a set of some form should be used to collect the results.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.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)
Annotation
of 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 is null
and 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 with
isMergedBatches
and isReturnUnloaded
)
and combine the results. Duplicate ids are still possible
so a set of some form should be used to collect the results.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.void end_onlyAnnotatedWith(Ice.AsyncResult __result) throws ServerError
Annotation
of 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 is null
and 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 with
isMergedBatches
and isReturnUnloaded
)
and combine the results. Duplicate ids are still possible
so a set of some form should be used to collect the results.__result
- The asynchronous result object.ServerError
void addOrderByAsc(java.lang.String path) throws ServerError
path
- Non-null.ServerError
unordered()
void addOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
path
- Non-null.__ctx
- The Context map to send with the invocation.ServerError
unordered()
Ice.AsyncResult begin_addOrderByAsc(java.lang.String path)
path
- Non-null.Ice.AsyncResult begin_addOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx)
path
- Non-null.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_addOrderByAsc(java.lang.String path, Ice.Callback __cb)
path
- Non-null.__cb
- The asynchronous callback object.Ice.AsyncResult begin_addOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
path
- Non-null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_addOrderByAsc(java.lang.String path, Callback_Search_addOrderByAsc __cb)
path
- Non-null.__cb
- The asynchronous callback object.Ice.AsyncResult begin_addOrderByAsc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_addOrderByAsc __cb)
path
- Non-null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_addOrderByAsc(java.lang.String path, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
path
- Non-null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
path
- Non-null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_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)
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.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)
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.void end_addOrderByAsc(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
unordered()
void addOrderByDesc(java.lang.String path) throws ServerError
path
- Non-null.ServerError
unordered()
void addOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
path
- Non-null.__ctx
- The Context map to send with the invocation.ServerError
unordered()
Ice.AsyncResult begin_addOrderByDesc(java.lang.String path)
path
- Non-null.Ice.AsyncResult begin_addOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx)
path
- Non-null.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_addOrderByDesc(java.lang.String path, Ice.Callback __cb)
path
- Non-null.__cb
- The asynchronous callback object.Ice.AsyncResult begin_addOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
path
- Non-null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_addOrderByDesc(java.lang.String path, Callback_Search_addOrderByDesc __cb)
path
- Non-null.__cb
- The asynchronous callback object.Ice.AsyncResult begin_addOrderByDesc(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_addOrderByDesc __cb)
path
- Non-null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_addOrderByDesc(java.lang.String path, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
path
- Non-null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
path
- Non-null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_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)
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.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)
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.void end_addOrderByDesc(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
unordered()
void unordered() throws ServerError
ServerError
addOrderByAsc(java.lang.String)
,
addOrderByDesc(java.lang.String)
void unordered(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
addOrderByAsc(java.lang.String)
,
addOrderByDesc(java.lang.String)
Ice.AsyncResult begin_unordered()
Ice.AsyncResult begin_unordered(java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_unordered(Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_unordered(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_unordered(Callback_Search_unordered __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_unordered(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_unordered __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_unordered(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_unordered(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
__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.void end_unordered(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
addOrderByAsc(java.lang.String)
,
addOrderByDesc(java.lang.String)
void fetchAnnotations(java.util.List<java.lang.String> classes) throws ServerError
Annotation
annotations of the given types for all returned instances.classes
- Can be empty, which removes previous fetch
setting.ServerError
void fetchAnnotations(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Annotation
annotations of the given types for all returned instances.classes
- Can be empty, which removes previous fetch
setting.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_fetchAnnotations(java.util.List<java.lang.String> classes)
Annotation
annotations of the given types for all returned instances.classes
- Can be empty, which removes previous fetch
setting.Ice.AsyncResult begin_fetchAnnotations(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx)
Annotation
annotations of the given types for all returned instances.classes
- Can be empty, which removes previous fetch
setting.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_fetchAnnotations(java.util.List<java.lang.String> classes, Ice.Callback __cb)
Annotation
annotations of the given types for all returned instances.classes
- Can be empty, which removes previous fetch
setting.__cb
- The asynchronous callback object.Ice.AsyncResult begin_fetchAnnotations(java.util.List<java.lang.String> classes, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Annotation
annotations of the given types for all returned instances.classes
- Can be empty, which removes previous fetch
setting.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_fetchAnnotations(java.util.List<java.lang.String> classes, Callback_Search_fetchAnnotations __cb)
Annotation
annotations of the given types for all returned instances.classes
- Can be empty, which removes previous fetch
setting.__cb
- The asynchronous callback object.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)
Annotation
annotations of the given types for all returned instances.classes
- Can be empty, which removes previous fetch
setting.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
Annotation
annotations of the given types for all returned instances.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.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)
Annotation
annotations of the given types for all returned instances.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.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)
Annotation
annotations of the given types for all returned instances.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.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)
Annotation
annotations of the given types for all returned instances.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.void end_fetchAnnotations(Ice.AsyncResult __result) throws ServerError
Annotation
annotations of the given types for all returned instances.__result
- The asynchronous result object.ServerError
void fetchAlso(java.util.List<java.lang.String> fetches) throws ServerError
fetches
- Can be empty, which removes previous fetch
setting.ServerError
void fetchAlso(java.util.List<java.lang.String> fetches, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
fetches
- Can be empty, which removes previous fetch
setting.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_fetchAlso(java.util.List<java.lang.String> fetches)
fetches
- Can be empty, which removes previous fetch
setting.Ice.AsyncResult begin_fetchAlso(java.util.List<java.lang.String> fetches, java.util.Map<java.lang.String,java.lang.String> __ctx)
fetches
- Can be empty, which removes previous fetch
setting.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_fetchAlso(java.util.List<java.lang.String> fetches, Ice.Callback __cb)
fetches
- Can be empty, which removes previous fetch
setting.__cb
- The asynchronous callback object.Ice.AsyncResult begin_fetchAlso(java.util.List<java.lang.String> fetches, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
fetches
- Can be empty, which removes previous fetch
setting.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_fetchAlso(java.util.List<java.lang.String> fetches, Callback_Search_fetchAlso __cb)
fetches
- Can be empty, which removes previous fetch
setting.__cb
- The asynchronous callback object.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)
fetches
- Can be empty, which removes previous fetch
setting.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
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.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)
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.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)
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.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)
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.void end_fetchAlso(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void resetDefaults() throws ServerError
ServerError
void resetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_resetDefaults()
Ice.AsyncResult begin_resetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_resetDefaults(Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_resetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_resetDefaults(Callback_Search_resetDefaults __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_resetDefaults(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_resetDefaults __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_resetDefaults(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_resetDefaults(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
__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.void end_resetDefaults(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void byGroupForTags(java.lang.String group) throws ServerError
TagAnnotation
instances which
represent all the
TagAnnotation
tags 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.group
- Can be null or empty to return all tags.ServerError
void byGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
TagAnnotation
instances which
represent all the
TagAnnotation
tags 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.group
- Can be null or empty to return all tags.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_byGroupForTags(java.lang.String group)
TagAnnotation
instances which
represent all the
TagAnnotation
tags 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.group
- Can be null or empty to return all tags.Ice.AsyncResult begin_byGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx)
TagAnnotation
instances which
represent all the
TagAnnotation
tags 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.group
- Can be null or empty to return all tags.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_byGroupForTags(java.lang.String group, Ice.Callback __cb)
TagAnnotation
instances which
represent all the
TagAnnotation
tags 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.group
- Can be null or empty to return all tags.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
TagAnnotation
instances which
represent all the
TagAnnotation
tags 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.group
- Can be null or empty to return all tags.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byGroupForTags(java.lang.String group, Callback_Search_byGroupForTags __cb)
TagAnnotation
instances which
represent all the
TagAnnotation
tags 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.group
- Can be null or empty to return all tags.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byGroupForTags(java.lang.String group, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byGroupForTags __cb)
TagAnnotation
instances which
represent all the
TagAnnotation
tags 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.group
- Can be null or empty to return all tags.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byGroupForTags(java.lang.String group, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
TagAnnotation
instances which
represent all the
TagAnnotation
tags 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.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.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)
TagAnnotation
instances which
represent all the
TagAnnotation
tags 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.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.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)
TagAnnotation
instances which
represent all the
TagAnnotation
tags 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.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.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)
TagAnnotation
instances which
represent all the
TagAnnotation
tags 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.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.void end_byGroupForTags(Ice.AsyncResult __result) throws ServerError
TagAnnotation
instances which
represent all the
TagAnnotation
tags 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.__result
- The asynchronous result object.ServerError
void byTagForGroups(java.lang.String tag) throws ServerError
TagAnnotation
instances which represent
all the TagAnnotation
tag 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.tag
- Can be null or empty to return all groups.ServerError
void byTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
TagAnnotation
instances which represent
all the TagAnnotation
tag 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.tag
- Can be null or empty to return all groups.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_byTagForGroups(java.lang.String tag)
TagAnnotation
instances which represent
all the TagAnnotation
tag 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.tag
- Can be null or empty to return all groups.Ice.AsyncResult begin_byTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx)
TagAnnotation
instances which represent
all the TagAnnotation
tag 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.tag
- Can be null or empty to return all groups.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_byTagForGroups(java.lang.String tag, Ice.Callback __cb)
TagAnnotation
instances which represent
all the TagAnnotation
tag 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.tag
- Can be null or empty to return all groups.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
TagAnnotation
instances which represent
all the TagAnnotation
tag 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.tag
- Can be null or empty to return all groups.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byTagForGroups(java.lang.String tag, Callback_Search_byTagForGroups __cb)
TagAnnotation
instances which represent
all the TagAnnotation
tag 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.tag
- Can be null or empty to return all groups.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byTagForGroups(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byTagForGroups __cb)
TagAnnotation
instances which represent
all the TagAnnotation
tag 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.tag
- Can be null or empty to return all groups.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byTagForGroups(java.lang.String tag, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
TagAnnotation
instances which represent
all the TagAnnotation
tag 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.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.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)
TagAnnotation
instances which represent
all the TagAnnotation
tag 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.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.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)
TagAnnotation
instances which represent
all the TagAnnotation
tag 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.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.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)
TagAnnotation
instances which represent
all the TagAnnotation
tag 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.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.void end_byTagForGroups(Ice.AsyncResult __result) throws ServerError
TagAnnotation
instances which represent
all the TagAnnotation
tag 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.__result
- The asynchronous result object.ServerError
void byFullText(java.lang.String query) throws ServerError
query
- May not be null or of zero length.ServerError
void byFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
query
- May not be null or of zero length.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_byFullText(java.lang.String query)
query
- May not be null or of zero length.Ice.AsyncResult begin_byFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx)
query
- May not be null or of zero length.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_byFullText(java.lang.String query, Ice.Callback __cb)
query
- May not be null or of zero length.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
query
- May not be null or of zero length.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byFullText(java.lang.String query, Callback_Search_byFullText __cb)
query
- May not be null or of zero length.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byFullText(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byFullText __cb)
query
- May not be null or of zero length.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byFullText(java.lang.String query, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
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.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)
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.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)
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.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)
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.void end_byFullText(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query) throws ServerError
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_ACQUISITION
or
DATE_TYPE_IMPORT
query
- May not be null or of zero length.ServerError
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 ServerError
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_ACQUISITION
or
DATE_TYPE_IMPORT
query
- May not be null or of zero length.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_byLuceneQueryBuilder(java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query)
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_ACQUISITION
or
DATE_TYPE_IMPORT
query
- May not be null or of zero length.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)
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_ACQUISITION
or
DATE_TYPE_IMPORT
query
- May not be null or of zero length.__ctx
- The Context map to send with the invocation.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)
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_ACQUISITION
or
DATE_TYPE_IMPORT
query
- May not be null or of zero length.__cb
- The asynchronous callback object.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)
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_ACQUISITION
or
DATE_TYPE_IMPORT
query
- May not be null or of zero length.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
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_ACQUISITION
or
DATE_TYPE_IMPORT
query
- May not be null or of zero length.__cb
- The asynchronous callback object.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)
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_ACQUISITION
or
DATE_TYPE_IMPORT
query
- May not be null or of zero length.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
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_ACQUISITION
or
DATE_TYPE_IMPORT
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.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)
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_ACQUISITION
or
DATE_TYPE_IMPORT
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.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)
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_ACQUISITION
or
DATE_TYPE_IMPORT
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.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)
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_ACQUISITION
or
DATE_TYPE_IMPORT
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.void end_byLuceneQueryBuilder(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void bySimilarTerms(java.util.List<java.lang.String> terms) throws ServerError
TextAnnotation
instances 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.terms
- Cannot be empty.ServerError
void bySimilarTerms(java.util.List<java.lang.String> terms, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
TextAnnotation
instances 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.terms
- Cannot be empty.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_bySimilarTerms(java.util.List<java.lang.String> terms)
TextAnnotation
instances 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.terms
- Cannot be empty.Ice.AsyncResult begin_bySimilarTerms(java.util.List<java.lang.String> terms, java.util.Map<java.lang.String,java.lang.String> __ctx)
TextAnnotation
instances 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.terms
- Cannot be empty.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_bySimilarTerms(java.util.List<java.lang.String> terms, Ice.Callback __cb)
TextAnnotation
instances 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.terms
- Cannot be empty.__cb
- The asynchronous callback object.Ice.AsyncResult begin_bySimilarTerms(java.util.List<java.lang.String> terms, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
TextAnnotation
instances 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.terms
- Cannot be empty.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_bySimilarTerms(java.util.List<java.lang.String> terms, Callback_Search_bySimilarTerms __cb)
TextAnnotation
instances 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.terms
- Cannot be empty.__cb
- The asynchronous callback object.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)
TextAnnotation
instances 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.terms
- Cannot be empty.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
TextAnnotation
instances 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.terms
- Cannot be empty.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
TextAnnotation
instances 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.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.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)
TextAnnotation
instances 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.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.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)
TextAnnotation
instances 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.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.void end_bySimilarTerms(Ice.AsyncResult __result) throws ServerError
TextAnnotation
instances 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.__result
- The asynchronous result object.ServerError
void byHqlQuery(java.lang.String query, Parameters params) throws ServerError
omero.api.IQuery.findAllByQuery
method
to take advantage of the and
, or
, and
not
methods, or queue-semantics.query
- Not null.params
- May be null. Defaults are then in effect.ServerError
void byHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
omero.api.IQuery.findAllByQuery
method
to take advantage of the and
, or
, and
not
methods, or queue-semantics.query
- Not null.params
- May be null. Defaults are then in effect.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params)
omero.api.IQuery.findAllByQuery
method
to take advantage of the and
, or
, and
not
methods, or queue-semantics.query
- Not null.Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx)
omero.api.IQuery.findAllByQuery
method
to take advantage of the and
, or
, and
not
methods, or queue-semantics.query
- Not null.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params, Ice.Callback __cb)
omero.api.IQuery.findAllByQuery
method
to take advantage of the and
, or
, and
not
methods, or queue-semantics.query
- Not null.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
omero.api.IQuery.findAllByQuery
method
to take advantage of the and
, or
, and
not
methods, or queue-semantics.query
- Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params, Callback_Search_byHqlQuery __cb)
omero.api.IQuery.findAllByQuery
method
to take advantage of the and
, or
, and
not
methods, or queue-semantics.query
- Not null.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byHqlQuery(java.lang.String query, Parameters params, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byHqlQuery __cb)
omero.api.IQuery.findAllByQuery
method
to take advantage of the and
, or
, and
not
methods, or queue-semantics.query
- Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
omero.api.IQuery.findAllByQuery
method
to take advantage of the and
, or
, and
not
methods, or queue-semantics.query
- Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
omero.api.IQuery.findAllByQuery
method
to take advantage of the and
, or
, and
not
methods, or queue-semantics.query
- Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_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)
omero.api.IQuery.findAllByQuery
method
to take advantage of the and
, or
, and
not
methods, or queue-semantics.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.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)
omero.api.IQuery.findAllByQuery
method
to take advantage of the and
, or
, and
not
methods, or queue-semantics.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.void end_byHqlQuery(Ice.AsyncResult __result) throws ServerError
omero.api.IQuery.findAllByQuery
method
to take advantage of the and
, or
, and
not
methods, or queue-semantics.__result
- The asynchronous result object.ServerError
void bySomeMustNone(java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none) throws ServerError
byFullText
.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.ServerError
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 ServerError
byFullText
.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.ServerError
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)
byFullText
.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.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)
byFullText
.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.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)
byFullText
.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.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)
byFullText
.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.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)
byFullText
.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.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)
byFullText
.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.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)
byFullText
.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.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)
byFullText
.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.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)
byFullText
.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.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)
byFullText
.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.void end_bySomeMustNone(Ice.AsyncResult __result) throws ServerError
byFullText
.__result
- The asynchronous result object.ServerError
void byAnnotatedWith(java.util.List<Annotation> examples) throws ServerError
Annotation
similar to the example. This
does not use Hibernate's
omero.api.IQuery.findByExample
Query-By-Example}
mechanism, since that cannot handle joins. The fields which
are used are:
IObject.getId()
, etc.null
it is assumed to
be a wildcard searched, and only the type of the annotation
is searched. Currently, ListAnnotations are not supported.examples
- Not empty.ServerError
void byAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Annotation
similar to the example. This
does not use Hibernate's
omero.api.IQuery.findByExample
Query-By-Example}
mechanism, since that cannot handle joins. The fields which
are used are:
IObject.getId()
, etc.null
it is assumed to
be a wildcard searched, and only the type of the annotation
is searched. Currently, ListAnnotations are not supported.examples
- Not empty.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples)
Annotation
similar to the example. This
does not use Hibernate's
omero.api.IQuery.findByExample
Query-By-Example}
mechanism, since that cannot handle joins. The fields which
are used are:
IObject.getId()
, etc.null
it is assumed to
be a wildcard searched, and only the type of the annotation
is searched. Currently, ListAnnotations are not supported.examples
- Not empty.Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx)
Annotation
similar to the example. This
does not use Hibernate's
omero.api.IQuery.findByExample
Query-By-Example}
mechanism, since that cannot handle joins. The fields which
are used are:
IObject.getId()
, etc.null
it is assumed to
be a wildcard searched, and only the type of the annotation
is searched. Currently, ListAnnotations are not supported.examples
- Not empty.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples, Ice.Callback __cb)
Annotation
similar to the example. This
does not use Hibernate's
omero.api.IQuery.findByExample
Query-By-Example}
mechanism, since that cannot handle joins. The fields which
are used are:
IObject.getId()
, etc.null
it is assumed to
be a wildcard searched, and only the type of the annotation
is searched. Currently, ListAnnotations are not supported.examples
- Not empty.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Annotation
similar to the example. This
does not use Hibernate's
omero.api.IQuery.findByExample
Query-By-Example}
mechanism, since that cannot handle joins. The fields which
are used are:
IObject.getId()
, etc.null
it is assumed to
be a wildcard searched, and only the type of the annotation
is searched. Currently, ListAnnotations are not supported.examples
- Not empty.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples, Callback_Search_byAnnotatedWith __cb)
Annotation
similar to the example. This
does not use Hibernate's
omero.api.IQuery.findByExample
Query-By-Example}
mechanism, since that cannot handle joins. The fields which
are used are:
IObject.getId()
, etc.null
it is assumed to
be a wildcard searched, and only the type of the annotation
is searched. Currently, ListAnnotations are not supported.examples
- Not empty.__cb
- The asynchronous callback object.Ice.AsyncResult begin_byAnnotatedWith(java.util.List<Annotation> examples, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_byAnnotatedWith __cb)
Annotation
similar to the example. This
does not use Hibernate's
omero.api.IQuery.findByExample
Query-By-Example}
mechanism, since that cannot handle joins. The fields which
are used are:
IObject.getId()
, etc.null
it is assumed to
be a wildcard searched, and only the type of the annotation
is searched. Currently, ListAnnotations are not supported.examples
- Not empty.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
Annotation
similar to the example. This
does not use Hibernate's
omero.api.IQuery.findByExample
Query-By-Example}
mechanism, since that cannot handle joins. The fields which
are used are:
IObject.getId()
, etc.null
it is assumed to
be a wildcard searched, and only the type of the annotation
is searched. Currently, ListAnnotations are not supported.examples
- Not empty.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
Annotation
similar to the example. This
does not use Hibernate's
omero.api.IQuery.findByExample
Query-By-Example}
mechanism, since that cannot handle joins. The fields which
are used are:
IObject.getId()
, etc.null
it is assumed to
be a wildcard searched, and only the type of the annotation
is searched. Currently, ListAnnotations are not supported.examples
- Not empty.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
Annotation
similar to the example. This
does not use Hibernate's
omero.api.IQuery.findByExample
Query-By-Example}
mechanism, since that cannot handle joins. The fields which
are used are:
IObject.getId()
, etc.null
it is assumed to
be a wildcard searched, and only the type of the annotation
is searched. Currently, ListAnnotations are not supported.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.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)
Annotation
similar to the example. This
does not use Hibernate's
omero.api.IQuery.findByExample
Query-By-Example}
mechanism, since that cannot handle joins. The fields which
are used are:
IObject.getId()
, etc.null
it is assumed to
be a wildcard searched, and only the type of the annotation
is searched. Currently, ListAnnotations are not supported.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.void end_byAnnotatedWith(Ice.AsyncResult __result) throws ServerError
Annotation
similar to the example. This
does not use Hibernate's
omero.api.IQuery.findByExample
Query-By-Example}
mechanism, since that cannot handle joins. The fields which
are used are:
IObject.getId()
, etc.null
it is assumed to
be a wildcard searched, and only the type of the annotation
is searched. Currently, ListAnnotations are not supported.__result
- The asynchronous result object.ServerError
void clearQueries() throws ServerError
resetDefaults
settings alone), such that activeQueries
will
return 0.ServerError
void clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
resetDefaults
settings alone), such that activeQueries
will
return 0.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_clearQueries()
resetDefaults
settings alone), such that activeQueries
will
return 0.Ice.AsyncResult begin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx)
resetDefaults
settings alone), such that activeQueries
will
return 0.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_clearQueries(Ice.Callback __cb)
resetDefaults
settings alone), such that activeQueries
will
return 0.__cb
- The asynchronous callback object.Ice.AsyncResult begin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
resetDefaults
settings alone), such that activeQueries
will
return 0.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_clearQueries(Callback_Search_clearQueries __cb)
resetDefaults
settings alone), such that activeQueries
will
return 0.__cb
- The asynchronous callback object.Ice.AsyncResult begin_clearQueries(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_clearQueries __cb)
resetDefaults
settings alone), such that activeQueries
will
return 0.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_clearQueries(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
resetDefaults
settings alone), such that activeQueries
will
return 0.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_clearQueries(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
resetDefaults
settings alone), such that activeQueries
will
return 0.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
resetDefaults
settings alone), such that activeQueries
will
return 0.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
resetDefaults
settings alone), such that activeQueries
will
return 0.__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.void end_clearQueries(Ice.AsyncResult __result) throws ServerError
resetDefaults
settings alone), such that activeQueries
will
return 0.__result
- The asynchronous result object.ServerError
void and() throws ServerError
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.intersection();
service.byAnnotatedWith(TagAnnotation.class);
will return only the Images with TagAnnotations.
Calling this method overrides a previous setting of
or
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
ServerError
void and(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.intersection();
service.byAnnotatedWith(TagAnnotation.class);
will return only the Images with TagAnnotations.
Calling this method overrides a previous setting of
or
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_and()
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.intersection();
service.byAnnotatedWith(TagAnnotation.class);
will return only the Images with TagAnnotations.
Calling this method overrides a previous setting of
or
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
Ice.AsyncResult begin_and(java.util.Map<java.lang.String,java.lang.String> __ctx)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.intersection();
service.byAnnotatedWith(TagAnnotation.class);
will return only the Images with TagAnnotations.
Calling this method overrides a previous setting of
or
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_and(Ice.Callback __cb)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.intersection();
service.byAnnotatedWith(TagAnnotation.class);
will return only the Images with TagAnnotations.
Calling this method overrides a previous setting of
or
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__cb
- The asynchronous callback object.Ice.AsyncResult begin_and(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.intersection();
service.byAnnotatedWith(TagAnnotation.class);
will return only the Images with TagAnnotations.
Calling this method overrides a previous setting of
or
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_and(Callback_Search_and __cb)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.intersection();
service.byAnnotatedWith(TagAnnotation.class);
will return only the Images with TagAnnotations.
Calling this method overrides a previous setting of
or
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__cb
- The asynchronous callback object.Ice.AsyncResult begin_and(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_and __cb)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.intersection();
service.byAnnotatedWith(TagAnnotation.class);
will return only the Images with TagAnnotations.
Calling this method overrides a previous setting of
or
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_and(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.intersection();
service.byAnnotatedWith(TagAnnotation.class);
will return only the Images with TagAnnotations.
Calling this method overrides a previous setting of
or
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_and(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.intersection();
service.byAnnotatedWith(TagAnnotation.class);
will return only the Images with TagAnnotations.
Calling this method overrides a previous setting of
or
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.intersection();
service.byAnnotatedWith(TagAnnotation.class);
will return only the Images with TagAnnotations.
Calling this method overrides a previous setting of
or
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.intersection();
service.byAnnotatedWith(TagAnnotation.class);
will return only the Images with TagAnnotations.
Calling this method overrides a previous setting of
or
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__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.void end_and(Ice.AsyncResult __result) throws ServerError
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.intersection();
service.byAnnotatedWith(TagAnnotation.class);
will return only the Images with TagAnnotations.
Calling this method overrides a previous setting of
or
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__result
- The asynchronous result object.ServerError
void or() throws ServerError
hasNext
, next
or
results
sees only the union of the two calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.or();
service.onlyType(Dataset.class);
service.byFullText("foo");
will return both Images and Datasets together.
Calling this method overrides a previous setting of
and
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.ServerError
void or(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
hasNext
, next
or
results
sees only the union of the two calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.or();
service.onlyType(Dataset.class);
service.byFullText("foo");
will return both Images and Datasets together.
Calling this method overrides a previous setting of
and
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_or()
hasNext
, next
or
results
sees only the union of the two calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.or();
service.onlyType(Dataset.class);
service.byFullText("foo");
will return both Images and Datasets together.
Calling this method overrides a previous setting of
and
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.Ice.AsyncResult begin_or(java.util.Map<java.lang.String,java.lang.String> __ctx)
hasNext
, next
or
results
sees only the union of the two calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.or();
service.onlyType(Dataset.class);
service.byFullText("foo");
will return both Images and Datasets together.
Calling this method overrides a previous setting of
and
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_or(Ice.Callback __cb)
hasNext
, next
or
results
sees only the union of the two calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.or();
service.onlyType(Dataset.class);
service.byFullText("foo");
will return both Images and Datasets together.
Calling this method overrides a previous setting of
and
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.__cb
- The asynchronous callback object.Ice.AsyncResult begin_or(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
hasNext
, next
or
results
sees only the union of the two calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.or();
service.onlyType(Dataset.class);
service.byFullText("foo");
will return both Images and Datasets together.
Calling this method overrides a previous setting of
and
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_or(Callback_Search_or __cb)
hasNext
, next
or
results
sees only the union of the two calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.or();
service.onlyType(Dataset.class);
service.byFullText("foo");
will return both Images and Datasets together.
Calling this method overrides a previous setting of
and
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.__cb
- The asynchronous callback object.Ice.AsyncResult begin_or(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_or __cb)
hasNext
, next
or
results
sees only the union of the two calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.or();
service.onlyType(Dataset.class);
service.byFullText("foo");
will return both Images and Datasets together.
Calling this method overrides a previous setting of
and
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_or(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
hasNext
, next
or
results
sees only the union of the two calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.or();
service.onlyType(Dataset.class);
service.byFullText("foo");
will return both Images and Datasets together.
Calling this method overrides a previous setting of
and
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_or(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
hasNext
, next
or
results
sees only the union of the two calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.or();
service.onlyType(Dataset.class);
service.byFullText("foo");
will return both Images and Datasets together.
Calling this method overrides a previous setting of
and
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
hasNext
, next
or
results
sees only the union of the two calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.or();
service.onlyType(Dataset.class);
service.byFullText("foo");
will return both Images and Datasets together.
Calling this method overrides a previous setting of
and
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
hasNext
, next
or
results
sees only the union of the two calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.or();
service.onlyType(Dataset.class);
service.byFullText("foo");
will return both Images and Datasets together.
Calling this method overrides a previous setting of
and
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.__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.void end_or(Ice.AsyncResult __result) throws ServerError
hasNext
, next
or
results
sees only the union of the two calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.or();
service.onlyType(Dataset.class);
service.byFullText("foo");
will return both Images and Datasets together.
Calling this method overrides a previous setting of
and
or not
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.__result
- The asynchronous result object.ServerError
void not() throws ServerError
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.complement();
service.byAnnotatedWith(TagAnnotation.class);
will return all the Images not annotated with
TagAnnotation.
Calling this method overrides a previous setting of
or
or and
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
ServerError
void not(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.complement();
service.byAnnotatedWith(TagAnnotation.class);
will return all the Images not annotated with
TagAnnotation.
Calling this method overrides a previous setting of
or
or and
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_not()
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.complement();
service.byAnnotatedWith(TagAnnotation.class);
will return all the Images not annotated with
TagAnnotation.
Calling this method overrides a previous setting of
or
or and
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
Ice.AsyncResult begin_not(java.util.Map<java.lang.String,java.lang.String> __ctx)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.complement();
service.byAnnotatedWith(TagAnnotation.class);
will return all the Images not annotated with
TagAnnotation.
Calling this method overrides a previous setting of
or
or and
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_not(Ice.Callback __cb)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.complement();
service.byAnnotatedWith(TagAnnotation.class);
will return all the Images not annotated with
TagAnnotation.
Calling this method overrides a previous setting of
or
or and
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__cb
- The asynchronous callback object.Ice.AsyncResult begin_not(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.complement();
service.byAnnotatedWith(TagAnnotation.class);
will return all the Images not annotated with
TagAnnotation.
Calling this method overrides a previous setting of
or
or and
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_not(Callback_Search_not __cb)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.complement();
service.byAnnotatedWith(TagAnnotation.class);
will return all the Images not annotated with
TagAnnotation.
Calling this method overrides a previous setting of
or
or and
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__cb
- The asynchronous callback object.Ice.AsyncResult begin_not(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_not __cb)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.complement();
service.byAnnotatedWith(TagAnnotation.class);
will return all the Images not annotated with
TagAnnotation.
Calling this method overrides a previous setting of
or
or and
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_not(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.complement();
service.byAnnotatedWith(TagAnnotation.class);
will return all the Images not annotated with
TagAnnotation.
Calling this method overrides a previous setting of
or
or and
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_not(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.complement();
service.byAnnotatedWith(TagAnnotation.class);
will return all the Images not annotated with
TagAnnotation.
Calling this method overrides a previous setting of
or
or and
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.complement();
service.byAnnotatedWith(TagAnnotation.class);
will return all the Images not annotated with
TagAnnotation.
Calling this method overrides a previous setting of
or
or and
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.complement();
service.byAnnotatedWith(TagAnnotation.class);
will return all the Images not annotated with
TagAnnotation.
Calling this method overrides a previous setting of
or
or and
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__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.void end_not(Ice.AsyncResult __result) throws ServerError
hasNext
, next
, or
results
sees only the intersection of the two
calls.
For example,
service.onlyType(Image.class);
service.byFullText("foo");
service.complement();
service.byAnnotatedWith(TagAnnotation.class);
will return all the Images not annotated with
TagAnnotation.
Calling this method overrides a previous setting of
or
or and
. If there is no active queries
(i.e. activeQueries > 0
), then an
ApiUsageException
will be thrown.
__result
- The asynchronous result object.ServerError
boolean hasNext() throws ServerError
true
if another call to
next
is valid. A call to next
may throw
an exception for another reason, however.ServerError
boolean hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
true
if another call to
next
is valid. A call to next
may throw
an exception for another reason, however.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_hasNext()
true
if another call to
next
is valid. A call to next
may throw
an exception for another reason, however.Ice.AsyncResult begin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx)
true
if another call to
next
is valid. A call to next
may throw
an exception for another reason, however.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_hasNext(Ice.Callback __cb)
true
if another call to
next
is valid. A call to next
may throw
an exception for another reason, however.__cb
- The asynchronous callback object.Ice.AsyncResult begin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
true
if another call to
next
is valid. A call to next
may throw
an exception for another reason, however.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_hasNext(Callback_Search_hasNext __cb)
true
if another call to
next
is valid. A call to next
may throw
an exception for another reason, however.__cb
- The asynchronous callback object.Ice.AsyncResult begin_hasNext(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_hasNext __cb)
true
if another call to
next
is valid. A call to next
may throw
an exception for another reason, however.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_hasNext(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
true
if another call to
next
is valid. A call to next
may throw
an exception for another reason, however.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_hasNext(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
true
if another call to
next
is valid. A call to next
may throw
an exception for another reason, however.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
true
if another call to
next
is valid. A call to next
may throw
an exception for another reason, however.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
true
if another call to
next
is valid. A call to next
may throw
an exception for another reason, however.__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.boolean end_hasNext(Ice.AsyncResult __result) throws ServerError
true
if another call to
next
is valid. A call to next
may throw
an exception for another reason, however.__result
- The asynchronous result object.ServerError
IObject next() throws ServerError
activeQueries
decremented.
Since this method only returns the entity itself, a single
call to currentMetadata
may follow this call to
gather the extra metadata which is returned in the map via
results
.ApiUsageException
- if {code hasNext} returns false.ServerError
IObject next(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
activeQueries
decremented.
Since this method only returns the entity itself, a single
call to currentMetadata
may follow this call to
gather the extra metadata which is returned in the map via
results
.__ctx
- The Context map to send with the invocation.ApiUsageException
- if {code hasNext} returns false.ServerError
Ice.AsyncResult begin_next()
activeQueries
decremented.
Since this method only returns the entity itself, a single
call to currentMetadata
may follow this call to
gather the extra metadata which is returned in the map via
results
.Ice.AsyncResult begin_next(java.util.Map<java.lang.String,java.lang.String> __ctx)
activeQueries
decremented.
Since this method only returns the entity itself, a single
call to currentMetadata
may follow this call to
gather the extra metadata which is returned in the map via
results
.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_next(Ice.Callback __cb)
activeQueries
decremented.
Since this method only returns the entity itself, a single
call to currentMetadata
may follow this call to
gather the extra metadata which is returned in the map via
results
.__cb
- The asynchronous callback object.Ice.AsyncResult begin_next(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
activeQueries
decremented.
Since this method only returns the entity itself, a single
call to currentMetadata
may follow this call to
gather the extra metadata which is returned in the map via
results
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_next(Callback_Search_next __cb)
activeQueries
decremented.
Since this method only returns the entity itself, a single
call to currentMetadata
may follow this call to
gather the extra metadata which is returned in the map via
results
.__cb
- The asynchronous callback object.Ice.AsyncResult begin_next(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_next __cb)
activeQueries
decremented.
Since this method only returns the entity itself, a single
call to currentMetadata
may follow this call to
gather the extra metadata which is returned in the map via
results
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_next(IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
activeQueries
decremented.
Since this method only returns the entity itself, a single
call to currentMetadata
may follow this call to
gather the extra metadata which is returned in the map via
results
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
activeQueries
decremented.
Since this method only returns the entity itself, a single
call to currentMetadata
may follow this call to
gather the extra metadata which is returned in the map via
results
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
activeQueries
decremented.
Since this method only returns the entity itself, a single
call to currentMetadata
may follow this call to
gather the extra metadata which is returned in the map via
results
.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
activeQueries
decremented.
Since this method only returns the entity itself, a single
call to currentMetadata
may follow this call to
gather the extra metadata which is returned in the map via
results
.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.IObject end_next(Ice.AsyncResult __result) throws ServerError
activeQueries
decremented.
Since this method only returns the entity itself, a single
call to currentMetadata
may follow this call to
gather the extra metadata which is returned in the map via
results
.__result
- The asynchronous result object.ApiUsageException
- if {code hasNext} returns false.ServerError
java.util.List<IObject> results() throws ServerError
getBatchSize
batch size number of
results along with the related query metadata. If
isMergedBatches
batches are merged then the
results from multiple queries may be returned together.ApiUsageException
- if hasNext
returns false.ServerError
java.util.List<IObject> results(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
getBatchSize
batch size number of
results along with the related query metadata. If
isMergedBatches
batches are merged then the
results from multiple queries may be returned together.__ctx
- The Context map to send with the invocation.ApiUsageException
- if hasNext
returns false.ServerError
Ice.AsyncResult begin_results()
getBatchSize
batch size number of
results along with the related query metadata. If
isMergedBatches
batches are merged then the
results from multiple queries may be returned together.Ice.AsyncResult begin_results(java.util.Map<java.lang.String,java.lang.String> __ctx)
getBatchSize
batch size number of
results along with the related query metadata. If
isMergedBatches
batches are merged then the
results from multiple queries may be returned together.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_results(Ice.Callback __cb)
getBatchSize
batch size number of
results along with the related query metadata. If
isMergedBatches
batches are merged then the
results from multiple queries may be returned together.__cb
- The asynchronous callback object.Ice.AsyncResult begin_results(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
getBatchSize
batch size number of
results along with the related query metadata. If
isMergedBatches
batches are merged then the
results from multiple queries may be returned together.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_results(Callback_Search_results __cb)
getBatchSize
batch size number of
results along with the related query metadata. If
isMergedBatches
batches are merged then the
results from multiple queries may be returned together.__cb
- The asynchronous callback object.Ice.AsyncResult begin_results(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_results __cb)
getBatchSize
batch size number of
results along with the related query metadata. If
isMergedBatches
batches are merged then the
results from multiple queries may be returned together.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_results(IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
getBatchSize
batch size number of
results along with the related query metadata. If
isMergedBatches
batches are merged then the
results from multiple queries may be returned together.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
getBatchSize
batch size number of
results along with the related query metadata. If
isMergedBatches
batches are merged then the
results from multiple queries may be returned together.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
getBatchSize
batch size number of
results along with the related query metadata. If
isMergedBatches
batches are merged then the
results from multiple queries may be returned together.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
getBatchSize
batch size number of
results along with the related query metadata. If
isMergedBatches
batches are merged then the
results from multiple queries may be returned together.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.java.util.List<IObject> end_results(Ice.AsyncResult __result) throws ServerError
getBatchSize
batch size number of
results along with the related query metadata. If
isMergedBatches
batches are merged then the
results from multiple queries may be returned together.__result
- The asynchronous result object.ApiUsageException
- if hasNext
returns false.ServerError
java.util.Map<java.lang.String,Annotation> currentMetadata() throws ServerError
next
. This method may only be called once for any
given call to next
.ServerError
java.util.Map<java.lang.String,Annotation> currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
next
. This method may only be called once for any
given call to next
.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_currentMetadata()
next
. This method may only be called once for any
given call to next
.Ice.AsyncResult begin_currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx)
next
. This method may only be called once for any
given call to next
.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_currentMetadata(Ice.Callback __cb)
next
. This method may only be called once for any
given call to next
.__cb
- The asynchronous callback object.Ice.AsyncResult begin_currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
next
. This method may only be called once for any
given call to next
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_currentMetadata(Callback_Search_currentMetadata __cb)
next
. This method may only be called once for any
given call to next
.__cb
- The asynchronous callback object.Ice.AsyncResult begin_currentMetadata(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_currentMetadata __cb)
next
. This method may only be called once for any
given call to next
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
next
. This method may only be called once for any
given call to next
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
next
. This method may only be called once for any
given call to next
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
next
. This method may only be called once for any
given call to next
.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
next
. This method may only be called once for any
given call to next
.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.java.util.Map<java.lang.String,Annotation> end_currentMetadata(Ice.AsyncResult __result) throws ServerError
next
. This method may only be called once for any
given call to next
.__result
- The asynchronous result object.ServerError
java.util.List<java.util.Map<java.lang.String,Annotation>> currentMetadataList() throws ServerError
results
. This method may only be called once for
any given call to results
.ServerError
java.util.List<java.util.Map<java.lang.String,Annotation>> currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
results
. This method may only be called once for
any given call to results
.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_currentMetadataList()
results
. This method may only be called once for
any given call to results
.Ice.AsyncResult begin_currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx)
results
. This method may only be called once for
any given call to results
.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_currentMetadataList(Ice.Callback __cb)
results
. This method may only be called once for
any given call to results
.__cb
- The asynchronous callback object.Ice.AsyncResult begin_currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
results
. This method may only be called once for
any given call to results
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_currentMetadataList(Callback_Search_currentMetadataList __cb)
results
. This method may only be called once for
any given call to results
.__cb
- The asynchronous callback object.Ice.AsyncResult begin_currentMetadataList(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_currentMetadataList __cb)
results
. This method may only be called once for
any given call to results
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
results
. This method may only be called once for
any given call to results
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
results
. This method may only be called once for
any given call to results
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
results
. This method may only be called once for
any given call to results
.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
results
. This method may only be called once for
any given call to results
.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.java.util.List<java.util.Map<java.lang.String,Annotation>> end_currentMetadataList(Ice.AsyncResult __result) throws ServerError
results
. This method may only be called once for
any given call to results
.__result
- The asynchronous result object.ServerError
void remove() throws ServerError
ServerError
void remove(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_remove()
Ice.AsyncResult begin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_remove(Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_remove(Callback_Search_remove __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_remove(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_Search_remove __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_remove(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_remove(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
__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.void end_remove(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError