org.eclipse.emf.cdo.common.commit
Interface CDOChangeSet

All Superinterfaces:
CDOBranchPointRange, CDOChangeKindProvider, CDOChangeSetData

public interface CDOChangeSet
extends CDOBranchPointRange, CDOChangeSetData

The change set data between two branch points with a common ancestor.

Since:
3.0
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Method Summary
 CDOBranchPoint getAncestorPoint()
           
 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointRange
getEndPoint, getStartPoint
 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeSetData
copy, getChangedObjects, getChangeKinds, getDetachedObjects, getNewObjects, isEmpty, merge
 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeKindProvider
getChangeKind
 

Method Detail

getAncestorPoint

CDOBranchPoint getAncestorPoint()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.