|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.search.v2.sort.AbstractSort
com.atlassian.confluence.search.v2.sort.FullnameSort
public class FullnameSort
Sort by a user's full name
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.atlassian.confluence.search.v2.SearchSort |
---|
SearchSort.Order |
Field Summary | |
---|---|
static FullnameSort |
ASCENDING
Sorts by filename (ascending) |
static FullnameSort |
DEFAULT
Sorts by filename (defaults to ascending order) |
static FullnameSort |
DESCENDING
Sorts by filename (descending) |
static String |
KEY
|
Constructor Summary | |
---|---|
FullnameSort(SearchSort.Order order)
|
Method Summary |
---|
Methods inherited from class com.atlassian.confluence.search.v2.sort.AbstractSort |
---|
equals, getKey, getOrder, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String KEY
public static final FullnameSort DESCENDING
public static final FullnameSort ASCENDING
public static final FullnameSort DEFAULT
Constructor Detail |
---|
public FullnameSort(SearchSort.Order order)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |