@Configuration(proxyBeanMethods=false) @ConditionalOnContentEngine @EnableConfigurationProperties(value={FlowableProperties.class,FlowableContentProperties.class}) @AutoConfigureAfter(value={ContentEngineAutoConfiguration.class,AppEngineServicesAutoConfiguration.class,ProcessEngineServicesAutoConfiguration.class}) public class ContentEngineServicesAutoConfiguration extends Object
Auto-Configuration for the Content Engine| Constructor and Description |
|---|
ContentEngineServicesAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.content.api.ContentManagementService |
contentManagementService(org.flowable.content.engine.ContentEngine contentEngine) |
org.flowable.content.api.ContentService |
contentService(org.flowable.content.engine.ContentEngine contentEngine) |
public ContentEngineServicesAutoConfiguration()
@Bean public org.flowable.content.api.ContentService contentService(org.flowable.content.engine.ContentEngine contentEngine)
@Bean public org.flowable.content.api.ContentManagementService contentManagementService(org.flowable.content.engine.ContentEngine contentEngine)
Copyright © 2022 Flowable. All rights reserved.