@Configuration(proxyBeanMethods=false) @ConditionalOnFormEngine @EnableConfigurationProperties(value={FlowableProperties.class,FlowableAutoDeploymentProperties.class,FlowableFormProperties.class}) @AutoConfigureAfter(value={AppEngineAutoConfiguration.class,ProcessEngineAutoConfiguration.class}) @AutoConfigureBefore(value={AppEngineServicesAutoConfiguration.class,ProcessEngineServicesAutoConfiguration.class}) public class FormEngineAutoConfiguration extends AbstractSpringEngineAutoConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
FormEngineAutoConfiguration.FormEngineAppEngineConfiguration |
static class |
FormEngineAutoConfiguration.FormEngineProcessConfiguration |
| Modifier and Type | Field and Description |
|---|---|
protected FlowableAutoDeploymentProperties |
autoDeploymentProperties |
protected FlowableFormProperties |
formProperties |
flowableProperties, logger, resourcePatternResolver| Constructor and Description |
|---|
FormEngineAutoConfiguration(FlowableProperties flowableProperties,
FlowableFormProperties formProperties,
FlowableAutoDeploymentProperties autoDeploymentProperties) |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.form.spring.SpringFormEngineConfiguration |
formEngineConfiguration(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider,
org.springframework.beans.factory.ObjectProvider<List<org.flowable.common.spring.AutoDeploymentStrategy<org.flowable.form.engine.FormEngine>>> formAutoDeploymentStrategies) |
configureSpringEngine, getIfAvailableconfigureEngine, defaultIfNotNull, defaultText, discoverDeploymentResources, getCustomMybatisMapperClasses, setResourcePatternResolverprotected final FlowableFormProperties formProperties
protected final FlowableAutoDeploymentProperties autoDeploymentProperties
public FormEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableFormProperties formProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)
@Bean @ConditionalOnMissingBean public org.flowable.form.spring.SpringFormEngineConfiguration formEngineConfiguration(DataSource dataSource, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider, org.springframework.beans.factory.ObjectProvider<List<org.flowable.common.spring.AutoDeploymentStrategy<org.flowable.form.engine.FormEngine>>> formAutoDeploymentStrategies) throws IOException
IOExceptionCopyright © 2021 Flowable. All rights reserved.