Uses of Interface
org.apache.jackrabbit.oak.spi.state.MoveValidator
-
Packages that use MoveValidator Package Description org.apache.jackrabbit.oak.spi.commit org.apache.jackrabbit.oak.spi.state -
-
Uses of MoveValidator in org.apache.jackrabbit.oak.spi.commit
Classes in org.apache.jackrabbit.oak.spi.commit that implement MoveValidator Modifier and Type Class Description classDefaultMoveValidatorMoveValidatorthat does nothing by default and doesn't recurse into subtrees.Methods in org.apache.jackrabbit.oak.spi.commit that return MoveValidator Modifier and Type Method Description MoveValidatorDefaultMoveValidator. childNodeAdded(String name, NodeState after)MoveValidatorDefaultMoveValidator. childNodeChanged(String name, NodeState before, NodeState after)MoveValidatorDefaultMoveValidator. childNodeDeleted(String name, NodeState before) -
Uses of MoveValidator in org.apache.jackrabbit.oak.spi.state
Methods in org.apache.jackrabbit.oak.spi.state that return MoveValidator Modifier and Type Method Description @Nullable MoveValidatorMoveValidator. childNodeAdded(String name, NodeState after)@Nullable MoveValidatorMoveValidator. childNodeChanged(String name, NodeState before, NodeState after)@Nullable MoveValidatorMoveValidator. childNodeDeleted(String name, NodeState before)Constructors in org.apache.jackrabbit.oak.spi.state with parameters of type MoveValidator Constructor Description MoveDetector(MoveValidator moveValidator)
-