org.camunda.bpm.engine.impl.interceptor
Class CommandContextInterceptor
java.lang.Object
org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor
- All Implemented Interfaces:
- CommandExecutor
public class CommandContextInterceptor
- extends CommandInterceptor
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commandContextFactory
protected CommandContextFactory commandContextFactory
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
CommandContextInterceptor
public CommandContextInterceptor()
CommandContextInterceptor
public CommandContextInterceptor(CommandContextFactory commandContextFactory,
ProcessEngineConfigurationImpl processEngineConfiguration)
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.