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

Packages that use CDOChangeSet
org.eclipse.emf.cdo.common.revision Common concepts for dealing with revisions and revision lists. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of CDOChangeSet in org.eclipse.emf.cdo.common.revision
 

Methods in org.eclipse.emf.cdo.common.revision that return CDOChangeSet
static CDOChangeSet CDORevisionUtil.createChangeSet(CDOBranchPoint startPoint, CDOBranchPoint endPoint, CDOChangeSetData data)
           
 

Uses of CDOChangeSet in org.eclipse.emf.cdo.transaction
 

Methods in org.eclipse.emf.cdo.transaction with parameters of type CDOChangeSet
 CDOChangeSetData CDOMerger.merge(CDOChangeSet target, CDOChangeSet source)
          Calculates the changes between a source change set and a target change set and returns the result relative to their common ancestor.
 

Uses of CDOChangeSet in org.eclipse.emf.spi.cdo
 

Methods in org.eclipse.emf.spi.cdo that return CDOChangeSet
 CDOChangeSet AbstractChangeSetsConflictResolver.getLocalChangeSet()
           
 CDOChangeSet AbstractChangeSetsConflictResolver.getRemoteChangeSet()
           
 

Methods in org.eclipse.emf.spi.cdo with parameters of type CDOChangeSet
 CDOChangeSetData DefaultCDOMerger.merge(CDOChangeSet target, CDOChangeSet source)
           
 



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