Uses of Interface
org.eclipse.emf.cdo.lm.Process
Package
Description
The generated EMF API of the CDO Lifecycle Management model.
The generated EMF implementation of the CDO Lifecycle Management model.
Server integration of the CDO Lifecycle Management.
The generated EMF utilities of the CDO Lifecycle Management model.
-
Uses of Process in org.eclipse.emf.cdo.lm
Modifier and TypeMethodDescriptionLMFactory.createProcess()
Returns a new object of class 'Process'.DropType.getProcess()
Returns the value of the 'Process' container reference.ModuleType.getProcess()
Returns the value of the 'Process' container reference.ProcessElement.getProcess()
System.getProcess()
Returns the value of the 'Process' containment reference.Modifier and TypeMethodDescriptionvoid
DropType.setProcess
(Process value) Sets the value of the 'Process
' container reference.void
ModuleType.setProcess
(Process value) Sets the value of the 'Process
' container reference.void
System.setProcess
(Process value) Sets the value of the 'Process
' containment reference. -
Uses of Process in org.eclipse.emf.cdo.lm.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Process'.Modifier and TypeMethodDescriptionLMFactoryImpl.createProcess()
DropTypeImpl.getProcess()
ModuleTypeImpl.getProcess()
ProcessElementImpl.getProcess()
SystemImpl.getProcess()
Modifier and TypeMethodDescriptionDropTypeImpl.basicSetProcess
(Process newProcess, NotificationChain msgs) ModuleTypeImpl.basicSetProcess
(Process newProcess, NotificationChain msgs) SystemImpl.basicSetProcess
(Process newProcess, NotificationChain msgs) void
DropTypeImpl.setProcess
(Process newProcess) void
ModuleTypeImpl.setProcess
(Process newProcess) void
SystemImpl.setProcess
(Process newProcess) -
Uses of Process in org.eclipse.emf.cdo.lm.server
Modifier and TypeMethodDescriptionLMAppExtension.createProcessInitializater
(Element lmElement) AbstractLifecycleManager.getProcessInitializer()
Modifier and TypeMethodDescriptionprotected void
AbstractLifecycleManager.initProcess
(Process process) Modifier and TypeMethodDescriptionvoid
AbstractLifecycleManager.setProcessInitializer
(Consumer<Process> processInitializer) -
Uses of Process in org.eclipse.emf.cdo.lm.util
Modifier and TypeMethodDescriptionLMSwitch.caseProcess
(Process object) Returns the result of interpreting the object as an instance of 'Process'.