Uses of Class
com.evolveum.midpoint.prism.query.OrderDirection
-
Packages that use OrderDirection Package Description com.evolveum.midpoint.prism.query -
-
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 OrderDirectionOrderDirection. fromOrderDirectionType(OrderDirectionType orderDirectionType)OrderDirectionObjectOrdering. getDirection()OrderDirectionObjectPaging. getPrimaryOrderingDirection()static OrderDirectionOrderDirection. 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 voidObjectPaging. addOrderingInstruction(ItemPath orderBy, OrderDirection direction)@NotNull ObjectOrderingQueryFactory. createOrdering(ItemPath orderBy, OrderDirection direction)@NotNull ObjectPagingQueryFactory. createPaging(ItemPath orderBy, OrderDirection direction)@NotNull ObjectPagingQueryFactory. createPaging(ItemPath orderBy, OrderDirection direction, ItemPath groupBy)@NotNull ObjectPagingQueryFactory. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction)@NotNull ObjectPagingQueryFactory. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction, ItemPath groupBy)voidObjectPaging. setOrdering(ItemPath orderBy, OrderDirection direction)
-