public class CommandExecutorImpl extends Object implements CommandExecutor
| Constructor and Description |
|---|
CommandExecutorImpl() |
CommandExecutorImpl(org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration,
List<String> mappingFiles) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
executeCommand(org.camunda.bpm.engine.impl.interceptor.Command<T> command)
Execute the given command and return the result
of the execution
|
public <T> T executeCommand(org.camunda.bpm.engine.impl.interceptor.Command<T> command)
CommandExecutorexecuteCommand in interface CommandExecutorCopyright © 2014–2019 camunda services GmbH. All rights reserved.