Uses of Class
org.eclipse.emf.cdo.common.branch.CDOBranchPointRef
Packages that use 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
Fields in org.eclipse.emf.cdo.common.branch declared as CDOBranchPointRefMethods in org.eclipse.emf.cdo.common.branch that return CDOBranchPointRefModifier and TypeMethodDescriptionCDOBranchPointRef.Provider.getBranchPointRef()
CDOBranchRef.getHeadRef()
CDOBranchRef.getPointRef
(long timeStamp) -
Uses of CDOBranchPointRef in org.eclipse.emf.cdo.etypes.impl
Methods in org.eclipse.emf.cdo.etypes.impl that return CDOBranchPointRefModifier and TypeMethodDescriptionEtypesFactoryImpl.createBranchPointRefFromString
(EDataType eDataType, String initialValue) -
Uses of CDOBranchPointRef in org.eclipse.emf.cdo.etypes.util
Methods in org.eclipse.emf.cdo.etypes.util with parameters of type CDOBranchPointRefModifier and TypeMethodDescriptionboolean
EtypesValidator.validateBranchPointRef
(CDOBranchPointRef branchPointRef, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CDOBranchPointRef in org.eclipse.emf.cdo.explorer.checkouts
Methods in org.eclipse.emf.cdo.explorer.checkouts with parameters of type CDOBranchPointRefModifier and TypeMethodDescriptionvoid
CDOCheckout.setBranchPoint
(CDOBranchPointRef branchPointRef) -
Uses of CDOBranchPointRef in org.eclipse.emf.cdo.lm
Methods in org.eclipse.emf.cdo.lm that return CDOBranchPointRefModifier 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.Methods in org.eclipse.emf.cdo.lm with parameters of type CDOBranchPointRefModifier 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
Methods in org.eclipse.emf.cdo.lm.assembly that return CDOBranchPointRefModifier and TypeMethodDescriptionAssemblyModule.getBranchPoint()
Returns the value of the 'Branch Point' attribute.Methods in org.eclipse.emf.cdo.lm.assembly with parameters of type CDOBranchPointRefModifier 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
Fields in org.eclipse.emf.cdo.lm.assembly.impl declared as CDOBranchPointRefModifier and TypeFieldDescriptionprotected static final CDOBranchPointRef
AssemblyModuleImpl.BRANCH_POINT_EDEFAULT
The default value of the 'Branch Point
' attribute.Methods in org.eclipse.emf.cdo.lm.assembly.impl that return CDOBranchPointRefMethods in org.eclipse.emf.cdo.lm.assembly.impl with parameters of type CDOBranchPointRefModifier and TypeMethodDescriptionvoid
AssemblyModuleImpl.setBranchPoint
(CDOBranchPointRef newBranchPoint) -
Uses of CDOBranchPointRef in org.eclipse.emf.cdo.lm.impl
Fields in org.eclipse.emf.cdo.lm.impl declared as CDOBranchPointRefModifier 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.Methods in org.eclipse.emf.cdo.lm.impl that return CDOBranchPointRefModifier 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()
Methods in org.eclipse.emf.cdo.lm.impl with parameters of type CDOBranchPointRefModifier 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
Methods in org.eclipse.emf.cdo.lm.reviews.impl that return CDOBranchPointRefModifier and TypeMethodDescriptionDeliveryReviewImpl.getBranchPoint()
DropReviewImpl.getBranchPoint()