public class CommandContextInterceptor extends AbstractCommandInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected CommandContextFactory |
commandContextFactory |
protected DmnEngineConfiguration |
dmnEngineConfiguration |
next| Constructor and Description |
|---|
CommandContextInterceptor() |
CommandContextInterceptor(CommandContextFactory commandContextFactory,
DmnEngineConfiguration dmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(CommandConfig config,
Command<T> command) |
CommandContextFactory |
getCommandContextFactory() |
DmnEngineConfiguration |
getDmnEngineConfiguration() |
void |
setCommandContextFactory(CommandContextFactory commandContextFactory) |
void |
setDmnEngineConfiguration(DmnEngineConfiguration dmnEngineConfiguration) |
getNext, setNextprotected CommandContextFactory commandContextFactory
protected DmnEngineConfiguration dmnEngineConfiguration
public CommandContextInterceptor()
public CommandContextInterceptor(CommandContextFactory commandContextFactory, DmnEngineConfiguration dmnEngineConfiguration)
public <T> T execute(CommandConfig config, Command<T> command)
public CommandContextFactory getCommandContextFactory()
public void setCommandContextFactory(CommandContextFactory commandContextFactory)
public DmnEngineConfiguration getDmnEngineConfiguration()
public void setDmnEngineConfiguration(DmnEngineConfiguration dmnEngineConfiguration)
Copyright © 2017 Flowable. All rights reserved.