Uses of Class
org.flowable.spring.boot.dmn.FlowableDmnProperties
-
Packages that use FlowableDmnProperties Package Description org.flowable.spring.boot org.flowable.spring.boot.dmn -
-
Uses of FlowableDmnProperties in org.flowable.spring.boot
Methods in org.flowable.spring.boot with parameters of type FlowableDmnProperties Modifier and Type Method Description org.springframework.boot.web.servlet.ServletRegistrationBeanRestApiAutoConfiguration.DmnEngineRestApiConfiguration. dmnServlet(FlowableDmnProperties properties) -
Uses of FlowableDmnProperties in org.flowable.spring.boot.dmn
Fields in org.flowable.spring.boot.dmn declared as FlowableDmnProperties Modifier and Type Field Description protected FlowableDmnPropertiesDmnEngineAutoConfiguration. dmnPropertiesConstructors in org.flowable.spring.boot.dmn with parameters of type FlowableDmnProperties Constructor Description DmnEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableDmnProperties dmnProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)
-