public class CommandExecutorImpl extends Object implements CommandExecutor
| Constructor and Description | 
|---|
| CommandExecutorImpl() | 
| CommandExecutorImpl(ProcessEngineConfigurationImpl processEngineConfiguration,
                   List<String> mappingFiles) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | executeCommand(Command<T> command)Execute the given command and return the result
 of the execution | 
public CommandExecutorImpl()
public CommandExecutorImpl(ProcessEngineConfigurationImpl processEngineConfiguration, List<String> mappingFiles)
public <T> T executeCommand(Command<T> command)
CommandExecutorexecuteCommand in interface CommandExecutorCopyright © 2018. All rights reserved.