Package org.camunda.bpm.cockpit.impl.db
Class CommandExecutorImpl
- java.lang.Object
-
- org.camunda.bpm.cockpit.impl.db.CommandExecutorImpl
-
- All Implemented Interfaces:
CommandExecutor
public class CommandExecutorImpl extends Object implements CommandExecutor
- Author:
- drobisch, nico.rehwaldt
-
-
Constructor Summary
Constructors Constructor Description CommandExecutorImpl()
CommandExecutorImpl(ProcessEngineConfigurationImpl processEngineConfiguration, List<String> mappingFiles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
executeCommand(Command<T> command)
Execute the given command and return the result of the execution
-
-
-
Constructor Detail
-
CommandExecutorImpl
public CommandExecutorImpl()
-
CommandExecutorImpl
public CommandExecutorImpl(ProcessEngineConfigurationImpl processEngineConfiguration, List<String> mappingFiles)
-
-
Method Detail
-
executeCommand
public <T> T executeCommand(Command<T> command)
Description copied from interface:CommandExecutor
Execute the given command and return the result of the execution- Specified by:
executeCommand
in interfaceCommandExecutor
- Returns:
-
-