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 CommandExecutorCockpit. getCommandExecutor(java.lang.String processEngineName)Returns a configuredCommandExecutorto execute commands to the corresponding process engineCommandExecutorCockpitRuntimeDelegate. getCommandExecutor(java.lang.String processEngineName)Returns a configuredCommandExecutorto 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 CommandExecutorDefaultCockpitRuntimeDelegate. createCommandExecutor(java.lang.String processEngineName)Create command executor for the engine with the given nameCommandExecutorDefaultCockpitRuntimeDelegate. getCommandExecutor(java.lang.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 classCommandExecutorImplConstructors 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 CommandExecutorAbstractCockpitPluginResource. getCommandExecutor()Return aCommandExecutorfor 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 CommandExecutorAbstractCockpitPluginTest. 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 CommandExecutorAbstractEngineAware. getCommandExecutor()Deprecated.Return aCommandExecutorfor the current engine to execute plugin commands.
-