|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CSOSortSpecifier
The order of a search result is defined by a list of CSSortSpecifier. A CSOSortSpecifier consists of a CSOAttribute and a direction indicator (Direction.ascending, Direction.descending).
Nested Class Summary | |
---|---|
static class |
CSOSortSpecifier.Direction
|
Method Summary | |
---|---|
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 |
Method Detail |
---|
CentraSiteObjectAttribute getSortAttribute()
void setSortAttribute(CentraSiteObjectAttribute centraSiteObjectAttribute)
centraSiteObjectAttribute
- on which CSOSortSpecifier needs to be builtCSOSortSpecifier.Direction getSortDirection()
void setSortDirection(CSOSortSpecifier.Direction sortDirection)
sortDirection
- sets the direction of sort
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |