Uses of Interface
org.eclipse.emf.cdo.lm.Baseline
Packages that use Baseline
Package
Description
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.
The generated EMF utilities of the CDO Lifecycle Management model.
-
Uses of Baseline in org.eclipse.emf.cdo.lm
Subinterfaces of Baseline in org.eclipse.emf.cdo.lmModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Change'.interface
A representation of the model object 'Delivery'.interface
A representation of the model object 'Drop'.interface
A representation of the model object 'Fixed Baseline'.interface
A representation of the model object 'Floating Baseline'.interface
A representation of the model object 'Stream'.Methods in org.eclipse.emf.cdo.lm that return BaselineMethods in org.eclipse.emf.cdo.lm that return types with arguments of type BaselineModifier and TypeMethodDescriptionModule.getAllBaselines()
System.getAllBaselines()
Stream.getContents()
Returns the value of the 'Contents' containment reference list.Methods in org.eclipse.emf.cdo.lm with parameters of type BaselineMethod parameters in org.eclipse.emf.cdo.lm with type arguments of type BaselineModifier and TypeMethodDescriptionvoid
Module.forEachBaseline
(Consumer<Baseline> consumer) boolean
Module.forEachBaseline
(Predicate<Baseline> predicate) void
Stream.forEachBaseline
(Consumer<Baseline> consumer) boolean
Stream.forEachBaseline
(Predicate<Baseline> predicate) void
System.forEachBaseline
(Consumer<Baseline> consumer) boolean
System.forEachBaseline
(Predicate<Baseline> predicate) -
Uses of Baseline in org.eclipse.emf.cdo.lm.client
Methods in org.eclipse.emf.cdo.lm.client that return BaselineModifier and TypeMethodDescriptionIAssemblyDescriptor.getBaseline()
IAssemblyDescriptor.getBaseline
(AssemblyModule module) ISystemManager.BaselineCreatedEvent.getNewBaseline()
Methods in org.eclipse.emf.cdo.lm.client with parameters of type BaselineModifier and TypeMethodDescriptionIAssemblyManager.createDescriptor
(String label, Baseline baseline, IProgressMonitor monitor) ISystemDescriptor.createModuleResourceSet
(Baseline baseline) ISystemDescriptor.extractModuleDefinition
(Baseline baseline) IAssemblyManager.getDescriptors
(Baseline baseline) ISystemDescriptor.resolve
(ModuleDefinition rootDefinition, Baseline baseline, IProgressMonitor monitor) -
Uses of Baseline in org.eclipse.emf.cdo.lm.impl
Subinterfaces of Baseline in org.eclipse.emf.cdo.lm.implClasses in org.eclipse.emf.cdo.lm.impl that implement BaselineModifier and TypeClassDescriptionclass
An implementation of the model object 'Baseline'.class
An implementation of the model object 'Change'.class
An implementation of the model object 'Delivery'.class
An implementation of the model object 'Drop'.class
An implementation of the model object 'Fixed Baseline'.class
An implementation of the model object 'Floating Baseline'.class
An implementation of the model object 'Stream'.Methods in org.eclipse.emf.cdo.lm.impl that return BaselineMethods in org.eclipse.emf.cdo.lm.impl that return types with arguments of type BaselineModifier and TypeMethodDescriptionModuleImpl.getAllBaselines()
SystemImpl.getAllBaselines()
StreamImpl.getContents()
Methods in org.eclipse.emf.cdo.lm.impl with parameters of type BaselineMethod parameters in org.eclipse.emf.cdo.lm.impl with type arguments of type BaselineModifier and TypeMethodDescriptionvoid
ModuleImpl.forEachBaseline
(Consumer<Baseline> consumer) boolean
ModuleImpl.forEachBaseline
(Predicate<Baseline> predicate) void
StreamImpl.forEachBaseline
(Consumer<Baseline> consumer) boolean
StreamImpl.forEachBaseline
(Predicate<Baseline> predicate) void
SystemImpl.forEachBaseline
(Consumer<Baseline> consumer) boolean
SystemImpl.forEachBaseline
(Predicate<Baseline> predicate) -
Uses of Baseline in org.eclipse.emf.cdo.lm.reviews
Subinterfaces of Baseline in org.eclipse.emf.cdo.lm.reviewsModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Delivery Review'.interface
A representation of the model object 'Drop Review'.interface
A representation of the model object 'Review'. -
Uses of Baseline in org.eclipse.emf.cdo.lm.reviews.impl
Classes in org.eclipse.emf.cdo.lm.reviews.impl that implement BaselineModifier and TypeClassDescriptionclass
An implementation of the model object 'Delivery Review'.class
An implementation of the model object 'Drop Review'.class
An implementation of the model object 'Review'. -
Uses of Baseline in org.eclipse.emf.cdo.lm.reviews.util
Methods in org.eclipse.emf.cdo.lm.reviews.util with parameters of type BaselineModifier and TypeMethodDescriptionReviewsSwitch.caseBaseline
(Baseline object) Returns the result of interpreting the object as an instance of 'Baseline'. -
Uses of Baseline in org.eclipse.emf.cdo.lm.util
Methods in org.eclipse.emf.cdo.lm.util that return BaselineMethods in org.eclipse.emf.cdo.lm.util with parameters of type BaselineModifier and TypeMethodDescriptionLMSwitch.caseBaseline
(Baseline object) Returns the result of interpreting the object as an instance of 'Baseline'.void
LMMerger2.LMMergeInfos.setSourceBaseline
(Baseline sourceBaseline)