| java.lang.Object | ||
| ↳ | com.atlassian.confluence.search.v2.sort.AbstractSort | |
| ↳ | com.atlassian.confluence.search.v2.sort.TitleSort | |
Order search results by title
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KEY | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ASCENDING | Sorts by title (ascending) | ||||||||||
| DEFAULT | Sorts by title (defaults to ascending order) | ||||||||||
| DESCENDING | Sorts by title (descending) | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.confluence.search.v2.sort.AbstractSort
| |||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||
From interface
com.atlassian.confluence.search.v2.SearchSort
| |||||||||||||||||||

