public interface CockpitRuntimeDelegate
The CockpitRuntimeDelegate
is a delegate to provide
the camunda cockpit plugin service.
Modifier and Type | Method and Description |
---|---|
CommandExecutor |
getCommandExecutor(String processEngineName)
Returns a configured
CommandExecutor to execute
commands to the corresponding process engine. |
ProcessEngine |
getDefaultProcessEngine()
Returns the default
ProcessEngine provided by the |
PluginRegistry |
getPluginRegistry()
A registry that provides access to the plugins registered
in the application.
|
ProcessEngine |
getProcessEngine(String processEngineName)
Returns a
ProcessEngine to the assigned
processEngineName |
Set<String> |
getProcessEngineNames()
Returns the list of
ProcessEngine names available to the runtime |
QueryService |
getQueryService(String processEngineName)
Returns a configured
QueryService to execute custom
statements to the corresponding process engine. |
QueryService getQueryService(String processEngineName)
QueryService
to execute custom
statements to the corresponding process engine.processEngineName
- QueryService
CommandExecutor getCommandExecutor(String processEngineName)
CommandExecutor
to execute
commands to the corresponding process engine.processEngineName
- CommandExecutor
ProcessEngine getProcessEngine(String processEngineName)
ProcessEngine
to the assigned
processEngineName
processEngineName
- ProcessEngine
Set<String> getProcessEngineNames()
ProcessEngine
names available to the runtimeProcessEngine getDefaultProcessEngine()
ProcessEngine
provided by thePluginRegistry getPluginRegistry()
Copyright © 2015. All rights reserved.