Modifier and Type | Field and Description |
---|---|
protected List<SortClause> |
ExtensionQuery.sortClauses |
Modifier and Type | Method and Description |
---|---|
SortClause |
ObjectFactory.createSortClause()
Create an instance of
SortClause |
SortClause |
SortClause.withField(String value) |
SortClause |
SortClause.withOrder(ORDER value) |
Modifier and Type | Method and Description |
---|---|
List<SortClause> |
ExtensionQuery.getSortClauses()
Gets the value of the sortClauses property.
|
Modifier and Type | Method and Description |
---|---|
ExtensionQuery |
ExtensionQuery.withSortClauses(SortClause... values) |
Modifier and Type | Method and Description |
---|---|
ExtensionQuery |
ExtensionQuery.withSortClauses(Collection<SortClause> values) |
Copyright © 2004–2021 XWiki. All rights reserved.