Uses of Enum Class
com.evolveum.midpoint.prism.query.OrderDirection
-
Uses of OrderDirection in com.evolveum.midpoint.prism.query
Modifier and TypeMethodDescriptionstatic OrderDirection
OrderDirection.fromOrderDirectionType
(OrderDirectionType orderDirectionType) @Nullable OrderDirection
ObjectOrdering.getDirection()
Ordering direction, can return null, which should be interpreted as ascending.ObjectPaging.getPrimaryOrderingDirection()
static OrderDirection
Returns the enum constant of this class with the specified name.static OrderDirection[]
OrderDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ObjectPaging.addOrderingInstruction
(ItemPath orderBy, OrderDirection direction) @NotNull ObjectOrdering
QueryFactory.createOrdering
(ItemPath orderBy, OrderDirection direction) @NotNull ObjectPaging
QueryFactory.createPaging
(ItemPath orderBy, OrderDirection direction) @NotNull ObjectPaging
QueryFactory.createPaging
(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction) void
ObjectPaging.setOrdering
(ItemPath orderBy, OrderDirection direction) -
Uses of OrderDirection in com.evolveum.midpoint.schema.query
Modifier and TypeMethodDescriptionAbstractTypedQuery.orderBy
(ItemPath path, OrderDirection direction)