Class ProcessApplicationContextInterceptor
- java.lang.Object
-
- org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
-
- org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor
-
- All Implemented Interfaces:
CommandExecutor
public class ProcessApplicationContextInterceptor extends CommandInterceptor
- Author:
- Thorben Lindhauer
-
-
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 ProcessApplicationContextInterceptor(ProcessEngineConfigurationImpl processEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
execute(Command<T> command)
protected ProcessApplicationReference
getPaReference(ProcessApplicationIdentifier processApplicationIdentifier)
-
Methods inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
getNext, setNext
-
-
-
-
Field Detail
-
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
-
-
Constructor Detail
-
ProcessApplicationContextInterceptor
public ProcessApplicationContextInterceptor(ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Detail
-
execute
public <T> T execute(Command<T> command)
-
getPaReference
protected ProcessApplicationReference getPaReference(ProcessApplicationIdentifier processApplicationIdentifier)
-
-