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