| Modifier and Type | Field and Description |
|---|---|
protected DmnEngineConfiguration |
dmnEngineConfiguration |
protected DmnHistoryService |
dmnHistoryService |
protected DmnManagementService |
dmnManagementService |
protected DmnRepositoryService |
dmnRepositoryService |
protected DmnRuleService |
dmnRuleService |
protected String |
name |
| Constructor and Description |
|---|
DmnEngineImpl(DmnEngineConfiguration dmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
DmnEngineConfiguration |
getDmnEngineConfiguration() |
DmnHistoryService |
getDmnHistoryService() |
DmnManagementService |
getDmnManagementService() |
DmnRepositoryService |
getDmnRepositoryService() |
DmnRuleService |
getDmnRuleService() |
String |
getName()
The name as specified in 'dmn-engine-name' in the flowable.dmn.cfg.xml configuration file.
|
protected String name
protected DmnManagementService dmnManagementService
protected DmnRepositoryService dmnRepositoryService
protected DmnRuleService dmnRuleService
protected DmnHistoryService dmnHistoryService
protected DmnEngineConfiguration dmnEngineConfiguration
public DmnEngineImpl(DmnEngineConfiguration dmnEngineConfiguration)
public String getName()
DmnEnginepublic DmnManagementService getDmnManagementService()
getDmnManagementService in interface DmnEnginepublic DmnRepositoryService getDmnRepositoryService()
getDmnRepositoryService in interface DmnEnginepublic DmnRuleService getDmnRuleService()
getDmnRuleService in interface DmnEnginepublic DmnHistoryService getDmnHistoryService()
getDmnHistoryService in interface DmnEnginepublic DmnEngineConfiguration getDmnEngineConfiguration()
getDmnEngineConfiguration in interface DmnEngineCopyright © 2017 Flowable. All rights reserved.