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.spi.query
Fields in org.apache.jackrabbit.oak.spi.query declared as Filter.PropertyRestrictionModifier and TypeFieldDescriptionprotected Filter.PropertyRestrictionQueryIndex.IndexPlan.Builder.propRestrictionMethods 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.PropertyRestrictionQueryIndex.IndexPlan.getPropertyRestriction()The property restriction for this index plan ornullif 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)