Uses of Interface
org.flowable.dmn.api.DmnManagementService
Packages that use DmnManagementService
Package
Description
-
Uses of DmnManagementService in org.flowable.dmn.api
Methods in org.flowable.dmn.api that return DmnManagementService -
Uses of DmnManagementService in org.flowable.dmn.engine
Fields in org.flowable.dmn.engine declared as DmnManagementServiceModifier and TypeFieldDescriptionprotected DmnManagementService
DmnEngineConfiguration.dmnManagementService
Methods in org.flowable.dmn.engine that return DmnManagementServiceModifier and TypeMethodDescriptionDmnEngine.getDmnManagementService()
DmnEngineConfiguration.getDmnManagementService()
Methods in org.flowable.dmn.engine with parameters of type DmnManagementServiceModifier and TypeMethodDescriptionDmnEngineConfiguration.setDmnManagementService
(DmnManagementService dmnManagementService) -
Uses of DmnManagementService in org.flowable.dmn.engine.impl
Classes in org.flowable.dmn.engine.impl that implement DmnManagementServiceFields in org.flowable.dmn.engine.impl declared as DmnManagementServiceModifier and TypeFieldDescriptionprotected DmnManagementService
DmnEngineImpl.dmnManagementService
Methods in org.flowable.dmn.engine.impl that return DmnManagementService -
Uses of DmnManagementService in org.flowable.dmn.engine.impl.test
Fields in org.flowable.dmn.engine.impl.test declared as DmnManagementServiceModifier and TypeFieldDescriptionprotected DmnManagementService
AbstractFlowableDmnTestCase.managementService
-
Uses of DmnManagementService in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return DmnManagementServiceModifier and TypeMethodDescriptionstatic DmnManagementService
CommandContextUtil.getDmnManagementService()
static DmnManagementService
EngineServiceUtil.getDmnManagementService
(AbstractEngineConfiguration engineConfiguration)