|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeStore
Storage abstraction for content trees. At any given point in time the stored content tree is rooted at a single immutable node state.
This is a low-level interface that doesn't cover functionality like merging concurrent changes or rejecting new tree states based on some higher-level consistency constraints.
| Method Summary | |
|---|---|
void |
compare(NodeState before,
NodeState after,
NodeStateDiff diff)
Compares the given two node states. |
NodeState |
getRoot()
Returns the latest state of the content tree. |
| Method Detail |
|---|
NodeState getRoot()
void compare(NodeState before,
NodeState after,
NodeStateDiff diff)
before - node state before changesafter - node state after changesdiff - handler of node state differences
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||