Uses of Interface
org.eclipse.emf.cdo.lm.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
Modifier 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'.Modifier and TypeMethodDescriptionModule.getAllBaselines()
System.getAllBaselines()
Stream.getContents()
Returns the value of the 'Contents' containment reference list.Modifier 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
Modifier and TypeMethodDescriptionIAssemblyDescriptor.getBaseline()
IAssemblyDescriptor.getBaseline
(AssemblyModule module) ISystemManager.BaselineCreatedEvent.getNewBaseline()
Modifier 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
Modifier 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'.Modifier and TypeMethodDescriptionModuleImpl.getAllBaselines()
SystemImpl.getAllBaselines()
StreamImpl.getContents()
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionLMSwitch.caseBaseline
(Baseline object) Returns the result of interpreting the object as an instance of 'Baseline'.void
LMMerger2.LMMergeInfos.setSourceBaseline
(Baseline sourceBaseline)