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 java.lang.Object implements CommandExecutor
- Author:
 - drobisch, nico.rehwaldt
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CommandExecutorImpl()CommandExecutorImpl(ProcessEngineConfigurationImpl processEngineConfiguration, java.util.List<java.lang.String> mappingFiles) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TexecuteCommand(Command<T> command)Execute the given command and return the result of the execution 
 - 
 
- 
- 
Constructor Detail
- 
CommandExecutorImpl
public CommandExecutorImpl()
 
- 
CommandExecutorImpl
public CommandExecutorImpl(ProcessEngineConfigurationImpl processEngineConfiguration, java.util.List<java.lang.String> mappingFiles)
 
 - 
 
- 
Method Detail
- 
executeCommand
public <T> T executeCommand(Command<T> command)
Description copied from interface:CommandExecutorExecute the given command and return the result of the execution- Specified by:
 executeCommandin interfaceCommandExecutor- Returns:
 
 
 - 
 
 -