Package org.eclipse.emf.cdo.transaction
Interface CDOUndoDetector
public interface CDOUndoDetector
A strategy used to detect whether the feature of an
object
has the original (clean) value after a number of modifications.- Since:
- 4.3
- Author:
- Eike Stepper
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CDOUndoDetector
static final CDOUndoDetector
static final CDOUndoDetector
-
Method Summary
Modifier and TypeMethodDescriptionboolean
detectUndo
(CDOTransaction transaction, CDORevision cleanRevision, CDORevision currentRevision, CDOFeatureDelta featureDelta)
-
Field Details
-
NO_FEATURES
-
SINGLE_VALUED_FEATURES
-
ALL_FEATURES
-
-
Method Details
-
detectUndo
boolean detectUndo(CDOTransaction transaction, CDORevision cleanRevision, CDORevision currentRevision, CDOFeatureDelta featureDelta)
-