Package | Description |
---|---|
org.apache.jackrabbit.jcr2spi.state |
Modifier and Type | Class and Description |
---|---|
protected class |
ItemState.SimpleMergeResult
A SimpleMergeResult is just a holder for a modification status.
|
Modifier and Type | Method and Description |
---|---|
abstract ItemState.MergeResult |
ItemState.merge(ItemState another,
boolean keepChanges)
Merge all data from the given state into this state.
|
ItemState.MergeResult |
NodeState.merge(ItemState another,
boolean keepChanges) |
ItemState.MergeResult |
PropertyState.merge(ItemState another,
boolean keepChanges)
If
keepChanges is true, this method only compares the existing
values with the values from 'another' and returns true, if the underlying
persistent state is different to the stored persistent values. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.