Uses of Class
org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
Packages that use Filter.PropertyRestriction
Package
Description
This package contains oak query index related classes.
-
Uses of Filter.PropertyRestriction in org.apache.jackrabbit.oak.query.index
Methods in org.apache.jackrabbit.oak.query.index that return Filter.PropertyRestrictionMethods in org.apache.jackrabbit.oak.query.index that return types with arguments of type Filter.PropertyRestrictionModifier and TypeMethodDescriptionFilterImpl.getPropertyRestrictions()
FilterImpl.getPropertyRestrictions
(String propertyName) -
Uses of Filter.PropertyRestriction in org.apache.jackrabbit.oak.spi.query
Fields in org.apache.jackrabbit.oak.spi.query declared as Filter.PropertyRestrictionModifier and TypeFieldDescriptionprotected Filter.PropertyRestriction
QueryIndex.IndexPlan.Builder.propRestriction
Methods in org.apache.jackrabbit.oak.spi.query that return Filter.PropertyRestrictionModifier and TypeMethodDescriptionFilter.getPropertyRestriction
(String propertyName) Get the most restrictive property restriction for the given property, if any.@Nullable Filter.PropertyRestriction
QueryIndex.IndexPlan.getPropertyRestriction()
The property restriction for this index plan ornull
if this index plan isn't base on a property restriction.Methods in org.apache.jackrabbit.oak.spi.query that return types with arguments of type Filter.PropertyRestrictionModifier and TypeMethodDescriptionFilter.getPropertyRestrictions()
Get the list of property restrictions, if any.Filter.getPropertyRestrictions
(String propertyName) Get the all property restriction for the given property.Methods in org.apache.jackrabbit.oak.spi.query with parameters of type Filter.PropertyRestrictionModifier and TypeMethodDescriptionQueryIndex.IndexPlan.Builder.setPropertyRestriction
(Filter.PropertyRestriction restriction)