Uses of Class
com.evolveum.midpoint.prism.query.OrderDirection
-
Packages that use OrderDirection Package Description com.evolveum.midpoint.prism.impl.query com.evolveum.midpoint.prism.query -
-
Uses of OrderDirection in com.evolveum.midpoint.prism.impl.query
Methods in com.evolveum.midpoint.prism.impl.query that return OrderDirection Modifier and Type Method Description OrderDirection
ObjectOrderingImpl. getDirection()
OrderDirection
ObjectPagingImpl. getPrimaryOrderingDirection()
Methods in com.evolveum.midpoint.prism.impl.query with parameters of type OrderDirection Modifier and Type Method Description void
ObjectPagingImpl. addOrderingInstruction(ItemPath orderBy, OrderDirection direction)
static ObjectOrderingImpl
ObjectOrderingImpl. createOrdering(ItemPath orderBy, OrderDirection direction)
@NotNull ObjectOrdering
QueryFactoryImpl. createOrdering(ItemPath orderBy, OrderDirection direction)
static ObjectPaging
ObjectPagingImpl. createPaging(ItemPath orderBy, OrderDirection direction)
static ObjectPaging
ObjectPagingImpl. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction)
@NotNull ObjectPaging
QueryFactoryImpl. createPaging(ItemPath orderBy, OrderDirection direction)
@NotNull ObjectPaging
QueryFactoryImpl. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction)
void
ObjectPagingImpl. setOrdering(ItemPath orderBy, OrderDirection direction)
-
Uses of OrderDirection in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that return OrderDirection Modifier and Type Method Description static OrderDirection
OrderDirection. fromOrderDirectionType(OrderDirectionType orderDirectionType)
@Nullable OrderDirection
ObjectOrdering. getDirection()
Ordering direction, can return null, which should be interpreted as ascending.OrderDirection
ObjectPaging. getPrimaryOrderingDirection()
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 Modifier and Type Method Description void
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)
-