@Configuration @ConditionalOnFormEngine @EnableConfigurationProperties(value={FlowableProperties.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 FlowableFormProperties |
formProperties |
flowableProperties, logger, resourcePatternResolver| Constructor and Description |
|---|
FormEngineAutoConfiguration(FlowableProperties flowableProperties,
FlowableFormProperties formProperties) |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.form.spring.SpringFormEngineConfiguration |
formEngineConfiguration(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager) |
configureSpringEngine, getIfAvailableconfigureEngine, defaultText, discoverDeploymentResources, getCustomMybatisMapperClasses, setResourcePatternResolverprotected final FlowableFormProperties formProperties
public FormEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableFormProperties formProperties)
@Bean @ConditionalOnMissingBean public org.flowable.form.spring.SpringFormEngineConfiguration formEngineConfiguration(DataSource dataSource, org.springframework.transaction.PlatformTransactionManager platformTransactionManager) throws IOException
IOExceptionCopyright © 2018 Flowable. All rights reserved.