public class CommandContextFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DmnEngineConfiguration |
dmnEngineConfiguration |
| Constructor and Description |
|---|
CommandContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
createCommandContext(Command<?> cmd) |
DmnEngineConfiguration |
getDmnEngineConfiguration() |
void |
setDmnEngineConfiguration(DmnEngineConfiguration dmnEngineConfiguration) |
protected DmnEngineConfiguration dmnEngineConfiguration
public CommandContext createCommandContext(Command<?> cmd)
public DmnEngineConfiguration getDmnEngineConfiguration()
public void setDmnEngineConfiguration(DmnEngineConfiguration dmnEngineConfiguration)
Copyright © 2017 Flowable. All rights reserved.