Uses of Interface
org.alfresco.query.PagingResults
-
Packages that use PagingResults Package Description org.alfresco.query -
-
Uses of PagingResults in org.alfresco.query
Subinterfaces of PagingResults in org.alfresco.query Modifier and Type Interface Description interface
CannedQueryResults<R>
Interface for results returned bycanned queries
.Classes in org.alfresco.query that implement PagingResults Modifier and Type Class Description class
EmptyCannedQueryResults<R>
An always emptyCannedQueryResults
, used when you know you can short circuit a query when no results are found.class
EmptyPagingResults<R>
An always emptyPagingResults
, used when you know you can short circuit a query when no results are found.class
ListBackedPagingResults<R>
Wraps a list of items as aPagingResults
, used typically when migrating from a full listing system to a paged one.
-