Package org.alfresco.repo.virtual.page
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
-
Method Details
-
retrieve
org.alfresco.query.PagingResults<R> retrieve(org.alfresco.query.PagingRequest pr) throws PageCollationException - Throws:
PageCollationException
-