public abstract class CommonEngineServiceImpl<C extends AbstractEngineConfiguration> extends CommonServiceImpl<C>
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
commandExecutor |
configuration| Constructor and Description |
|---|
CommonEngineServiceImpl() |
CommonEngineServiceImpl(C configuration) |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
getCommandExecutor() |
void |
setCommandExecutor(CommandExecutor commandExecutor) |
getConfigurationprotected CommandExecutor commandExecutor
public CommonEngineServiceImpl()
public CommonEngineServiceImpl(C configuration)
public CommandExecutor getCommandExecutor()
public void setCommandExecutor(CommandExecutor commandExecutor)
Copyright © 2019 Flowable. All rights reserved.