Package omero.api
Class Callback_Search_or
- java.lang.Object
-
- IceInternal.CallbackBase
-
- IceInternal.TwowayCallback
-
- omero.api.Callback_Search_or
-
- All Implemented Interfaces:
Ice.TwowayCallback
,Ice.TwowayCallbackVoidUE
public abstract class Callback_Search_or extends IceInternal.TwowayCallback implements Ice.TwowayCallbackVoidUE
Applies the next by* method to the previous by* method, so that a callhasNext
,next
orresults
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");
and
ornot
. If there is no active queries (i.e.activeQueries > 0
), then anApiUsageException
will be thrown.
-
-
Constructor Summary
Constructors Constructor Description Callback_Search_or()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__completed(Ice.AsyncResult __result)
-