Uses of Class
com.flowable.spring.boot.properties.MultiTenantProperties
Package | Description |
---|---|
com.flowable.spring.boot.idm |
-
Uses of MultiTenantProperties in com.flowable.spring.boot.idm
Fields in com.flowable.spring.boot.idm declared as MultiTenantProperties Modifier and Type Field Description protected MultiTenantProperties
IdmEngineAutoConfiguration. multiTenantProperties
Methods in com.flowable.spring.boot.idm with parameters of type MultiTenantProperties Modifier and Type Method Description EngineConfigurationConfigurer<org.flowable.cmmn.spring.SpringCmmnEngineConfiguration>
IdmEngineAutoConfiguration.CoreIdmEngineCmmnConfiguration. coreIdmCmmnEngineConfigurationConfigurer(MultiTenantProperties multiTenantProperties)
EngineConfigurationConfigurer<org.flowable.spring.SpringProcessEngineConfiguration>
IdmEngineAutoConfiguration.CoreIdmEngineAppConfiguration. coreIdmProcessEngineConfigurationConfigurer(MultiTenantProperties multiTenantProperties)
EngineConfigurationConfigurer<org.flowable.spring.SpringProcessEngineConfiguration>
IdmEngineAutoConfiguration.CoreIdmEngineProcessConfiguration. coreIdmProcessEngineConfigurationConfigurer(CoreIdmEngineConfigurator coreIdmEngineConfigurator, MultiTenantProperties multiTenantProperties)
Constructors in com.flowable.spring.boot.idm with parameters of type MultiTenantProperties Constructor Description IdmEngineAutoConfiguration(org.springframework.core.io.ResourceLoader resourceLoader, FlowableProperties flowableProperties, FlowableIdmProperties idmProperties, AsyncHistoryProperties asyncHistoryProperties, MultiTenantProperties multiTenantProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)