|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrderDirection | |
|---|---|
| com.evolveum.midpoint.prism.query | |
| Uses of OrderDirection in com.evolveum.midpoint.prism.query |
|---|
| Methods in com.evolveum.midpoint.prism.query that return OrderDirection | |
|---|---|
OrderDirection |
ObjectPaging.getDirection()
|
static OrderDirection |
OrderDirection.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OrderDirection[] |
OrderDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.evolveum.midpoint.prism.query with parameters of type OrderDirection | |
|---|---|
static ObjectPaging |
ObjectPaging.createPaging(Integer offset,
Integer maxSize,
QName orderBy,
OrderDirection direction)
|
static ObjectPaging |
ObjectPaging.createPaging(Integer offset,
Integer maxSize,
String orderBy,
String namespace,
OrderDirection direction)
|
void |
ObjectPaging.setDirection(OrderDirection direction)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||