Package | Description |
---|---|
com.tridion.broker.querying.sorting |
Modifier and Type | Field and Description |
---|---|
static SortDirection |
SortParameter.ASCENDING
This represents ASCENDING ordering of the results.
|
static SortDirection |
SortParameter.DESCENDING
This represents DESCENDING ordering of the results.
|
Modifier and Type | Method and Description |
---|---|
SortDirection |
SortParameter.getSortingDirection()
Returns the direction on which to sort the results.
|
static SortDirection |
SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SortParameter(SortColumn sortColumn,
SortDirection sortingDirection)
Constructs a SortParameter for a specified field in a certain sorting order.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries