Package org.flowable.spring.boot.form
Class FormEngineServicesAutoConfiguration
- java.lang.Object
-
- org.flowable.spring.boot.form.FormEngineServicesAutoConfiguration
-
@Configuration(proxyBeanMethods=false) @ConditionalOnFormEngine @EnableConfigurationProperties({FlowableProperties.class,FlowableFormProperties.class}) @AutoConfigureAfter({FormEngineAutoConfiguration.class,AppEngineServicesAutoConfiguration.class,ProcessEngineServicesAutoConfiguration.class}) public class FormEngineServicesAutoConfiguration extends Object
Auto configuration for the form engine.- Author:
- Filip Hrisafov, Javier Casal
-
-
Constructor Summary
Constructors Constructor Description FormEngineServicesAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.flowable.form.api.FormManagementServiceformManagementService(org.flowable.form.engine.FormEngine formEngine)org.flowable.form.api.FormRepositoryServiceformRepositoryService(org.flowable.form.engine.FormEngine formEngine)org.flowable.form.api.FormServiceformService(org.flowable.form.engine.FormEngine formEngine)
-
-
-
Method Detail
-
formService
@Bean public org.flowable.form.api.FormService formService(org.flowable.form.engine.FormEngine formEngine)
-
formRepositoryService
@Bean public org.flowable.form.api.FormRepositoryService formRepositoryService(org.flowable.form.engine.FormEngine formEngine)
-
formManagementService
@Bean public org.flowable.form.api.FormManagementService formManagementService(org.flowable.form.engine.FormEngine formEngine)
-
-