Uses of Interface
org.eclipse.emf.cdo.lm.Drop
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 Drop in org.eclipse.emf.cdo.lm
Modifier and TypeMethodDescriptionLMFactory.createDrop()
Returns a new object of class 'Drop'.Stream.getBase()
Returns the value of the 'Base' reference.Stream.getFirstRelease()
Stream.getLastRelease()
-
Uses of Drop in org.eclipse.emf.cdo.lm.client
Modifier and TypeMethodDescriptionISystemDescriptor.createDrop
(Stream stream, DropType dropType, long timeStamp, String label, IProgressMonitor monitor) LMImporter.DropCreator.createDrop
(ISystemDescriptor systemDescriptor, Stream stream, long timeStamp, IProgressMonitor monitor) Modifier and TypeMethodDescriptionISystemDescriptor.createStream
(Module module, Drop base, StreamSpec streamSpec, IProgressMonitor monitor) -
Uses of Drop in org.eclipse.emf.cdo.lm.impl
Modifier and TypeMethodDescriptionStreamImpl.basicGetBase()
LMFactoryImpl.createDrop()
StreamImpl.getBase()
StreamImpl.getFirstRelease()
StreamImpl.getLastRelease()
-
Uses of Drop in org.eclipse.emf.cdo.lm.util