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 and activeQueries decremented. Since this method only returns the entity itself, a single call to currentMetadata may follow this call to gather the extra metadata which is returned in the map via results.
    • 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.
      • Methods inherited from interface Ice.AMDCallback

        ice_exception
    • Method Detail

      • ice_response

        void ice_response​(IObject __ret)
        ice_response indicates that the operation completed successfully.