public class ActionEngineImpl extends Object implements ActionEngine
| Modifier and Type | Field and Description |
|---|---|
protected ActionHistoryService |
actionHistoryService |
protected ActionRepositoryService |
actionRepositoryService |
protected ActionRuntimeService |
actionRuntimeService |
protected ActionEngineConfiguration |
engineConfiguration |
protected org.slf4j.Logger |
logger |
protected String |
name |
| Constructor and Description |
|---|
ActionEngineImpl(ActionEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ActionEngineConfiguration |
getActionEngineConfiguration() |
ActionHistoryService |
getActionHistoryService() |
ActionRepositoryService |
getActionRepositoryService() |
ActionRuntimeService |
getActionRuntimeService() |
String |
getName() |
protected final org.slf4j.Logger logger
protected String name
protected ActionEngineConfiguration engineConfiguration
protected ActionRepositoryService actionRepositoryService
protected ActionRuntimeService actionRuntimeService
protected ActionHistoryService actionHistoryService
public ActionEngineImpl(ActionEngineConfiguration engineConfiguration)
public String getName()
getName in interface ActionEnginepublic void close()
close in interface ActionEnginepublic ActionRepositoryService getActionRepositoryService()
getActionRepositoryService in interface ActionEnginepublic ActionRuntimeService getActionRuntimeService()
getActionRuntimeService in interface ActionEnginepublic ActionHistoryService getActionHistoryService()
getActionHistoryService in interface ActionEnginepublic ActionEngineConfiguration getActionEngineConfiguration()
getActionEngineConfiguration in interface ActionEngineCopyright © 2019. All rights reserved.