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