Uses of Interface
org.camunda.bpm.cockpit.db.CommandExecutor
Package
Description
-
Uses of CommandExecutor in org.camunda.bpm.cockpit
Modifier and TypeMethodDescriptionstatic CommandExecutor
Cockpit.getCommandExecutor
(String processEngineName) Returns a configuredCommandExecutor
to execute commands to the corresponding process engineCockpitRuntimeDelegate.getCommandExecutor
(String processEngineName) Returns a configuredCommandExecutor
to execute commands to the corresponding process engine. -
Uses of CommandExecutor in org.camunda.bpm.cockpit.impl
Modifier and TypeMethodDescriptionprotected CommandExecutor
DefaultCockpitRuntimeDelegate.createCommandExecutor
(String processEngineName) Create command executor for the engine with the given nameDefaultCockpitRuntimeDelegate.getCommandExecutor
(String processEngineName) -
Uses of CommandExecutor in org.camunda.bpm.cockpit.impl.db
-
Uses of CommandExecutor in org.camunda.bpm.cockpit.plugin.resource
Modifier and TypeMethodDescriptionprotected CommandExecutor
AbstractCockpitPluginResource.getCommandExecutor()
Return aCommandExecutor
for the current engine to execute plugin commands. -
Uses of CommandExecutor in org.camunda.bpm.cockpit.plugin.test
Modifier and TypeMethodDescriptionprotected CommandExecutor
AbstractCockpitPluginTest.getCommandExecutor()
-
Uses of CommandExecutor in org.camunda.bpm.cockpit.service
Modifier and TypeMethodDescriptionprotected CommandExecutor
AbstractEngineAware.getCommandExecutor()
Deprecated.Return aCommandExecutor
for the current engine to execute plugin commands.