public static class QueryIndex.OrderEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryIndex.OrderEntry.Order
The sort order (ascending or descending).
|
| Constructor and Description |
|---|
OrderEntry(String propertyName,
org.apache.jackrabbit.oak.api.Type<?> propertyType,
QueryIndex.OrderEntry.Order order) |
| Modifier and Type | Method and Description |
|---|---|
QueryIndex.OrderEntry.Order |
getOrder() |
String |
getPropertyName() |
org.apache.jackrabbit.oak.api.Type<?> |
getPropertyType() |
String |
toString() |
public OrderEntry(String propertyName, org.apache.jackrabbit.oak.api.Type<?> propertyType, QueryIndex.OrderEntry.Order order)
public String getPropertyName()
public QueryIndex.OrderEntry.Order getOrder()
public org.apache.jackrabbit.oak.api.Type<?> getPropertyType()
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.