Uses of Class
org.alfresco.query.CannedQueryParameters
-
Packages that use CannedQueryParameters Package Description org.alfresco.query -
-
Uses of CannedQueryParameters in org.alfresco.query
Methods in org.alfresco.query that return CannedQueryParameters Modifier and Type Method Description CannedQueryParameters
AbstractCannedQuery. getParameters()
CannedQueryParameters
CannedQuery. getParameters()
Get the original parameters used to generate the query.Methods in org.alfresco.query with parameters of type CannedQueryParameters Modifier and Type Method 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 aCannedQuery
based on the full range of available 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.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.Constructors in org.alfresco.query with parameters of type CannedQueryParameters Constructor Description AbstractCannedQuery(CannedQueryParameters parameters)
Construct the canned query given the original parameters applied.
-