| Package | Description |
|---|---|
| com.edorasware.api.query |
Work object query support.
|
| Modifier and Type | Method and Description |
|---|---|
Ordering |
BasicOperand.orderAsc()
Builds an ordering criterion which sorts by the operand value in ascending order.
|
Ordering |
BasicOperand.orderDesc()
Builds an ordering criterion which sorts by the operand value in descending order.
|
| Modifier and Type | Method and Description |
|---|---|
List<Ordering> |
Query.getSorting()
The order criteria to sort the results.
|
| Modifier and Type | Method and Description |
|---|---|
Query.Builder |
Query.Builder.sorting(Ordering sorting)
Sets a single order criterion to sort the results.
|
| Modifier and Type | Method and Description |
|---|---|
Query.Builder |
Query.Builder.sorting(Collection<Ordering> sorting)
Sets order criteria to sort the results.
|
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.