Class CreatedSort
java.lang.Object
com.atlassian.confluence.search.v2.sort.AbstractSort
com.atlassian.confluence.search.v2.sort.CreatedSort
- All Implemented Interfaces:
Expandable<SearchSort>,SearchSort
Order search results by time created
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.confluence.search.v2.SearchSort
SearchSort.Order, SearchSort.Type -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CreatedSortSorts by created date (ascending)static final CreatedSortSorts by created date (defaults to descending order)static final CreatedSortSorts by created date (descending)static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexpand()Expand this query/filter into a composite query/filter (that composes others).Methods inherited from class com.atlassian.confluence.search.v2.sort.AbstractSort
equals, getKey, getOrder, hashCode
-
Field Details
-
KEY
- See Also:
-
DESCENDING
Sorts by created date (descending) -
ASCENDING
Sorts by created date (ascending) -
DEFAULT
Sorts by created date (defaults to descending order)
-
-
Constructor Details
-
CreatedSort
-
-
Method Details
-
expand
Description copied from interface:ExpandableExpand this query/filter into a composite query/filter (that composes others).- Returns:
- a query/filter
-