Uses of Class
org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
-
Packages that use Filter.PropertyRestriction Package Description org.apache.jackrabbit.oak.spi.query 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.PropertyRestriction Modifier and Type Field Description protected Filter.PropertyRestrictionQueryIndex.IndexPlan.Builder. propRestrictionMethods in org.apache.jackrabbit.oak.spi.query that return Filter.PropertyRestriction Modifier and Type Method Description Filter.PropertyRestrictionFilter. 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.PropertyRestriction Modifier and Type Method 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.Methods in org.apache.jackrabbit.oak.spi.query with parameters of type Filter.PropertyRestriction Modifier and Type Method Description QueryIndex.IndexPlan.BuilderQueryIndex.IndexPlan.Builder. setPropertyRestriction(Filter.PropertyRestriction restriction)
-