public interface CockpitRuntimeDelegate extends AppRuntimeDelegate<CockpitPlugin>
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. |
PluginRegistry |
getPluginRegistry()
Deprecated.
|
QueryService |
getQueryService(String processEngineName)
Returns a configured
QueryService to execute custom
statements to the corresponding process engine. |
getAppPluginRegistry, getDefaultProcessEngine, getProcessEngine, getProcessEngineNames, getResourceOverrides
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
@Deprecated PluginRegistry getPluginRegistry()
Copyright © 2015. All rights reserved.