|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.query.AbstractCannedQueryFactory
org.alfresco.query.AbstractCachingCannedQueryFactory
public abstract class AbstractCachingCannedQueryFactory
Caching support extension for CannedQueryFactory
implementations.
Constructor Summary | |
---|---|
AbstractCachingCannedQueryFactory()
|
Method Summary | |
---|---|
CannedQuery |
getCannedQuery(CannedQueryParameters parameters)
Base implementation that provides a caching facade around the query. |
protected abstract CannedQuery |
getCannedQueryImpl(CannedQueryParameters parameters)
Derived classes must implement this method to provide the raw query that supports the given parameters. |
Methods inherited from class org.alfresco.query.AbstractCannedQueryFactory |
---|
afterPropertiesSet, getCannedQuery, getQueryExecutionId, setBeanName, setRegistry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractCachingCannedQueryFactory()
Method Detail |
---|
public final CannedQuery getCannedQuery(CannedQueryParameters parameters)
parameters
- the full query parameters
protected abstract CannedQuery getCannedQueryImpl(CannedQueryParameters parameters)
parameters
- the query parameters as given by the client
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |