Package omero.api
Class Callback_IQuery_findAllByFullText
- java.lang.Object
-
- IceInternal.CallbackBase
-
- IceInternal.TwowayCallback
-
- omero.api.Callback_IQuery_findAllByFullText
-
- All Implemented Interfaces:
Ice.TwowayCallback
,Ice.TwowayCallbackArg1<java.util.List<IObject>>
,Ice.TwowayCallbackArg1UE<java.util.List<IObject>>
public abstract class Callback_IQuery_findAllByFullText extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1UE<java.util.List<IObject>>
Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:- owner:root AND annotation:someTag
- file:xml AND name:*hoechst*
-
-
Constructor Summary
Constructors Constructor Description Callback_IQuery_findAllByFullText()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__completed(Ice.AsyncResult __result)
-