org.camunda.bpm.engine.impl.interceptor
Class ProcessApplicationContextInterceptor

java.lang.Object
  extended by org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
      extended by org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor
All Implemented Interfaces:
CommandExecutor

public class ProcessApplicationContextInterceptor
extends CommandInterceptor

Author:
Thorben Lindhauer

Field Summary
protected  ProcessEngineConfigurationImpl processEngineConfiguration
           
 
Fields inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
next
 
Constructor Summary
ProcessApplicationContextInterceptor(ProcessEngineConfigurationImpl processEngineConfiguration)
           
 
Method Summary
<T> T
execute(Command<T> command)
           
protected  ProcessApplicationReference getPaReference(ProcessApplicationIdentifier processApplicationIdentifier)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Copyright © 2016 camunda services GmbH. All rights reserved.