Package org.camunda.bpm.webapp.impl.db
Class CommandExecutorImpl
java.lang.Object
org.camunda.bpm.webapp.impl.db.CommandExecutorImpl
- All Implemented Interfaces:
CommandExecutor
- Direct Known Subclasses:
CommandExecutorImpl
-
Constructor Summary
ConstructorDescriptionCommandExecutorImpl
(ProcessEngineConfigurationImpl processEngineConfiguration, List<String> mappingFiles) -
Method Summary
Modifier and TypeMethodDescription<T> T
executeCommand
(Command<T> command) Execute the given command and return the result of the execution
-
Constructor Details
-
CommandExecutorImpl
public CommandExecutorImpl() -
CommandExecutorImpl
public CommandExecutorImpl(ProcessEngineConfigurationImpl processEngineConfiguration, List<String> mappingFiles)
-
-
Method Details
-
executeCommand
Description copied from interface:CommandExecutor
Execute the given command and return the result of the execution- Specified by:
executeCommand
in interfaceCommandExecutor
-