Interface CDOChangeSet
- 
- All Superinterfaces:
- CDOBranchPointRange,- CDOChangeKindProvider,- CDOChangeSetData
 
 public interface CDOChangeSet extends CDOBranchPointRange, CDOChangeSetData Thechange set databetween twobranch pointswith a common ancestor.- Since:
- 3.0
- Author:
- Eike Stepper
- 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDOBranchPointgetAncestorPoint()- 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointRangegetEndPoint, getStartPoint
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeKindProvidergetChangeKind
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeSetDatacopy, forEachRevision, forEachRevisionDelta, getAffectedIDs, getChangedObjects, getChangeKinds, getDetachedObjects, getNewObjects, isEmpty, merge
 
- 
 
- 
- 
- 
Method Detail- 
getAncestorPointCDOBranchPoint getAncestorPoint() 
 
- 
 
-