Package omero.api
Class Callback_Search_next
- java.lang.Object
-
- IceInternal.CallbackBase
-
- IceInternal.TwowayCallback
-
- omero.api.Callback_Search_next
-
- All Implemented Interfaces:
Ice.TwowayCallback
,Ice.TwowayCallbackArg1<IObject>
,Ice.TwowayCallbackArg1UE<IObject>
public abstract class Callback_Search_next extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1UE<IObject>
Returns the next entity from the current query. If the previous call returned the last entity from a given query, the first entity from the next query will be returned andactiveQueries
decremented. Since this method only returns the entity itself, a single call tocurrentMetadata
may follow this call to gather the extra metadata which is returned in the map viaresults
.
-
-
Constructor Summary
Constructors Constructor Description Callback_Search_next()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__completed(Ice.AsyncResult __result)
-