Uses of Class
org.flowable.spring.boot.cmmn.FlowableCmmnProperties
-
Packages that use FlowableCmmnProperties Package Description org.flowable.spring.boot org.flowable.spring.boot.cmmn -
-
Uses of FlowableCmmnProperties in org.flowable.spring.boot
Methods in org.flowable.spring.boot with parameters of type FlowableCmmnProperties Modifier and Type Method Description org.springframework.boot.web.servlet.ServletRegistrationBeanRestApiAutoConfiguration.CmmnEngineRestApiConfiguration. cmmnServlet(FlowableCmmnProperties properties) -
Uses of FlowableCmmnProperties in org.flowable.spring.boot.cmmn
Fields in org.flowable.spring.boot.cmmn declared as FlowableCmmnProperties Modifier and Type Field Description protected FlowableCmmnPropertiesCmmnEngineAutoConfiguration. cmmnPropertiesConstructors in org.flowable.spring.boot.cmmn with parameters of type FlowableCmmnProperties Constructor Description CmmnEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableCmmnProperties cmmnProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableMailProperties mailProperties, FlowableHttpProperties httpProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)
-