Package | Description |
---|---|
com.atlassian.confluence.search.v2 |
Provides an extensible, flexible search API.
|
com.atlassian.confluence.search.v2.sort |
Modifier and Type | Method and Description |
---|---|
static SearchSort.Type |
SearchSort.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchSort.Type[] |
SearchSort.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SearchSort.Type |
LowercaseFieldSort.getType() |
SearchSort.Type |
FieldSort.getType() |
Constructor and Description |
---|
FieldSort(String fieldName,
SearchSort.Type type,
SearchSort.Order order) |
Copyright © 2003–2021 Atlassian. All rights reserved.