Interface PageCollator.PagingResultsSource<R>

Type Parameters:
R -
Enclosing class:
PageCollator<R>

public static interface PageCollator.PagingResultsSource<R>
Implementors are paging request capable objects - i.e. can provide data-paged results of type R considering a given PagingRequest.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.alfresco.query.PagingResults<R>
    retrieve(org.alfresco.query.PagingRequest pr)