Uses of Interface
org.eclipse.emf.cdo.common.revision.CDOIDAndBranch

Packages that use CDOIDAndBranch
org.eclipse.emf.cdo.common.id Common concepts for dealing with object and revision IDs. 
org.eclipse.emf.cdo.common.protocol Common concepts for dealing with protocols and CDO-specific I/O. 
org.eclipse.emf.cdo.spi.common.protocol Common base implementations for dealing with I/O of CDO data structures. 
 

Uses of CDOIDAndBranch in org.eclipse.emf.cdo.common.id
 

Methods in org.eclipse.emf.cdo.common.id that return CDOIDAndBranch
static CDOIDAndBranch CDOIDUtil.createIDAndBranch(CDOID id, CDOBranch branch)
           
 

Uses of CDOIDAndBranch in org.eclipse.emf.cdo.common.protocol
 

Methods in org.eclipse.emf.cdo.common.protocol that return CDOIDAndBranch
 CDOIDAndBranch CDODataInput.readCDOIDAndBranch()
           
 

Methods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOIDAndBranch
 void CDODataOutput.writeCDOIDAndBranch(CDOIDAndBranch idAndBranch)
           
 

Uses of CDOIDAndBranch in org.eclipse.emf.cdo.spi.common.protocol
 

Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOIDAndBranch
 CDOIDAndBranch CDODataInputImpl.readCDOIDAndBranch()
           
 

Methods in org.eclipse.emf.cdo.spi.common.protocol with parameters of type CDOIDAndBranch
 void CDODataOutputImpl.writeCDOIDAndBranch(CDOIDAndBranch idAndBranch)
           
 



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