Uses of Class
org.flowable.spring.boot.FlowableMailProperties
-
Packages that use FlowableMailProperties Package Description org.flowable.spring.boot org.flowable.spring.boot.cmmn -
-
Uses of FlowableMailProperties in org.flowable.spring.boot
Fields in org.flowable.spring.boot declared as FlowableMailProperties Modifier and Type Field Description protected FlowableMailPropertiesProcessEngineAutoConfiguration. mailPropertiesConstructors in org.flowable.spring.boot with parameters of type FlowableMailProperties Constructor Description ProcessEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableProcessProperties processProperties, FlowableAppProperties appProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableMailProperties mailProperties, FlowableHttpProperties httpProperties, FlowableAutoDeploymentProperties autoDeploymentProperties) -
Uses of FlowableMailProperties in org.flowable.spring.boot.cmmn
Fields in org.flowable.spring.boot.cmmn declared as FlowableMailProperties Modifier and Type Field Description protected FlowableMailPropertiesCmmnEngineAutoConfiguration. mailPropertiesConstructors in org.flowable.spring.boot.cmmn with parameters of type FlowableMailProperties Constructor Description CmmnEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableCmmnProperties cmmnProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableMailProperties mailProperties, FlowableHttpProperties httpProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)
-