Uses of Class
org.eclipse.emf.cdo.common.branch.CDOBranchRef
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.
The generated EMF API of the CDO Lifecycle Management model.
Client concepts for dealing with CDO Lifecycle Management systems and assemblies.
The generated EMF implementation of the CDO Lifecycle Management model.
Server integration of the CDO Lifecycle Management.
-
Uses of CDOBranchRef in org.eclipse.emf.cdo.common.branch
Modifier and TypeMethodDescriptionCDOBranchRef.getBaseBranchRef()
CDOBranchPointRef.getBranchRef()
CDOBranchRef.Provider.getBranchRef()
-
Uses of CDOBranchRef in org.eclipse.emf.cdo.etypes.impl
Modifier and TypeMethodDescriptionEtypesFactoryImpl.createBranchRefFromString
(EDataType eDataType, String initialValue) -
Uses of CDOBranchRef in org.eclipse.emf.cdo.etypes.util
Modifier and TypeMethodDescriptionboolean
EtypesValidator.validateBranchRef
(CDOBranchRef branchRef, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CDOBranchRef in org.eclipse.emf.cdo.lm
Modifier and TypeMethodDescriptionChange.getBranch()
Returns the value of the 'Branch' attribute.FloatingBaseline.getBranch()
Stream.getDevelopmentBranch()
Returns the value of the 'Development Branch' attribute.Stream.getMaintenanceBranch()
Returns the value of the 'Maintenance Branch' attribute.Modifier and TypeMethodDescriptionvoid
Change.setBranch
(CDOBranchRef value) Sets the value of the 'Branch
' attribute.void
Stream.setDevelopmentBranch
(CDOBranchRef value) Sets the value of the 'Development Branch
' attribute.void
Stream.setMaintenanceBranch
(CDOBranchRef value) Sets the value of the 'Maintenance Branch
' attribute. -
Uses of CDOBranchRef in org.eclipse.emf.cdo.lm.client
-
Uses of CDOBranchRef in org.eclipse.emf.cdo.lm.impl
Modifier and TypeFieldDescriptionprotected static final CDOBranchRef
ChangeImpl.BRANCH_EDEFAULT
The default value of the 'Branch
' attribute.protected static final CDOBranchRef
StreamImpl.DEVELOPMENT_BRANCH_EDEFAULT
The default value of the 'Development Branch
' attribute.protected static final CDOBranchRef
StreamImpl.MAINTENANCE_BRANCH_EDEFAULT
The default value of the 'Maintenance Branch
' attribute.Modifier and TypeMethodDescriptionChangeImpl.getBranch()
abstract CDOBranchRef
FloatingBaselineImpl.getBranch()
StreamImpl.getBranch()
StreamImpl.getDevelopmentBranch()
StreamImpl.getMaintenanceBranch()
Modifier and TypeMethodDescriptionvoid
ChangeImpl.setBranch
(CDOBranchRef newBranch) void
StreamImpl.setDevelopmentBranch
(CDOBranchRef newDevelopmentBranch) void
StreamImpl.setMaintenanceBranch
(CDOBranchRef newMaintenanceBranch) -
Uses of CDOBranchRef in org.eclipse.emf.cdo.lm.reviews
Modifier and TypeMethodDescriptionDeliveryReview.getBranch()
Returns the value of the 'Branch' attribute.Modifier and TypeMethodDescriptionvoid
DeliveryReview.setBranch
(CDOBranchRef value) Sets the value of the 'Branch
' attribute. -
Uses of CDOBranchRef in org.eclipse.emf.cdo.lm.reviews.impl
Modifier and TypeFieldDescriptionprotected static final CDOBranchRef
DeliveryReviewImpl.BRANCH_EDEFAULT
The default value of the 'Branch
' attribute.ReviewStatemachine.RebaseToTargetResult.rebaseBranch
-
Uses of CDOBranchRef in org.eclipse.emf.cdo.lm.server
Modifier and TypeMethodDescriptionstatic CDOBranchRef
AbstractLifecycleManager.getBranch
(CDORevision floatingBaseline) Deprecated.As of 1.4 not used anymore.