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
public class FullnameSort extends AbstractSort
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
Fields Modifier and Type Field Description static FullnameSort
ASCENDING
Sorts by fullname (ascending)static FullnameSort
DEFAULT
Sorts by fullname (defaults to ascending order)static FullnameSort
DESCENDING
Sorts by fullname (descending)static String
KEY
-
Constructor Summary
Constructors Constructor Description FullnameSort(SearchSort.Order order)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchSort
expand()
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 Detail
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
DESCENDING
public static final FullnameSort DESCENDING
Sorts by fullname (descending)
-
ASCENDING
public static final FullnameSort ASCENDING
Sorts by fullname (ascending)
-
DEFAULT
public static final FullnameSort DEFAULT
Sorts by fullname (defaults to ascending order)
-
-
Constructor Detail
-
FullnameSort
public FullnameSort(SearchSort.Order order)
-
-
Method Detail
-
expand
public SearchSort expand()
Description copied from interface:Expandable
Expand this query/filter into a composite query/filter (that composes others).- Returns:
- a query/filter
-
-