Uses of Class
org.eclipse.emf.cdo.common.branch.CDOBranchPointRef
Package
Description
Common concepts for dealing with branches.
The generated EMF implementation of the CDO system data types and native annotations.
The generated EMF utilities of the CDO system data types and native annotations.
Interfaces for working with
checkouts
.The generated EMF API of the CDO Lifecycle Management model.
The generated EMF API of the CDO Lifecycle Management Assembly model.
The generated EMF implementation of the CDO Lifecycle Management Assembly model.
The generated EMF implementation of the CDO Lifecycle Management model.
-
Uses of CDOBranchPointRef in org.eclipse.emf.cdo.common.branch
Modifier and TypeMethodDescriptionCDOBranchPointRef.Provider.getBranchPointRef()
CDOBranchRef.getHeadRef()
CDOBranchRef.getPointRef
(long timeStamp) -
Uses of CDOBranchPointRef in org.eclipse.emf.cdo.etypes.impl
Modifier and TypeMethodDescriptionEtypesFactoryImpl.createBranchPointRefFromString
(EDataType eDataType, String initialValue) -
Uses of CDOBranchPointRef in org.eclipse.emf.cdo.etypes.util
Modifier and TypeMethodDescriptionboolean
EtypesValidator.validateBranchPointRef
(CDOBranchPointRef branchPointRef, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CDOBranchPointRef in org.eclipse.emf.cdo.explorer.checkouts
Modifier and TypeMethodDescriptionvoid
CDOCheckout.setBranchPoint
(CDOBranchPointRef branchPointRef) -
Uses of CDOBranchPointRef in org.eclipse.emf.cdo.lm
Modifier and TypeMethodDescriptionBaseline.getBranchPoint()
Drop.getBranchPoint()
Returns the value of the 'Branch Point' attribute.Stream.getBranchPoint
(long timeStamp) Delivery.getMergeSource()
Returns the value of the 'Merge Source' attribute.Delivery.getMergeTarget()
Returns the value of the 'Merge Target' attribute.Modifier and TypeMethodDescriptionvoid
Drop.setBranchPoint
(CDOBranchPointRef value) Sets the value of the 'Branch Point
' attribute.void
Delivery.setMergeSource
(CDOBranchPointRef value) Sets the value of the 'Merge Source
' attribute.void
Delivery.setMergeTarget
(CDOBranchPointRef value) Sets the value of the 'Merge Target
' attribute. -
Uses of CDOBranchPointRef in org.eclipse.emf.cdo.lm.assembly
Modifier and TypeMethodDescriptionAssemblyModule.getBranchPoint()
Returns the value of the 'Branch Point' attribute.Modifier and TypeMethodDescriptionvoid
AssemblyModule.setBranchPoint
(CDOBranchPointRef value) Sets the value of the 'Branch Point
' attribute. -
Uses of CDOBranchPointRef in org.eclipse.emf.cdo.lm.assembly.impl
Modifier and TypeFieldDescriptionprotected static final CDOBranchPointRef
AssemblyModuleImpl.BRANCH_POINT_EDEFAULT
The default value of the 'Branch Point
' attribute.Modifier and TypeMethodDescriptionvoid
AssemblyModuleImpl.setBranchPoint
(CDOBranchPointRef newBranchPoint) -
Uses of CDOBranchPointRef in org.eclipse.emf.cdo.lm.impl
Modifier and TypeFieldDescriptionprotected static final CDOBranchPointRef
DropImpl.BRANCH_POINT_EDEFAULT
The default value of the 'Branch Point
' attribute.protected static final CDOBranchPointRef
DeliveryImpl.MERGE_SOURCE_EDEFAULT
The default value of the 'Merge Source
' attribute.protected static final CDOBranchPointRef
DeliveryImpl.MERGE_TARGET_EDEFAULT
The default value of the 'Merge Target
' attribute.Modifier and TypeMethodDescriptionabstract CDOBranchPointRef
BaselineImpl.getBranchPoint()
DeliveryImpl.getBranchPoint()
DropImpl.getBranchPoint()
abstract CDOBranchPointRef
FixedBaselineImpl.getBranchPoint()
FloatingBaselineImpl.getBranchPoint()
static CDOBranchPointRef
FloatingBaselineImpl.getBranchPoint
(FloatingBaseline floatingBaseline) StreamImpl.getBranchPoint
(long timeStamp) DeliveryImpl.getMergeSource()
DeliveryImpl.getMergeTarget()
Modifier and TypeMethodDescriptionvoid
DropImpl.setBranchPoint
(CDOBranchPointRef newBranchPoint) void
DeliveryImpl.setMergeSource
(CDOBranchPointRef newMergeSource) void
DeliveryImpl.setMergeTarget
(CDOBranchPointRef newMergeTarget) -
Uses of CDOBranchPointRef in org.eclipse.emf.cdo.lm.reviews.impl
Modifier and TypeMethodDescriptionDeliveryReviewImpl.getBranchPoint()
DropReviewImpl.getBranchPoint()