Uses of Class
org.flowable.spring.boot.FlowableProperties
-
-
Uses of FlowableProperties in org.flowable.spring.boot
Fields in org.flowable.spring.boot declared as FlowableProperties Modifier and Type Field Description protected FlowablePropertiesAbstractEngineAutoConfiguration. flowablePropertiesConstructors in org.flowable.spring.boot with parameters of type FlowableProperties Constructor Description AbstractEngineAutoConfiguration(FlowableProperties flowableProperties)AbstractSpringEngineAutoConfiguration(FlowableProperties flowableProperties)ProcessEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableProcessProperties processProperties, FlowableAppProperties appProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableMailProperties mailProperties, FlowableHttpProperties httpProperties, FlowableAutoDeploymentProperties autoDeploymentProperties) -
Uses of FlowableProperties in org.flowable.spring.boot.app
Constructors in org.flowable.spring.boot.app with parameters of type FlowableProperties Constructor Description AppEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableAppProperties appProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableAutoDeploymentProperties autoDeploymentProperties) -
Uses of FlowableProperties in org.flowable.spring.boot.cmmn
Constructors in org.flowable.spring.boot.cmmn with parameters of type FlowableProperties Constructor Description CmmnEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableCmmnProperties cmmnProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableMailProperties mailProperties, FlowableHttpProperties httpProperties, FlowableAutoDeploymentProperties autoDeploymentProperties) -
Uses of FlowableProperties in org.flowable.spring.boot.content
Constructors in org.flowable.spring.boot.content with parameters of type FlowableProperties Constructor Description ContentEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableContentProperties contentProperties) -
Uses of FlowableProperties in org.flowable.spring.boot.dmn
Constructors in org.flowable.spring.boot.dmn with parameters of type FlowableProperties Constructor Description DmnEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableDmnProperties dmnProperties, FlowableAutoDeploymentProperties autoDeploymentProperties) -
Uses of FlowableProperties in org.flowable.spring.boot.eventregistry
Constructors in org.flowable.spring.boot.eventregistry with parameters of type FlowableProperties Constructor Description EventRegistryAutoConfiguration(FlowableProperties flowableProperties, FlowableEventRegistryProperties eventProperties, FlowableAutoDeploymentProperties autoDeploymentProperties) -
Uses of FlowableProperties in org.flowable.spring.boot.form
Constructors in org.flowable.spring.boot.form with parameters of type FlowableProperties Constructor Description FormEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableFormProperties formProperties, FlowableAutoDeploymentProperties autoDeploymentProperties) -
Uses of FlowableProperties in org.flowable.spring.boot.idm
Constructors in org.flowable.spring.boot.idm with parameters of type FlowableProperties Constructor Description IdmEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableIdmProperties idmProperties)
-