Class CommandCounterInterceptor
- java.lang.Object
-
- org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
-
- org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor
-
- All Implemented Interfaces:
CommandExecutor
public class CommandCounterInterceptor extends CommandInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessEngineConfigurationImpl
processEngineConfiguration
-
Fields inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
next
-
-
Constructor Summary
Constructors Constructor Description CommandCounterInterceptor(ProcessEngineConfigurationImpl processEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
execute(Command<T> command)
protected String
parseLocalClassName(String className)
-
Methods inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
getNext, setNext
-
-
-
-
Field Detail
-
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
-
-
Constructor Detail
-
CommandCounterInterceptor
public CommandCounterInterceptor(ProcessEngineConfigurationImpl processEngineConfiguration)
-
-