Package org.flowable.dmn.api
Interface DmnEngineConfigurationApi
- All Known Implementing Classes:
DmnEngineConfiguration
,SpringDmnEngineConfiguration
,StandaloneDmnEngineConfiguration
,StandaloneInMemDmnEngineConfiguration
public interface DmnEngineConfigurationApi
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDmnRepositoryService
DmnRepositoryService getDmnRepositoryService() -
getDmnDecisionService
DmnDecisionService getDmnDecisionService() -
getDmnManagementService
DmnManagementService getDmnManagementService() -
getDmnHistoryService
DmnHistoryService getDmnHistoryService()
-