Uses of Interface
org.camunda.bpm.webapp.db.CommandExecutor
Packages that use CommandExecutor
Package
Description
-
Uses of CommandExecutor in org.camunda.bpm.admin.impl
Fields in org.camunda.bpm.admin.impl with type parameters of type CommandExecutorModifier and TypeFieldDescriptionprotected final Map<String,
CommandExecutor> DefaultAdminRuntimeDelegate.commandExecutors
Methods in org.camunda.bpm.admin.impl that return CommandExecutorModifier and TypeMethodDescriptionprotected CommandExecutor
DefaultAdminRuntimeDelegate.createCommandExecutor
(String processEngineName) Create command executor for the engine with the given nameDefaultAdminRuntimeDelegate.getCommandExecutor
(String processEngineName) -
Uses of CommandExecutor in org.camunda.bpm.cockpit.db
Subinterfaces of CommandExecutor in org.camunda.bpm.cockpit.db -
Uses of CommandExecutor in org.camunda.bpm.cockpit.impl.db
Classes in org.camunda.bpm.cockpit.impl.db that implement CommandExecutor -
Uses of CommandExecutor in org.camunda.bpm.webapp.impl.db
Classes in org.camunda.bpm.webapp.impl.db that implement CommandExecutorConstructors in org.camunda.bpm.webapp.impl.db with parameters of type CommandExecutor