Uses of Interface
org.eclipse.emf.cdo.lm.Change
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 Change in org.eclipse.emf.cdo.lm
Modifier and TypeMethodDescriptionLMFactory.createChange()
Returns a new object of class 'Change'.Delivery.getChange()
Returns the value of the 'Change' reference. -
Uses of Change in org.eclipse.emf.cdo.lm.client
Modifier and TypeMethodDescriptionISystemDescriptor.createChange
(Stream stream, FixedBaseline base, String label, IProgressMonitor monitor) Modifier and TypeMethodDescriptionISystemDescriptor.createDelivery
(Stream stream, Change change, LMMerger merger, IProgressMonitor monitor) void
ISystemDescriptor.deleteChange
(Change change, IProgressMonitor monitor) void
ISystemDescriptor.renameChange
(Change change, String newLabel, IProgressMonitor monitor) -
Uses of Change in org.eclipse.emf.cdo.lm.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Change'.Modifier and TypeMethodDescriptionDeliveryImpl.basicGetChange()
LMFactoryImpl.createChange()
DeliveryImpl.getChange()
Modifier and TypeMethodDescriptionFixedBaselineImpl.getBasedChanges()
FixedBaselineImpl.getBasedChanges
(FixedBaseline fixedBaseline) StreamImpl.getBasedChanges()
Modifier and TypeMethodDescriptionDeliveryImpl.basicSetChange
(Change newChange, NotificationChain msgs) StreamImpl.getDelivery
(Change change) void
-
Uses of Change in org.eclipse.emf.cdo.lm.reviews
Modifier and TypeMethodDescriptionDeliveryReview.getSourceChange()
Returns the value of the 'Source Change' reference.Modifier and TypeMethodDescriptionvoid
DeliveryReview.setSourceChange
(Change value) Sets the value of the 'Source Change
' reference. -
Uses of Change in org.eclipse.emf.cdo.lm.reviews.impl
Modifier and TypeMethodDescriptionvoid
DeliveryReviewImpl.setSourceChange
(Change newSourceChange) -
Uses of Change in org.eclipse.emf.cdo.lm.util
Modifier and TypeMethodDescriptionLMSwitch.caseChange
(Change object) Returns the result of interpreting the object as an instance of 'Change'.