Uses of Class
com.flowable.spring.boot.properties.AsyncHistoryProperties
Package | Description |
---|---|
com.flowable.spring.boot | |
com.flowable.spring.boot.cmmn | |
com.flowable.spring.boot.idm |
-
Uses of AsyncHistoryProperties in com.flowable.spring.boot
Fields in com.flowable.spring.boot declared as AsyncHistoryProperties Modifier and Type Field Description protected AsyncHistoryProperties
ProcessEngineAutoConfiguration. asyncHistoryProperties
Constructors in com.flowable.spring.boot with parameters of type AsyncHistoryProperties Constructor Description ProcessEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableProcessProperties processProperties, FlowableAppProperties appProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableMailProperties mailProperties, FlowableHttpProperties httpProperties, FlowableAutoDeploymentProperties autoDeploymentProperties, AsyncHistoryProperties asyncHistoryProperties)
-
Uses of AsyncHistoryProperties in com.flowable.spring.boot.cmmn
Fields in com.flowable.spring.boot.cmmn declared as AsyncHistoryProperties Modifier and Type Field Description protected AsyncHistoryProperties
CmmnEngineAutoConfiguration. asyncHistoryProperties
Constructors in com.flowable.spring.boot.cmmn with parameters of type AsyncHistoryProperties Constructor Description CmmnEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableCmmnProperties cmmnProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableHttpProperties httpProperties, FlowableMailProperties mailProperties, FlowableAutoDeploymentProperties autoDeploymentProperties, AsyncHistoryProperties asyncHistoryProperties)
-
Uses of AsyncHistoryProperties in com.flowable.spring.boot.idm
Fields in com.flowable.spring.boot.idm declared as AsyncHistoryProperties Modifier and Type Field Description protected AsyncHistoryProperties
IdmEngineAutoConfiguration. asyncHistoryProperties
Constructors in com.flowable.spring.boot.idm with parameters of type AsyncHistoryProperties Constructor Description IdmEngineAutoConfiguration(org.springframework.core.io.ResourceLoader resourceLoader, FlowableProperties flowableProperties, FlowableIdmProperties idmProperties, AsyncHistoryProperties asyncHistoryProperties, MultiTenantProperties multiTenantProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)