public interface DmnEngine
| Modifier and Type | Field and Description |
|---|---|
static String |
VERSION
the version of the flowable dmn library
|
| 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.
|
static final String VERSION
String getName()
void close()
DmnManagementService getDmnManagementService()
DmnRepositoryService getDmnRepositoryService()
DmnRuleService getDmnRuleService()
DmnHistoryService getDmnHistoryService()
DmnEngineConfiguration getDmnEngineConfiguration()
Copyright © 2017 Flowable. All rights reserved.