| Package | Description | 
|---|---|
| org.apache.jackrabbit.jcr2spi.state | 
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | ItemState.SimpleMergeResultA SimpleMergeResult is just a holder for a modification status. | 
| Modifier and Type | Method and Description | 
|---|---|
| ItemState.MergeResult | PropertyState. merge(ItemState another,
     boolean keepChanges)If  keepChangesis 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–2024 The Apache Software Foundation. All rights reserved.