Uses of Interface
org.apache.jackrabbit.oak.spi.state.MoveValidator
Packages that use MoveValidator
-
Uses of MoveValidator in org.apache.jackrabbit.oak.spi.commit
Classes in org.apache.jackrabbit.oak.spi.commit that implement MoveValidatorModifier and TypeClassDescriptionclassMoveValidatorthat does nothing by default and doesn't recurse into subtrees.Methods in org.apache.jackrabbit.oak.spi.commit that return MoveValidatorModifier and TypeMethodDescriptionDefaultMoveValidator.childNodeAdded(String name, NodeState after) DefaultMoveValidator.childNodeChanged(String name, NodeState before, NodeState after) DefaultMoveValidator.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 MoveValidatorModifier and TypeMethodDescription@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