Uses of Class
org.alfresco.query.CannedQuerySortDetails
-
Packages that use CannedQuerySortDetails Package Description org.alfresco.query -
-
Uses of CannedQuerySortDetails in org.alfresco.query
Methods in org.alfresco.query that return CannedQuerySortDetails Modifier and Type Method Description CannedQuerySortDetails
CannedQueryParameters. getSortDetails()
Methods in org.alfresco.query with parameters of type CannedQuerySortDetails Modifier and Type Method Description protected List<R>
AbstractCannedQuery. applyPostQuerySorting(List<R> results, CannedQuerySortDetails sortDetails)
Called beforeAbstractCannedQuery.applyPostQueryPermissions(List, int)
to allow the results to be sorted prior to permission checks.Constructors in org.alfresco.query with parameters of type CannedQuerySortDetails Constructor Description CannedQueryParameters(Object parameterBean, CannedQueryPageDetails pageDetails, CannedQuerySortDetails sortDetails)
Defaults: totalResultCountMax: 0 queryExecutionId: nullCannedQueryParameters(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 thePagingRequest
.
-