org.apache.jackrabbit.jcr2spi.state
Interface ItemState.MergeResult

All Known Implementing Classes:
ItemState.SimpleMergeResult
Enclosing class:
ItemState

public static interface ItemState.MergeResult

A MergeResult represents the result of a ItemState.merge(ItemState, boolean) operation.


Method Summary
 void dispose()
          Dispose this MergeResult and release all internal resources that are not needed any more.
 boolean modified()
           
 

Method Detail

modified

boolean modified()
Returns:
true iff the target state of ItemState.merge(ItemState, boolean) was modified.

dispose

void dispose()
Dispose this MergeResult and release all internal resources that are not needed any more.



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.