Class CommandExecutorImpl
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
- 
- org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl
 
 
- 
- All Implemented Interfaces:
- CommandExecutor
 
 public class CommandExecutorImpl extends CommandInterceptor - Author:
- Tom Baeyens
 
- 
- 
Field Summary- 
Fields inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptornext
 
- 
 - 
Constructor SummaryConstructors Constructor Description CommandExecutorImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Texecute(Command<T> command)- 
Methods inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptorgetNext, setNext
 
- 
 
- 
- 
- 
Method Detail- 
executepublic <T> T execute(Command<T> command) 
 
- 
 
-