|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.jcr2spi.state.ItemState.SimpleMergeResult
protected class ItemState.SimpleMergeResult
A SimpleMergeResult is just a holder for a modification status.
The modified() method just returns the modification status passed
to the constructor.
| Constructor Summary | |
|---|---|
ItemState.SimpleMergeResult(boolean modified)
|
|
| Method Summary | |
|---|---|
void |
dispose()
Dispose this MergeResult and release all internal resources that are not needed any more. |
boolean |
modified()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemState.SimpleMergeResult(boolean modified)
modified - modification status| Method Detail |
|---|
public boolean modified()
modified in interface ItemState.MergeResultItemState.merge(ItemState, boolean)
was modified.public void dispose()
ItemState.MergeResult
dispose in interface ItemState.MergeResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||