|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrderDirectionType | |
|---|---|
| com.evolveum.midpoint.schema | |
| com.evolveum.midpoint.xml.ns._public.common.common_1 | |
| Uses of OrderDirectionType in com.evolveum.midpoint.schema |
|---|
| Methods in com.evolveum.midpoint.schema with parameters of type OrderDirectionType | |
|---|---|
static PagingType |
PagingTypeFactory.createListAllPaging(OrderDirectionType order,
java.lang.String orderBy)
|
static PagingType |
PagingTypeFactory.createPaging(int offset,
int maxSize,
OrderDirectionType order,
java.lang.String orderBy)
|
static PagingType |
PagingTypeFactory.createPaging(int offset,
OrderDirectionType order,
java.lang.String orderBy)
|
| Uses of OrderDirectionType in com.evolveum.midpoint.xml.ns._public.common.common_1 |
|---|
| Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as OrderDirectionType | |
|---|---|
protected OrderDirectionType |
PagingType.orderDirection
|
| Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return OrderDirectionType | |
|---|---|
static OrderDirectionType |
OrderDirectionType.fromValue(java.lang.String v)
|
OrderDirectionType |
PagingType.getOrderDirection()
Gets the value of the orderDirection property. |
static OrderDirectionType |
OrderDirectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OrderDirectionType[] |
OrderDirectionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type OrderDirectionType | |
|---|---|
void |
PagingType.setOrderDirection(OrderDirectionType value)
Sets the value of the orderDirection property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||