Uses of Interface
org.eclipse.emf.cdo.common.branch.CDOBranchPointRange
Packages that use 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
Subinterfaces of CDOBranchPointRange in org.eclipse.emf.cdo.common.commitModifier and TypeInterfaceDescriptioninterface
Thechange set data
between twobranch points
with a common ancestor. -
Uses of CDOBranchPointRange in org.eclipse.emf.cdo.common.revision
Methods in org.eclipse.emf.cdo.common.revision that return CDOBranchPointRangeModifier and TypeMethodDescriptionCDORevisionManager.getObjectLifetime
(CDOID id, CDOBranchPoint branchPoint) -
Uses of CDOBranchPointRange in org.eclipse.emf.cdo.spi.common.branch
Methods in org.eclipse.emf.cdo.spi.common.branch that return CDOBranchPointRangeModifier and TypeMethodDescriptionstatic CDOBranchPointRange
CDOBranchUtil.createRange
(CDOBranchPoint startPoint, CDOBranchPoint endPoint) static CDOBranchPointRange
CDOBranchUtil.readRange
(CDODataInput in) static CDOBranchPointRange
CDOBranchUtil.readRangeOrNull
(CDODataInput in) Methods in org.eclipse.emf.cdo.spi.common.branch with parameters of type CDOBranchPointRangeModifier 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
Methods in org.eclipse.emf.cdo.spi.common.revision that return CDOBranchPointRangeModifier and TypeMethodDescriptionDelegatingCDORevisionManager.getObjectLifetime
(CDOID id, CDOBranchPoint branchPoint) InternalCDORevisionManager.RevisionLoader2.loadObjectLifetime
(CDOID id, CDOBranchPoint branchPoint) -
Uses of CDOBranchPointRange in org.eclipse.emf.cdo.util
Methods in org.eclipse.emf.cdo.util that return CDOBranchPointRangeModifier and TypeMethodDescriptionstatic CDOBranchPointRange
CDOUtil.getLifetime
(CDOObject object) -
Uses of CDOBranchPointRange in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo with parameters of type CDOBranchPointRangeModifier and TypeMethodDescriptionCDOSessionProtocol.loadChangeSets
(CDOBranchPointRange... ranges)