Uses of Interface
org.camunda.bpm.cockpit.db.CommandExecutor
Packages that use CommandExecutor
Package
Description
-
Uses of CommandExecutor in org.camunda.bpm.cockpit
Methods in org.camunda.bpm.cockpit that return CommandExecutorModifier 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
Methods in org.camunda.bpm.cockpit.impl that return CommandExecutorModifier 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
Classes in org.camunda.bpm.cockpit.impl.db that implement CommandExecutorConstructors in org.camunda.bpm.cockpit.impl.db with parameters of type CommandExecutor -
Uses of CommandExecutor in org.camunda.bpm.cockpit.plugin.resource
Methods in org.camunda.bpm.cockpit.plugin.resource that return CommandExecutorModifier 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
Methods in org.camunda.bpm.cockpit.plugin.test that return CommandExecutorModifier and TypeMethodDescriptionprotected CommandExecutor
AbstractCockpitPluginTest.getCommandExecutor()
-
Uses of CommandExecutor in org.camunda.bpm.cockpit.service
Methods in org.camunda.bpm.cockpit.service that return CommandExecutorModifier and TypeMethodDescriptionprotected CommandExecutor
AbstractEngineAware.getCommandExecutor()
Deprecated.Return aCommandExecutor
for the current engine to execute plugin commands.