Package | Description |
---|---|
org.alfresco.query |
Modifier and Type | Method and Description |
---|---|
CannedQueryPageDetails |
CannedQueryParameters.getPageDetails() |
Modifier and Type | Method and Description |
---|---|
protected List<List<R>> |
AbstractCannedQuery.applyPostQueryPaging(List<R> results,
CannedQueryPageDetails pageDetails)
Called after the
sorting phase to pull out results specific
to the required pages. |
Constructor and Description |
---|
CannedQueryParameters(Object parameterBean,
CannedQueryPageDetails pageDetails,
CannedQuerySortDetails sortDetails)
Defaults:
totalResultCountMax: 0
queryExecutionId: null
|
CannedQueryParameters(Object parameterBean,
CannedQueryPageDetails pageDetails,
CannedQuerySortDetails sortDetails,
int totalResultCountMax,
String queryExecutionId)
Construct all the parameters for executing a named query.
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.