| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.query |
| Modifier and Type | Field and Description |
|---|---|
protected Filter.PropertyRestriction |
QueryIndex.IndexPlan.Builder.propRestriction |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Filter.PropertyRestriction |
QueryIndex.IndexPlan.getPropertyRestriction()
The property restriction for this index plan or
null if
this index plan isn't base on a property restriction. |
Filter.PropertyRestriction |
Filter.getPropertyRestriction(String propertyName)
Get the most restrictive property restriction for the given property, if
any.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Filter.PropertyRestriction> |
Filter.getPropertyRestrictions()
Get the list of property restrictions, if any.
|
List<Filter.PropertyRestriction> |
Filter.getPropertyRestrictions(String propertyName)
Get the all property restriction for the given property.
|
| Modifier and Type | Method and Description |
|---|---|
QueryIndex.IndexPlan.Builder |
QueryIndex.IndexPlan.Builder.setPropertyRestriction(Filter.PropertyRestriction restriction) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.