Uses of Class
org.apache.jackrabbit.oak.spi.commit.DefaultValidator
Packages that use DefaultValidator
-
Uses of DefaultValidator in org.apache.jackrabbit.oak.spi.commit
Subclasses of DefaultValidator in org.apache.jackrabbit.oak.spi.commitModifier and TypeClassDescriptionclassMoveValidatorthat does nothing by default and doesn't recurse into subtrees.classValidator that excludes a subtree from the validation process and delegates validation of other changes to another given validator.classValidator that detects changes to a specified subtree and delegates the validation of such changes to another given validator.