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 interfaceCannedQueryResults<R>Interface for results returned bycanned queries.Classes in org.alfresco.query that implement PagingResults Modifier and Type Class Description classEmptyCannedQueryResults<R>An always emptyCannedQueryResults, used when you know you can short circuit a query when no results are found.classEmptyPagingResults<R>An always emptyPagingResults, used when you know you can short circuit a query when no results are found.classListBackedPagingResults<R>Wraps a list of items as aPagingResults, used typically when migrating from a full listing system to a paged one.
-