@Configuration(proxyBeanMethods=false) @ConditionalOnFormEngine @EnableConfigurationProperties(value={FlowableProperties.class,FlowableFormProperties.class}) @AutoConfigureAfter(value={FormEngineAutoConfiguration.class,AppEngineServicesAutoConfiguration.class,ProcessEngineServicesAutoConfiguration.class}) public class FormEngineServicesAutoConfiguration extends Object
| Constructor and Description |
|---|
FormEngineServicesAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.form.api.FormManagementService |
formManagementService(org.flowable.form.engine.FormEngine formEngine) |
org.flowable.form.api.FormRepositoryService |
formRepositoryService(org.flowable.form.engine.FormEngine formEngine) |
org.flowable.form.api.FormService |
formService(org.flowable.form.engine.FormEngine formEngine) |
@Bean public org.flowable.form.api.FormService formService(org.flowable.form.engine.FormEngine formEngine)
@Bean public org.flowable.form.api.FormRepositoryService formRepositoryService(org.flowable.form.engine.FormEngine formEngine)
@Bean public org.flowable.form.api.FormManagementService formManagementService(org.flowable.form.engine.FormEngine formEngine)
Copyright © 2022 Flowable. All rights reserved.