Class FullnameSort
java.lang.Object
com.atlassian.confluence.search.v2.sort.AbstractSort
com.atlassian.confluence.search.v2.sort.FullnameSort
- All Implemented Interfaces:
Expandable<SearchSort>
,SearchSort
Sort by a user's full name
-
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 FullnameSort
Sorts by fullname (ascending)static final FullnameSort
Sorts by fullname (defaults to ascending order)static final FullnameSort
Sorts by fullname (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 fullname (descending) -
ASCENDING
Sorts by fullname (ascending) -
DEFAULT
Sorts by fullname (defaults to ascending order)
-
-
Constructor Details
-
FullnameSort
-
-
Method Details
-
expand
Description copied from interface:Expandable
Expand this query/filter into a composite query/filter (that composes others).- Returns:
- a query/filter
-