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