Uses of Class
com.flowable.spring.boot.properties.FlowableProperties
-
Uses of FlowableProperties in com.flowable.spring.boot
Fields in com.flowable.spring.boot declared as FlowableProperties Modifier and Type Field Description protected FlowableProperties
AbstractEngineAutoConfiguration. flowableProperties
Constructors in com.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, AsyncHistoryProperties asyncHistoryProperties)
-
Uses of FlowableProperties in com.flowable.spring.boot.app
Constructors in com.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 com.flowable.spring.boot.cmmn
Constructors in com.flowable.spring.boot.cmmn with parameters of type FlowableProperties Constructor Description CmmnEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableCmmnProperties cmmnProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableHttpProperties httpProperties, FlowableMailProperties mailProperties, FlowableAutoDeploymentProperties autoDeploymentProperties, AsyncHistoryProperties asyncHistoryProperties)
-
Uses of FlowableProperties in com.flowable.spring.boot.content
Constructors in com.flowable.spring.boot.content with parameters of type FlowableProperties Constructor Description ContentEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableContentProperties contentProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)
-
Uses of FlowableProperties in com.flowable.spring.boot.dmn
Constructors in com.flowable.spring.boot.dmn with parameters of type FlowableProperties Constructor Description DmnEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableDmnProperties dmnProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)
-
Uses of FlowableProperties in com.flowable.spring.boot.eventregistry
Constructors in com.flowable.spring.boot.eventregistry with parameters of type FlowableProperties Constructor Description EventRegistryAutoConfiguration(FlowableProperties flowableProperties, FlowableEventRegistryProperties eventProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)
-
Uses of FlowableProperties in com.flowable.spring.boot.form
Constructors in com.flowable.spring.boot.form with parameters of type FlowableProperties Constructor Description FormEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableFormProperties formProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)
-
Uses of FlowableProperties in com.flowable.spring.boot.idm
Constructors in com.flowable.spring.boot.idm with parameters of type FlowableProperties Constructor Description IdmEngineAutoConfiguration(org.springframework.core.io.ResourceLoader resourceLoader, FlowableProperties flowableProperties, FlowableIdmProperties idmProperties, AsyncHistoryProperties asyncHistoryProperties, MultiTenantProperties multiTenantProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)
-
Uses of FlowableProperties in com.flowable.spring.boot.metrics
Fields in com.flowable.spring.boot.metrics declared as FlowableProperties Modifier and Type Field Description protected FlowableProperties
FlowableMetricsAutoConfiguration. flowableProperties
Methods in com.flowable.spring.boot.metrics with parameters of type FlowableProperties Modifier and Type Method Description org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.core.instrument.MeterRegistry>
FlowableMetricsAutoConfiguration.MeterRegistryConfiguration. flowableMeterRegistryCustomizer(FlowableProperties flowableProperties, org.springframework.core.env.Environment environment)
Constructors in com.flowable.spring.boot.metrics with parameters of type FlowableProperties Constructor Description FlowableMetricsAutoConfiguration(FlowableProperties flowableProperties, FlowableMetricsProperties metricsProperties)