Uses of Interface
org.eclipse.emf.cdo.lm.Process
Packages that use 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
Methods in org.eclipse.emf.cdo.lm that return ProcessModifier 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.Methods in org.eclipse.emf.cdo.lm with parameters of type ProcessModifier 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
Classes in org.eclipse.emf.cdo.lm.impl that implement ProcessModifier and TypeClassDescriptionclass
An implementation of the model object 'Process'.Methods in org.eclipse.emf.cdo.lm.impl that return ProcessModifier and TypeMethodDescriptionLMFactoryImpl.createProcess()
DropTypeImpl.getProcess()
ModuleTypeImpl.getProcess()
ProcessElementImpl.getProcess()
SystemImpl.getProcess()
Methods in org.eclipse.emf.cdo.lm.impl with parameters of type ProcessModifier 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
Methods in org.eclipse.emf.cdo.lm.server that return types with arguments of type ProcessModifier and TypeMethodDescriptionLMAppExtension.createProcessInitializater
(Element lmElement) AbstractLifecycleManager.getProcessInitializer()
Methods in org.eclipse.emf.cdo.lm.server with parameters of type ProcessModifier and TypeMethodDescriptionprotected void
AbstractLifecycleManager.initProcess
(Process process) Method parameters in org.eclipse.emf.cdo.lm.server with type arguments of type ProcessModifier and TypeMethodDescriptionvoid
AbstractLifecycleManager.setProcessInitializer
(Consumer<Process> processInitializer) -
Uses of Process in org.eclipse.emf.cdo.lm.util
Methods in org.eclipse.emf.cdo.lm.util with parameters of type ProcessModifier and TypeMethodDescriptionLMSwitch.caseProcess
(Process object) Returns the result of interpreting the object as an instance of 'Process'.