Class GetPeopleCannedQuery.PersonResultHandler

java.lang.Object
org.alfresco.repo.security.person.GetPeopleCannedQuery.PersonResultHandler
All Implemented Interfaces:
CannedQueryDAO.ResultHandler<String>
Enclosing class:
GetPeopleCannedQuery

protected class GetPeopleCannedQuery.PersonResultHandler extends Object implements CannedQueryDAO.ResultHandler<String>
  • Method Details

    • handleResult

      public boolean handleResult(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<String>
      Returns:
      true if more results are required or false to terminate result fetching.
    • done

      public void done()