| java.lang.Object | ||
| ↳ | com.atlassian.confluence.search.v2.sort.AbstractSort | |
| ↳ | com.atlassian.confluence.search.v2.sort.CreatedSort | |
Order search results by time created
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KEY | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ASCENDING | Sorts by created date (ascending) | ||||||||||
| DEFAULT | Sorts by created date (defaults to descending order) | ||||||||||
| DESCENDING | Sorts by created date (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
| |||||||||||||||||||

