Package org.flowable.dmn.engine
Interface DmnEngine
-
- All Superinterfaces:
Engine
- All Known Implementing Classes:
DmnEngineImpl
public interface DmnEngine extends Engine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DmnDecisionServicegetDmnDecisionService()DmnEngineConfigurationgetDmnEngineConfiguration()DmnHistoryServicegetDmnHistoryService()DmnManagementServicegetDmnManagementService()DmnRepositoryServicegetDmnRepositoryService()
-
-
-
Field Detail
-
VERSION
static final String VERSION
the version of the flowable dmn library- See Also:
- Constant Field Values
-
-
Method Detail
-
getDmnManagementService
DmnManagementService getDmnManagementService()
-
getDmnRepositoryService
DmnRepositoryService getDmnRepositoryService()
-
getDmnDecisionService
DmnDecisionService getDmnDecisionService()
-
getDmnHistoryService
DmnHistoryService getDmnHistoryService()
-
getDmnEngineConfiguration
DmnEngineConfiguration getDmnEngineConfiguration()
-
-