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