Package org.flowable.spring.boot
Class RestApiAutoConfiguration.IdmEngineRestApiConfiguration
java.lang.Object
org.flowable.spring.boot.rest.BaseRestApiConfiguration
org.flowable.spring.boot.RestApiAutoConfiguration.IdmEngineRestApiConfiguration
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- Enclosing class:
- RestApiAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(org.flowable.idm.rest.service.api.IdmRestResponseFactory.class)
@ConditionalOnBean(org.flowable.idm.engine.IdmEngine.class)
public static class RestApiAutoConfiguration.IdmEngineRestApiConfiguration
extends BaseRestApiConfiguration
-
Field Summary
Fields inherited from class org.flowable.spring.boot.rest.BaseRestApiConfiguration
applicationContext, multipartConfigElement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.web.servlet.ServletRegistrationBeanidmServlet(FlowableIdmProperties properties) Methods inherited from class org.flowable.spring.boot.rest.BaseRestApiConfiguration
registerServlet, setApplicationContext, setMultipartConfigElement
-
Constructor Details
-
IdmEngineRestApiConfiguration
public IdmEngineRestApiConfiguration()
-
-
Method Details
-
idmServlet
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean idmServlet(FlowableIdmProperties properties)
-