Package | Description |
---|---|
org.alfresco.query |
Modifier and Type | Method and Description |
---|---|
static CannedQuerySortDetails.SortOrder |
CannedQuerySortDetails.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CannedQuerySortDetails.SortOrder[] |
CannedQuerySortDetails.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<? extends Object,CannedQuerySortDetails.SortOrder>> |
CannedQuerySortDetails.getSortPairs()
Get the sort definitions.
|
Constructor and Description |
---|
CannedQuerySortDetails(List<Pair<? extends Object,CannedQuerySortDetails.SortOrder>> sortPairs)
Construct the sort details from a list of sort pairs.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.