Class GetChildrenCannedQuery.FilterSortResultHandler
- java.lang.Object
-
- org.alfresco.repo.node.getchildren.GetChildrenCannedQuery.FilterSortResultHandler
-
- All Implemented Interfaces:
CannedQueryDAO.ResultHandler<FilterSortNodeEntity>
- Enclosing class:
- GetChildrenCannedQuery
protected class GetChildrenCannedQuery.FilterSortResultHandler extends java.lang.Object implements CannedQueryDAO.ResultHandler<FilterSortNodeEntity>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddone()booleanhandleResult(FilterSortNodeEntity result)Allow implementations to process a result.
-
-
-
Method Detail
-
handleResult
public boolean handleResult(FilterSortNodeEntity result)
Description copied from interface:CannedQueryDAO.ResultHandlerAllow 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:
handleResultin interfaceCannedQueryDAO.ResultHandler<FilterSortNodeEntity>- Returns:
- true if more results are required or false to terminate result fetching.
-
done
public void done()
-
-