Package org.camunda.bpm.cockpit
Interface CockpitRuntimeDelegate
- All Superinterfaces:
AppRuntimeDelegate<CockpitPlugin>
- All Known Implementing Classes:
DefaultCockpitRuntimeDelegate
The CockpitRuntimeDelegate
is a delegate to provide
the camunda cockpit plugin service.
- Author:
- roman.smirnov
-
Method Summary
Modifier and TypeMethodDescriptiongetCommandExecutor
(String processEngineName) Returns a configuredCommandExecutor
to execute commands to the corresponding process engine.Deprecated.getQueryService
(String processEngineName) Returns a configuredQueryService
to execute custom statements to the corresponding process engine.Methods inherited from interface org.camunda.bpm.webapp.AppRuntimeDelegate
getAppPluginRegistry, getDefaultProcessEngine, getProcessEngine, getProcessEngineNames, getResourceOverrides
-
Method Details
-
getQueryService
Returns a configuredQueryService
to execute custom statements to the corresponding process engine.- Parameters:
processEngineName
-- Returns:
- a
QueryService
-
getCommandExecutor
Returns a configuredCommandExecutor
to execute commands to the corresponding process engine.- Parameters:
processEngineName
-- Returns:
- a
CommandExecutor
-
getPluginRegistry
Deprecated.A registry that provides access to the plugins registered in the application.- Returns:
-