public interface ProcessEngineProvider
Modifier and Type | Method and Description |
---|---|
ProcessEngine |
getDefaultProcessEngine()
Provides the default engine.
|
ProcessEngine |
getProcessEngine(String name)
Provides the engine with the given name.
|
Set<String> |
getProcessEngineNames()
Returns the name of all known process engines.
|
ProcessEngine getDefaultProcessEngine()
ProcessEngine getProcessEngine(String name)
Copyright © 2015. All rights reserved.