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

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

public class CommandContextInterceptor
extends CommandInterceptor

Author:
Tom Baeyens

Field Summary
protected  CommandContextFactory commandContextFactory
           
protected  ProcessEngineConfigurationImpl processEngineConfiguration
           
 
Fields inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
next
 
Constructor Summary
CommandContextInterceptor()
           
CommandContextInterceptor(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration)
           
 
Method Summary
<T> T
execute(Command<T> command)
           
 CommandContextFactory getCommandContextFactory()
           
 ProcessEngineConfigurationImpl getProcessEngineConfiguration()
           
 void setCommandContextFactory(CommandContextFactory commandContextFactory)
           
 void setProcessEngineContext(ProcessEngineConfigurationImpl processEngineContext)
           
 
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

commandContextFactory

protected CommandContextFactory commandContextFactory

processEngineConfiguration

protected ProcessEngineConfigurationImpl processEngineConfiguration
Constructor Detail

CommandContextInterceptor

public CommandContextInterceptor()

CommandContextInterceptor

public CommandContextInterceptor(CommandContextFactory commandContextFactory,
                                 ProcessEngineConfigurationImpl processEngineConfiguration)
Method Detail

execute

public <T> T execute(Command<T> command)

getCommandContextFactory

public CommandContextFactory getCommandContextFactory()

setCommandContextFactory

public void setCommandContextFactory(CommandContextFactory commandContextFactory)

getProcessEngineConfiguration

public ProcessEngineConfigurationImpl getProcessEngineConfiguration()

setProcessEngineContext

public void setProcessEngineContext(ProcessEngineConfigurationImpl processEngineContext)


Copyright © 2014 camunda services GmbH. All Rights Reserved.