Class GetPeopleCannedQuery.PersonResultHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void done()  
      boolean handleResult​(java.lang.String uuid)
      Allow implementations to process a result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • handleResult

        public boolean handleResult​(java.lang.String uuid)
        Description copied from interface: CannedQueryDAO.ResultHandler
        Allow implementations to process a result. Note that the interface contract will be met, but internally the querying mechanism might not be able to optimise out all result fetching.
        Specified by:
        handleResult in interface CannedQueryDAO.ResultHandler<java.lang.String>
        Returns:
        true if more results are required or false to terminate result fetching.
      • done

        public void done()