Interface | Description |
---|---|
CannedQuery<R> |
Interface for named query implementations.
|
CannedQueryFactory<R> |
Interface for factory implementations for producing instances of
CannedQuery
based on all the query parameters. |
CannedQueryResults<R> |
Interface for results returned by
canned queries . |
PagingResults<R> |
Marker interface for single page of results
|
PermissionedResults |
Marker interface to show that permissions have already been applied to the results (and possibly cutoff)
|
Class | Description |
---|---|
AbstractCachingCannedQueryFactory<R> |
Caching support extension for
CannedQueryFactory implementations. |
AbstractCannedQuery<R> |
Basic support for canned query implementations.
|
AbstractCannedQueryFactory<R> |
Basic services for
CannedQueryFactory implementations. |
CannedQueryPageDetails |
Details for canned queries supporting paged results.
|
CannedQueryParameters |
Parameters defining the
named query to execute. |
CannedQuerySortDetails |
Details for canned queries supporting sorted results
|
EmptyCannedQueryResults<R> |
An always empty
CannedQueryResults , used when you know
you can short circuit a query when no results are found. |
EmptyPagingResults<R> |
An always empty
PagingResults , used when you know
you can short circuit a query when no results are found. |
ListBackedPagingResults<R> |
Wraps a list of items as a
PagingResults , 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 | Description |
---|---|
CannedQuerySortDetails.SortOrder |
Sort ordering for the sort pairs.
|
Exception | Description |
---|---|
CannedQueryException |
Exception generated by failures to execute canned queries.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.