public interface CannedQueryFactory
CannedQuery
based on all the query parameters.| Modifier and Type | Method and Description |
|---|---|
CannedQuery |
getCannedQuery(CannedQueryParameters parameters)
Retrieve an instance of a
CannedQuery based on the full range of
available parameters. |
CannedQuery |
getCannedQuery(java.lang.Object parameterBean,
int skipResults,
int pageSize,
java.lang.String queryExecutionId)
Retrieve an instance of a
CannedQuery based on limited parameters. |
CannedQuery getCannedQuery(CannedQueryParameters parameters)
CannedQuery based on the full range of
available parameters.parameters - the full query parametersCannedQuery getCannedQuery(java.lang.Object parameterBean, int skipResults, int pageSize, java.lang.String queryExecutionId)
CannedQuery based on limited parameters.parameterBean - the values that the query will be based on or null
if not relevant to the queryskipResults - results to skip before pagepageSize - the size of page - ie. max items (if skipResults = 0)queryExecutionId - ID of a previously-executed query to be used during follow-up
page requests - null if not availableCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.