Uses of Enum
org.apache.jackrabbit.oak.spi.query.QueryIndex.OrderEntry.Order
Packages that use QueryIndex.OrderEntry.Order
Package
Description
This package contains oak query index related classes.
-
Uses of QueryIndex.OrderEntry.Order in org.apache.jackrabbit.oak.spi.query
Methods in org.apache.jackrabbit.oak.spi.query that return QueryIndex.OrderEntry.OrderModifier and TypeMethodDescriptionQueryIndex.OrderEntry.getOrder()
static QueryIndex.OrderEntry.Order
Returns the enum constant of this type with the specified name.static QueryIndex.OrderEntry.Order[]
QueryIndex.OrderEntry.Order.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.jackrabbit.oak.spi.query with parameters of type QueryIndex.OrderEntry.OrderModifierConstructorDescriptionOrderEntry
(String propertyName, org.apache.jackrabbit.oak.api.Type<?> propertyType, QueryIndex.OrderEntry.Order order)