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