Package omero.api
Class Callback_Search_not
- java.lang.Object
 - 
- IceInternal.CallbackBase
 - 
- IceInternal.TwowayCallback
 - 
- omero.api.Callback_Search_not
 
 
 
 
- 
- All Implemented Interfaces:
 Ice.TwowayCallback,Ice.TwowayCallbackVoidUE
public abstract class Callback_Search_not extends IceInternal.TwowayCallback implements Ice.TwowayCallbackVoidUEApplies the next by* method to the previous by* method, so that a callhasNext,next, orresultssees only the intersection of the two calls. For example,
will return all the Images not annotated with TagAnnotation.service.onlyType(Image.class); service.byFullText("foo"); service.complement(); service.byAnnotatedWith(TagAnnotation.class);Calling this method overrides a previous setting of
ororand. If there is no active queries (i.e.activeQueries > 0), then anApiUsageExceptionwill be thrown. 
- 
- 
Constructor Summary
Constructors Constructor Description Callback_Search_not() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void__completed(Ice.AsyncResult __result) 
 -