public class CannedQuerySortDetails extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CannedQuerySortDetails.SortOrder
Sort ordering for the sort pairs.
|
Constructor and Description |
---|
CannedQuerySortDetails(List<Pair<? extends Object,CannedQuerySortDetails.SortOrder>> sortPairs)
Construct the sort details from a list of sort pairs.
|
CannedQuerySortDetails(Pair<? extends Object,CannedQuerySortDetails.SortOrder>... sortPairs)
Construct the sort details with a variable number of sort pairs.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<? extends Object,CannedQuerySortDetails.SortOrder>> |
getSortPairs()
Get the sort definitions.
|
String |
toString() |
public CannedQuerySortDetails(Pair<? extends Object,CannedQuerySortDetails.SortOrder>... sortPairs)
sortPairs
- the sort pairs, which will be applied in orderpublic CannedQuerySortDetails(List<Pair<? extends Object,CannedQuerySortDetails.SortOrder>> sortPairs)
sortPairs
- the sort pairs, which will be applied in orderCopyright © 2005–2020 Alfresco Software. All rights reserved.