Package | Description |
---|---|
org.alfresco.query |
Modifier and Type | Method and Description |
---|---|
CannedQuerySortDetails |
CannedQueryParameters.getSortDetails() |
Modifier and Type | Method and Description |
---|---|
protected List<R> |
AbstractCannedQuery.applyPostQuerySorting(List<R> results,
CannedQuerySortDetails sortDetails)
Called before
AbstractCannedQuery.applyPostQueryPermissions(List, int) to allow the results to be sorted prior to permission checks. |
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.
|
CannedQueryParameters(Object parameterBean,
CannedQuerySortDetails sortDetails,
PagingRequest pagingRequest)
Construct all the parameters for executing a named query, using values from the
PagingRequest . |
Copyright © 2005–2016 Alfresco Software. All rights reserved.