Uses of Interface
org.camunda.bpm.cockpit.db.CommandExecutor
-
-
Uses of CommandExecutor in org.camunda.bpm.cockpit
Methods in org.camunda.bpm.cockpit that return CommandExecutor Modifier and Type Method Description static CommandExecutor
Cockpit. getCommandExecutor(String processEngineName)
Returns a configuredCommandExecutor
to execute commands to the corresponding process engineCommandExecutor
CockpitRuntimeDelegate. 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 CommandExecutor Modifier and Type Method Description protected CommandExecutor
DefaultCockpitRuntimeDelegate. createCommandExecutor(String processEngineName)
Create command executor for the engine with the given nameCommandExecutor
DefaultCockpitRuntimeDelegate. getCommandExecutor(String processEngineName)
-
Uses of CommandExecutor in org.camunda.bpm.cockpit.impl.db
Classes in org.camunda.bpm.cockpit.impl.db that implement CommandExecutor Modifier and Type Class Description class
CommandExecutorImpl
Constructors in org.camunda.bpm.cockpit.impl.db with parameters of type CommandExecutor Constructor Description QueryServiceImpl(CommandExecutor commandExecutor)
-
Uses of CommandExecutor in org.camunda.bpm.cockpit.plugin.resource
Methods in org.camunda.bpm.cockpit.plugin.resource that return CommandExecutor Modifier and Type Method Description protected 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 CommandExecutor Modifier and Type Method Description protected CommandExecutor
AbstractCockpitPluginTest. getCommandExecutor()
-
Uses of CommandExecutor in org.camunda.bpm.cockpit.service
Methods in org.camunda.bpm.cockpit.service that return CommandExecutor Modifier and Type Method Description protected CommandExecutor
AbstractEngineAware. getCommandExecutor()
Deprecated.Return aCommandExecutor
for the current engine to execute plugin commands.
-