Uses of Interface
org.alfresco.query.CannedQuery
Packages that use CannedQuery
-
Uses of CannedQuery in org.alfresco.query
Classes in org.alfresco.query that implement CannedQueryModifier and TypeClassDescriptionclass
Basic support for canned query implementations.Methods in org.alfresco.query that return CannedQueryModifier and TypeMethodDescriptionfinal CannedQuery<R>
AbstractCachingCannedQueryFactory.getCannedQuery
(CannedQueryParameters parameters) Base implementation that provides a caching facade around the query.AbstractCannedQueryFactory.getCannedQuery
(Object parameterBean, int skipResults, int pageSize, String queryExecutionId) Retrieve an instance of aCannedQuery
based on limited parameters.CannedQueryFactory.getCannedQuery
(Object parameterBean, int skipResults, int pageSize, String queryExecutionId) Retrieve an instance of aCannedQuery
based on limited parameters.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.CannedQueryResults.getOriginatingQuery()
Get the instance of the query that generated these results.EmptyCannedQueryResults.getOriginatingQuery()
Constructors in org.alfresco.query with parameters of type CannedQuery