|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchSort.Order | |
---|---|
com.atlassian.confluence.search.v2 | Provides an extensible, flexible search API. |
com.atlassian.confluence.search.v2.sort |
Uses of SearchSort.Order in com.atlassian.confluence.search.v2 |
---|
Methods in com.atlassian.confluence.search.v2 that return SearchSort.Order | |
---|---|
SearchSort.Order |
SearchSort.getOrder()
Returns the order (whether ASCENDING or DESCENDING ) of the sort. |
static SearchSort.Order |
SearchSort.Order.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SearchSort.Order[] |
SearchSort.Order.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of SearchSort.Order in com.atlassian.confluence.search.v2.sort |
---|
Methods in com.atlassian.confluence.search.v2.sort that return SearchSort.Order | |
---|---|
SearchSort.Order |
AbstractSort.getOrder()
|
Constructors in com.atlassian.confluence.search.v2.sort with parameters of type SearchSort.Order | |
---|---|
AbstractSort(java.lang.String key,
SearchSort.Order order)
Constructs a sort. |
|
CreatedSort(SearchSort.Order order)
|
|
FilenameSort(SearchSort.Order order)
|
|
FilesizeSort(SearchSort.Order order)
|
|
FullnameSort(SearchSort.Order order)
|
|
ModifiedSort(SearchSort.Order order)
|
|
TitleSort(SearchSort.Order order)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |