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 SummaryFields Modifier and Type Field Description protected ProcessEngineConfigurationImplprocessEngineConfiguration- 
Fields inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptornext
 
- 
 - 
Constructor SummaryConstructors Constructor Description ProcessApplicationContextInterceptor(ProcessEngineConfigurationImpl processEngineConfiguration)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Texecute(Command<T> command)protected ProcessApplicationReferencegetPaReference(ProcessApplicationIdentifier processApplicationIdentifier)- 
Methods inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptorgetNext, setNext
 
- 
 
- 
- 
- 
Field Detail- 
processEngineConfigurationprotected ProcessEngineConfigurationImpl processEngineConfiguration 
 
- 
 - 
Constructor Detail- 
ProcessApplicationContextInterceptorpublic ProcessApplicationContextInterceptor(ProcessEngineConfigurationImpl processEngineConfiguration) 
 
- 
 - 
Method Detail- 
executepublic <T> T execute(Command<T> command) 
 - 
getPaReferenceprotected ProcessApplicationReference getPaReference(ProcessApplicationIdentifier processApplicationIdentifier) 
 
- 
 
-