Package omero.api
Interface AMD_Search_or
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_Search_or extends Ice.AMDCallback
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response()
ice_response indicates that the operation completed successfully.
-