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