Package | Description |
---|---|
org.alfresco.query |
Modifier and Type | Method and Description |
---|---|
CannedQueryParameters |
AbstractCannedQuery.getParameters() |
CannedQueryParameters |
CannedQuery.getParameters()
Get the original parameters used to generate the query.
|
Modifier and Type | Method and Description |
---|---|
CannedQuery<R> |
CannedQueryFactory.getCannedQuery(CannedQueryParameters parameters)
Retrieve an instance of a
CannedQuery based on the full range of
available parameters. |
CannedQuery<R> |
AbstractCachingCannedQueryFactory.getCannedQuery(CannedQueryParameters parameters)
Base implementation that provides a caching facade around the query.
|
protected abstract CannedQuery<R> |
AbstractCachingCannedQueryFactory.getCannedQueryImpl(CannedQueryParameters parameters)
Derived classes must implement this method to provide the raw query that supports the given
parameters.
|
protected String |
AbstractCannedQueryFactory.getQueryExecutionId(CannedQueryParameters parameters)
Helper method to construct a unique query execution ID based on the
instance of the factory and the parameters provided.
|
protected abstract List<R> |
AbstractCannedQuery.queryAndFilter(CannedQueryParameters parameters)
Implement the basic query, returning either filtered or all results.
|
Constructor and Description |
---|
AbstractCannedQuery(CannedQueryParameters parameters)
Construct the canned query given the original parameters applied.
|
Copyright © 2005–2015 Alfresco Software. All rights reserved.