public class CommandContextInterceptor extends CommandInterceptor
Modifier and Type | Field and Description |
---|---|
protected CommandContextFactory |
commandContextFactory |
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
next
Constructor and Description |
---|
CommandContextInterceptor() |
CommandContextInterceptor(CommandContextFactory commandContextFactory,
ProcessEngineConfigurationImpl processEngineConfiguration) |
Modifier and Type | Method and Description |
---|---|
<T> T |
execute(Command<T> command) |
CommandContextFactory |
getCommandContextFactory() |
ProcessEngineConfigurationImpl |
getProcessEngineConfiguration() |
void |
setCommandContextFactory(CommandContextFactory commandContextFactory) |
void |
setProcessEngineContext(ProcessEngineConfigurationImpl processEngineContext) |
getNext, setNext
protected CommandContextFactory commandContextFactory
protected ProcessEngineConfigurationImpl processEngineConfiguration
public CommandContextInterceptor()
public CommandContextInterceptor(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration)
public <T> T execute(Command<T> command)
public CommandContextFactory getCommandContextFactory()
public void setCommandContextFactory(CommandContextFactory commandContextFactory)
public ProcessEngineConfigurationImpl getProcessEngineConfiguration()
public void setProcessEngineContext(ProcessEngineConfigurationImpl processEngineContext)
Copyright © 2015. All rights reserved.