Package | Description |
---|---|
org.xwiki.eventstream.query |
Modifier and Type | Method and Description |
---|---|
SortableEventQuery.SortClause.Order |
SortableEventQuery.SortClause.getOrder() |
static SortableEventQuery.SortClause.Order |
SortableEventQuery.SortClause.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortableEventQuery.SortClause.Order[] |
SortableEventQuery.SortClause.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SimpleEventQuery |
SimpleEventQuery.addSort(String property,
SortableEventQuery.SortClause.Order order)
Adds a single sort clause to the end of the current sort information.
|
Constructor and Description |
---|
SortClause(String property,
SortableEventQuery.SortClause.Order order) |
Copyright © 2004–2021 XWiki. All rights reserved.