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 OrderDirectionObjectOrderingImpl. getDirection()OrderDirectionObjectPagingImpl. getPrimaryOrderingDirection()Methods in com.evolveum.midpoint.prism.impl.query with parameters of type OrderDirection Modifier and Type Method Description voidObjectPagingImpl. addOrderingInstruction(ItemPath orderBy, OrderDirection direction)static ObjectOrderingImplObjectOrderingImpl. createOrdering(ItemPath orderBy, OrderDirection direction)@NotNull ObjectOrderingQueryFactoryImpl. createOrdering(ItemPath orderBy, OrderDirection direction)static ObjectPagingObjectPagingImpl. createPaging(ItemPath orderBy, OrderDirection direction)static ObjectPagingObjectPagingImpl. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction)@NotNull ObjectPagingQueryFactoryImpl. createPaging(ItemPath orderBy, OrderDirection direction)@NotNull ObjectPagingQueryFactoryImpl. createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction)voidObjectPagingImpl. 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 OrderDirectionOrderDirection. fromOrderDirectionType(OrderDirectionType orderDirectionType)@Nullable OrderDirectionObjectOrdering. getDirection()Ordering direction, can return null, which should be interpreted as ascending.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(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction)voidObjectPaging. setOrdering(ItemPath orderBy, OrderDirection direction)
-