Uses of Class
org.alfresco.query.CannedQueryParameters
Packages that use CannedQueryParameters
-
Uses of CannedQueryParameters in org.alfresco.query
Methods in org.alfresco.query that return CannedQueryParametersModifier and TypeMethodDescriptionAbstractCannedQuery.getParameters()
CannedQuery.getParameters()
Get the original parameters used to generate the query.Methods in org.alfresco.query with parameters of type CannedQueryParametersModifier and TypeMethodDescriptionfinal CannedQuery<R>
AbstractCachingCannedQueryFactory.getCannedQuery
(CannedQueryParameters parameters) Base implementation that provides a caching facade around the query.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.AbstractCannedQuery.queryAndFilter
(CannedQueryParameters parameters) Implement the basic query, returning either filtered or all results.Constructors in org.alfresco.query with parameters of type CannedQueryParametersModifierConstructorDescriptionprotected
AbstractCannedQuery
(CannedQueryParameters parameters) Construct the canned query given the original parameters applied.