R
- the query result typepublic interface CannedQueryFactory<R>
CannedQuery
based on all the query parameters.Modifier and Type | Method and Description |
---|---|
CannedQuery<R> |
getCannedQuery(CannedQueryParameters parameters)
Retrieve an instance of a
CannedQuery based on the full range of
available parameters. |
CannedQuery<R> |
getCannedQuery(Object parameterBean,
int skipResults,
int pageSize,
String queryExecutionId)
Retrieve an instance of a
CannedQuery based on limited parameters. |
CannedQuery<R> getCannedQuery(CannedQueryParameters parameters)
CannedQuery
based on the full range of
available parameters.parameters
- the full query parametersCannedQuery<R> getCannedQuery(Object parameterBean, int skipResults, int pageSize, 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–2020 Alfresco Software. All rights reserved.