Package | Description |
---|---|
com.evolveum.midpoint.prism.query |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2013 evolveum. All rights reserved.