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 TypeClassDescriptionclass
MoveValidator
that 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 MoveValidator
MoveValidator.childNodeAdded
(String name, NodeState after) @Nullable MoveValidator
MoveValidator.childNodeChanged
(String name, NodeState before, NodeState after) @Nullable MoveValidator
MoveValidator.childNodeDeleted
(String name, NodeState before) Constructors in org.apache.jackrabbit.oak.spi.state with parameters of type MoveValidator