Uses of Class
org.eclipse.emf.cdo.common.branch.CDOBranchRef
Packages that use 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
Fields in org.eclipse.emf.cdo.common.branch declared as CDOBranchRefMethods in org.eclipse.emf.cdo.common.branch that return CDOBranchRefModifier and TypeMethodDescriptionCDOBranchRef.getBaseBranchRef()
CDOBranchPointRef.getBranchRef()
CDOBranchRef.Provider.getBranchRef()
Constructors in org.eclipse.emf.cdo.common.branch with parameters of type CDOBranchRef -
Uses of CDOBranchRef in org.eclipse.emf.cdo.etypes.impl
Methods in org.eclipse.emf.cdo.etypes.impl that return CDOBranchRefModifier and TypeMethodDescriptionEtypesFactoryImpl.createBranchRefFromString
(EDataType eDataType, String initialValue) -
Uses of CDOBranchRef in org.eclipse.emf.cdo.etypes.util
Methods in org.eclipse.emf.cdo.etypes.util with parameters of type CDOBranchRefModifier and TypeMethodDescriptionboolean
EtypesValidator.validateBranchRef
(CDOBranchRef branchRef, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CDOBranchRef in org.eclipse.emf.cdo.lm
Methods in org.eclipse.emf.cdo.lm that return CDOBranchRefModifier 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.Methods in org.eclipse.emf.cdo.lm with parameters of type CDOBranchRefModifier 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
Methods in org.eclipse.emf.cdo.lm.client that return CDOBranchRef -
Uses of CDOBranchRef in org.eclipse.emf.cdo.lm.impl
Fields in org.eclipse.emf.cdo.lm.impl declared as CDOBranchRefModifier 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.Methods in org.eclipse.emf.cdo.lm.impl that return CDOBranchRefModifier and TypeMethodDescriptionChangeImpl.getBranch()
abstract CDOBranchRef
FloatingBaselineImpl.getBranch()
StreamImpl.getBranch()
StreamImpl.getDevelopmentBranch()
StreamImpl.getMaintenanceBranch()
Methods in org.eclipse.emf.cdo.lm.impl with parameters of type CDOBranchRefModifier 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
Methods in org.eclipse.emf.cdo.lm.reviews that return CDOBranchRefModifier and TypeMethodDescriptionDeliveryReview.getBranch()
Returns the value of the 'Branch' attribute.Methods in org.eclipse.emf.cdo.lm.reviews with parameters of type CDOBranchRefModifier and TypeMethodDescriptionvoid
DeliveryReview.setBranch
(CDOBranchRef value) Sets the value of the 'Branch
' attribute. -
Uses of CDOBranchRef in org.eclipse.emf.cdo.lm.reviews.impl
Fields in org.eclipse.emf.cdo.lm.reviews.impl declared as CDOBranchRefModifier and TypeFieldDescriptionprotected static final CDOBranchRef
DeliveryReviewImpl.BRANCH_EDEFAULT
The default value of the 'Branch
' attribute.ReviewStatemachine.RebaseToTargetResult.rebaseBranch
Methods in org.eclipse.emf.cdo.lm.reviews.impl that return CDOBranchRefMethods in org.eclipse.emf.cdo.lm.reviews.impl with parameters of type CDOBranchRef -
Uses of CDOBranchRef in org.eclipse.emf.cdo.lm.server
Methods in org.eclipse.emf.cdo.lm.server that return CDOBranchRefModifier and TypeMethodDescriptionstatic CDOBranchRef
AbstractLifecycleManager.getBranch
(CDORevision floatingBaseline) Deprecated.As of 1.4 not used anymore.