Package org.camunda.bpm.cockpit.impl.db
Class CommandExecutorImpl
java.lang.Object
org.camunda.bpm.webapp.impl.db.CommandExecutorImpl
org.camunda.bpm.cockpit.impl.db.CommandExecutorImpl
- All Implemented Interfaces:
CommandExecutor
,CommandExecutor
- Author:
- drobisch, nico.rehwaldt
-
Constructor Summary
ConstructorDescriptionCommandExecutorImpl
(ProcessEngineConfigurationImpl processEngineConfiguration, List<String> mappingFiles) -
Method Summary
Methods inherited from class org.camunda.bpm.webapp.impl.db.CommandExecutorImpl
executeCommand
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.webapp.db.CommandExecutor
executeCommand
-
Constructor Details
-
CommandExecutorImpl
public CommandExecutorImpl(ProcessEngineConfigurationImpl processEngineConfiguration, List<String> mappingFiles)
-