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