@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.flowable.idm.rest.service.api.IdmRestResponseFactory.class) @ConditionalOnBean(value=org.flowable.idm.engine.IdmEngine.class) public static class RestApiAutoConfiguration.IdmEngineRestApiConfiguration extends BaseRestApiConfiguration
applicationContext, multipartConfigElement| Constructor and Description |
|---|
IdmEngineRestApiConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean |
idmServlet(FlowableIdmProperties properties) |
registerServlet, setApplicationContext, setMultipartConfigElement@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean idmServlet(FlowableIdmProperties properties)
Copyright © 2020 Flowable. All rights reserved.