public interface CSOSortSpecifier
Modifier and Type | Interface and Description |
---|---|
static class |
CSOSortSpecifier.Direction
This enum acts as a direction indicator for Ascending and Descending directions.
|
Modifier and Type | Method and Description |
---|---|
CentraSiteObjectAttribute |
getSortAttribute()
Returns the sort attribute.
|
CSOSortSpecifier.Direction |
getSortDirection()
Gets the direction of the sort specifier.
|
void |
setSortAttribute(CentraSiteObjectAttribute centraSiteObjectAttribute)
Add an attribute for further filtering of the sort specifier.
|
void |
setSortDirection(CSOSortSpecifier.Direction sortDirection)
Sets the direction of the sort specifier.
|
CentraSiteObjectAttribute getSortAttribute()
CentraSiteObjectAttribute
on which CSOSortSpecifier needs to be builtvoid setSortAttribute(CentraSiteObjectAttribute centraSiteObjectAttribute)
centraSiteObjectAttribute
- The CentraSiteObjectAttribute
on which CSOSortSpecifier needs to be builtCSOSortSpecifier.Direction getSortDirection()
CSOSortSpecifier.Direction
enum which specifies the direction of sort ordervoid setSortDirection(CSOSortSpecifier.Direction sortDirection)
sortDirection
- sets the CSOSortSpecifier.Direction
of sort