Package org.alfresco.query
-
Interface Summary Interface Description CannedQuery<R> Interface for named query implementations.CannedQueryFactory<R> Interface for factory implementations for producing instances ofCannedQuery
based on all the query parameters.CannedQueryResults<R> Interface for results returned bycanned queries
.PagingResults<R> Marker interface for single page of resultsPermissionedResults Marker interface to show that permissions have already been applied to the results (and possibly cutoff) -
Class Summary Class Description AbstractCachingCannedQueryFactory<R> Caching support extension forCannedQueryFactory
implementations.AbstractCannedQuery<R> Basic support for canned query implementations.AbstractCannedQueryFactory<R> Basic services forCannedQueryFactory
implementations.CannedQueryPageDetails Details for canned queries supporting paged results.CannedQueryParameters Parameters defining thenamed query
to execute.CannedQuerySortDetails Details for canned queries supporting sorted resultsEmptyCannedQueryResults<R> An always emptyCannedQueryResults
, used when you know you can short circuit a query when no results are found.EmptyPagingResults<R> An always emptyPagingResults
, used when you know you can short circuit a query when no results are found.ListBackedPagingResults<R> Wraps a list of items as aPagingResults
, used typically when migrating from a full listing system to a paged one.PageDetails Stores paging details based on a PagingRequest.PagingRequest Simple wrapper for single page request (with optional request for total count up to a given max) -
Enum Summary Enum Description CannedQuerySortDetails.SortOrder Sort ordering for the sort pairs. -
Exception Summary Exception Description CannedQueryException Exception generated by failures to execute canned queries.