public abstract class ServiceImpl extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
commandExecutor |
protected DmnEngineConfiguration |
engineConfig |
| Constructor and Description |
|---|
ServiceImpl() |
ServiceImpl(DmnEngineConfiguration engineConfig) |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
getCommandExecutor() |
void |
setCommandExecutor(CommandExecutor commandExecutor) |
protected DmnEngineConfiguration engineConfig
protected CommandExecutor commandExecutor
public ServiceImpl()
public ServiceImpl(DmnEngineConfiguration engineConfig)
public CommandExecutor getCommandExecutor()
public void setCommandExecutor(CommandExecutor commandExecutor)
Copyright © 2017 Flowable. All rights reserved.