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 |
---|---|
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. |
ItemState.MergeResult |
NodeState.merge(ItemState another,
boolean keepChanges) |
abstract ItemState.MergeResult |
ItemState.merge(ItemState another,
boolean keepChanges)
Merge all data from the given state into this state.
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.