Uses of Interface
org.eclipse.emf.cdo.common.branch.CDOBranchPointRange

Packages that use CDOBranchPointRange
org.eclipse.emf.cdo.common.commit Common concepts for dealing with commits and change sets. 
org.eclipse.emf.cdo.spi.common.branch Common service provider interfaces and useful base implementations for dealing with branches. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of CDOBranchPointRange in org.eclipse.emf.cdo.common.commit
 

Subinterfaces of CDOBranchPointRange in org.eclipse.emf.cdo.common.commit
 interface CDOChangeSet
          The change set data between two branch points with a common ancestor.
 

Uses of CDOBranchPointRange in org.eclipse.emf.cdo.spi.common.branch
 

Methods in org.eclipse.emf.cdo.spi.common.branch that return CDOBranchPointRange
static CDOBranchPointRange CDOBranchUtil.createRange(CDOBranchPoint startPoint, CDOBranchPoint endPoint)
           
 

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

Methods in org.eclipse.emf.spi.cdo with parameters of type CDOBranchPointRange
 CDOChangeSetData[] CDOSessionProtocol.loadChangeSets(CDOBranchPointRange... ranges)
           
 



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