Package | Description |
---|---|
org.alfresco.query |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCannedQuery<R>
Basic support for canned query implementations.
|
Modifier and Type | Method and Description |
---|---|
CannedQuery<R> |
AbstractCachingCannedQueryFactory.getCannedQuery(CannedQueryParameters parameters)
Base implementation that provides a caching facade around the query.
|
CannedQuery<R> |
CannedQueryFactory.getCannedQuery(CannedQueryParameters parameters)
Retrieve an instance of a
CannedQuery based on the full range of
available parameters. |
CannedQuery<R> |
CannedQueryFactory.getCannedQuery(Object parameterBean,
int skipResults,
int pageSize,
String queryExecutionId)
Retrieve an instance of a
CannedQuery based on limited parameters. |
CannedQuery<R> |
AbstractCannedQueryFactory.getCannedQuery(Object parameterBean,
int skipResults,
int pageSize,
String queryExecutionId)
Retrieve an instance of a
CannedQuery based on limited parameters. |
protected abstract CannedQuery<R> |
AbstractCachingCannedQueryFactory.getCannedQueryImpl(CannedQueryParameters parameters)
Derived classes must implement this method to provide the raw query that supports the given
parameters.
|
CannedQuery<R> |
EmptyCannedQueryResults.getOriginatingQuery() |
CannedQuery<R> |
CannedQueryResults.getOriginatingQuery()
Get the instance of the query that generated these results.
|
Constructor and Description |
---|
EmptyCannedQueryResults(CannedQuery<R> query) |
Copyright © 2005–2016 Alfresco Software. All rights reserved.