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

Packages that use CDOBranchManager
org.eclipse.emf.cdo.common.branch Common concepts for dealing with branches. 
org.eclipse.emf.cdo.common.revision Common concepts for dealing with revisions and revision lists. 
org.eclipse.emf.cdo.common.util Common utility classes, some common interfaces and exceptions. 
org.eclipse.emf.cdo.net4j Client concepts for dealing with Net4j-based sessions to remote repositories. 
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.session Client concepts for dealing with sessions to CDO repositories. 
org.eclipse.emf.cdo.spi.common.branch Common service provider interfaces and useful base implementations for dealing with branches. 
 

Uses of CDOBranchManager in org.eclipse.emf.cdo.common.branch
 

Methods in org.eclipse.emf.cdo.common.branch that return CDOBranchManager
 CDOBranchManager CDOBranch.getBranchManager()
          Returns the branch manager that manages this branch, never null.
 CDOBranchManager CDOBranchCreatedEvent.getSource()
           
 

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

Methods in org.eclipse.emf.cdo.common.revision with parameters of type CDOBranchManager
 EClass CDORevisionManager.getObjectType(CDOID id, CDOBranchManager branchManagerForLoadOnDemand)
          Returns the type of an object.
static CDORevisionKey CDORevisionUtil.parseRevisionKey(String source, CDOBranchManager branchManager)
           
 

Uses of CDOBranchManager in org.eclipse.emf.cdo.common.util
 

Methods in org.eclipse.emf.cdo.common.util with parameters of type CDOBranchManager
static CDODataInput CDOCommonUtil.createCDODataInput(ExtendedDataInputStream inputStream, CDOPackageRegistry packageRegistry, CDOBranchManager branchManager, CDOCommitInfoManager commitManager, CDORevisionFactory revisionFactory, CDOListFactory listFactory, CDOLobStore lobStore)
           
 

Uses of CDOBranchManager in org.eclipse.emf.cdo.net4j
 

Methods in org.eclipse.emf.cdo.net4j that return CDOBranchManager
 CDOBranchManager CDONet4jSessionConfiguration.getBranchManager()
           
 

Methods in org.eclipse.emf.cdo.net4j with parameters of type CDOBranchManager
 void CDONet4jSessionConfiguration.setBranchManager(CDOBranchManager branchManager)
           
 

Uses of CDOBranchManager in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server that return CDOBranchManager
 CDOBranchManager IRepository.getBranchManager()
           
 

Uses of CDOBranchManager in org.eclipse.emf.cdo.session
 

Methods in org.eclipse.emf.cdo.session that return CDOBranchManager
 CDOBranchManager CDOSession.getBranchManager()
          Returns the CDO branch manager that manages the branches of the repository of this session.
 

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

Subinterfaces of CDOBranchManager in org.eclipse.emf.cdo.spi.common.branch
 interface InternalCDOBranchManager
           
 



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