Package omero.api
Interface AMD_Search_next
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_Search_next extends Ice.AMDCallbackReturns 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 andactiveQueriesdecremented. Since this method only returns the entity itself, a single call tocurrentMetadatamay 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 voidice_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.
-
-