Uses of Class
org.apache.jackrabbit.oak.spi.query.Filter.PathRestriction
-
Packages that use Filter.PathRestriction Package Description org.apache.jackrabbit.oak.query.index org.apache.jackrabbit.oak.spi.query This package contains oak query index related classes. -
-
Uses of Filter.PathRestriction in org.apache.jackrabbit.oak.query.index
Methods in org.apache.jackrabbit.oak.query.index that return Filter.PathRestriction Modifier and Type Method Description Filter.PathRestrictionFilterImpl. getPathRestriction()Methods in org.apache.jackrabbit.oak.query.index with parameters of type Filter.PathRestriction Modifier and Type Method Description voidFilterImpl. restrictPath(String addedPath, Filter.PathRestriction addedPathRestriction) -
Uses of Filter.PathRestriction in org.apache.jackrabbit.oak.spi.query
Methods in org.apache.jackrabbit.oak.spi.query that return Filter.PathRestriction Modifier and Type Method Description Filter.PathRestrictionFilter. getPathRestriction()Get the path restriction type.static Filter.PathRestrictionFilter.PathRestriction. valueOf(String name)Returns the enum constant of this type with the specified name.static Filter.PathRestriction[]Filter.PathRestriction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-