Package | Description |
---|---|
org.xwiki.extension.repository.search |
Modifier and Type | Method and Description |
---|---|
ExtensionQuery.ORDER |
ExtensionQuery.SortClause.getOrder() |
static ExtensionQuery.ORDER |
ExtensionQuery.ORDER.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionQuery.ORDER[] |
ExtensionQuery.ORDER.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExtensionQuery |
ExtensionQuery.addSort(String field,
ExtensionQuery.ORDER order) |
Constructor and Description |
---|
SortClause(String field,
ExtensionQuery.ORDER order) |
Copyright © 2004–2021 XWiki. All rights reserved.