Uses of Interface
org.eclipse.emf.cdo.common.branch.CDOBranchPointRange
Package
Description
Common concepts for dealing with commits and change sets.
Common concepts for dealing with revisions and revision lists.
Common service provider interfaces and useful base implementations for dealing with branches.
Common service provider interfaces and useful base implementations for dealing with revisions and deltas.
Client utility classes, some common interfaces and exceptions.
Client service provider interfaces and useful base implementations.
-
Uses of CDOBranchPointRange in org.eclipse.emf.cdo.common.commit
Modifier and TypeInterfaceDescriptioninterface
Thechange set data
between twobranch points
with a common ancestor. -
Uses of CDOBranchPointRange in org.eclipse.emf.cdo.common.revision
Modifier and TypeMethodDescriptionCDORevisionManager.getObjectLifetime
(CDOID id, CDOBranchPoint branchPoint) -
Uses of CDOBranchPointRange in org.eclipse.emf.cdo.spi.common.branch
Modifier and TypeMethodDescriptionstatic CDOBranchPointRange
CDOBranchUtil.createRange
(CDOBranchPoint startPoint, CDOBranchPoint endPoint) static CDOBranchPointRange
CDOBranchUtil.readRange
(CDODataInput in) static CDOBranchPointRange
CDOBranchUtil.readRangeOrNull
(CDODataInput in) Modifier and TypeMethodDescriptionstatic void
CDOBranchUtil.writeRange
(CDODataOutput out, CDOBranchPointRange range) static void
CDOBranchUtil.writeRangeOrNull
(CDODataOutput out, CDOBranchPointRange range) -
Uses of CDOBranchPointRange in org.eclipse.emf.cdo.spi.common.revision
Modifier and TypeMethodDescriptionDelegatingCDORevisionManager.getObjectLifetime
(CDOID id, CDOBranchPoint branchPoint) InternalCDORevisionManager.RevisionLoader2.loadObjectLifetime
(CDOID id, CDOBranchPoint branchPoint) -
Uses of CDOBranchPointRange in org.eclipse.emf.cdo.util
Modifier and TypeMethodDescriptionstatic CDOBranchPointRange
CDOUtil.getLifetime
(CDOObject object) -
Uses of CDOBranchPointRange in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionCDOSessionProtocol.loadChangeSets
(CDOBranchPointRange... ranges)