| Interface | Description |
|---|---|
| CannedQuery |
Interface for named query implementations.
|
| CannedQueryFactory |
Interface for factory implementations for producing instances of
CannedQuery
based on all the query parameters. |
| CannedQueryResults |
Interface for results returned by
canned queries. |
| PagingResults |
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 |
Caching support extension for
CannedQueryFactory implementations. |
| AbstractCannedQuery |
Basic support for canned query implementations.
|
| AbstractCannedQueryFactory |
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
|
| CannedQuerySortDetails.SortOrder |
Sort ordering for the
sort pairs. |
| CannedQueryTest |
Tests the
name query infrastructure. |
| EmptyCannedQueryResults |
An always empty
CannedQueryResults, used when you know
you can short circuit a query when no results are found. |
| EmptyPagingResults |
An always empty
PagingResults, used when you know
you can short circuit a query when no results are found. |
| ListBackedPagingResults |
Wraps a list of items as a
PagingResults, used typically when
migrating from a full listing system to a paged one. |
| PagingRequest |
Simple wrapper for single page request (with optional request for total count up to a given max)
|
| Exception | Description |
|---|---|
| CannedQueryException |
Exception generated by failures to execute canned queries.
|
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.