public interface ProcessEngineService
The ProcessEngineService provides access to the list of Managed Process Engines.
Users of this class may look up an instance of the service through a lookup strategy appropriate for the platform they are using (Examples: Jndi, OSGi Service Registry ...)
| Modifier and Type | Method and Description | 
|---|---|
| ProcessEngine | getDefaultProcessEngine() | 
| ProcessEngine | getProcessEngine(String name) | 
| Set<String> | getProcessEngineNames() | 
| List<ProcessEngine> | getProcessEngines() | 
ProcessEngine getDefaultProcessEngine()
List<ProcessEngine> getProcessEngines()
ProcessEngines managed by the camunda BPM platform.Set<String> getProcessEngineNames()
ProcessEngines managed by the camunda BPM platform.ProcessEngine getProcessEngine(String name)
ProcessEngine for the given name or null if no such process engine exists.Copyright © 2018. All rights reserved.