| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.commit | |
| org.apache.jackrabbit.oak.spi.state |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMoveValidator
MoveValidator that does nothing by default and doesn't recurse into subtrees. |
| Modifier and Type | Method and Description |
|---|---|
MoveValidator |
DefaultMoveValidator.childNodeAdded(String name,
NodeState after) |
MoveValidator |
DefaultMoveValidator.childNodeChanged(String name,
NodeState before,
NodeState after) |
MoveValidator |
DefaultMoveValidator.childNodeDeleted(String name,
NodeState before) |
| Modifier and Type | Method and Description |
|---|---|
@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) |
| Constructor and Description |
|---|
MoveDetector(MoveValidator moveValidator) |
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.