Class ServicesRestWebMvcAutoConfiguration
java.lang.Object
org.activiti.cloud.services.rest.conf.ServicesRestWebMvcAutoConfiguration
- All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer
@AutoConfiguration
@AutoConfigureAfter(org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.class)
public class ServicesRestWebMvcAutoConfiguration
extends Object
implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Constructor Summary
ConstructorsConstructorDescriptionServicesRestWebMvcAutoConfiguration(org.springframework.http.converter.json.Jackson2ObjectMapperBuilder objectMapperBuilder) -
Method Summary
Modifier and TypeMethodDescriptioncloudProcessDefinitionRepresentationModelAssembler(org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender) cloudVariableInstanceConverter(org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender) voidextendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) processDefinitionRepresentationModelAssembler(org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender) processInstanceRepresentationModelAssembler(org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender) taskRepresentationModelAssembler(org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
addArgumentResolvers, addCorsMappings, addErrorResponseInterceptors, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, getMessageCodesResolver, getValidator
-
Constructor Details
-
ServicesRestWebMvcAutoConfiguration
public ServicesRestWebMvcAutoConfiguration(org.springframework.http.converter.json.Jackson2ObjectMapperBuilder objectMapperBuilder)
-
-
Method Details
-
resourcesAssembler
-
connectorDefinitionRepresentationModelAssembler
@Bean public ConnectorDefinitionRepresentationModelAssembler connectorDefinitionRepresentationModelAssembler() -
processDefinitionMetaRepresentationModelAssembler
@Bean public ProcessDefinitionMetaRepresentationModelAssembler processDefinitionMetaRepresentationModelAssembler() -
processInstanceRepresentationModelAssembler
@Bean public ProcessInstanceRepresentationModelAssembler processInstanceRepresentationModelAssembler(org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender) -
processDefinitionRepresentationModelAssembler
@Bean public ProcessDefinitionRepresentationModelAssembler processDefinitionRepresentationModelAssembler(org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender) -
cloudProcessDefinitionRepresentationModelAssembler
@Bean public ExtendedCloudProcessDefinitionRepresentationModelAssembler cloudProcessDefinitionRepresentationModelAssembler(org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender) -
taskRepresentationModelAssembler
@Bean public TaskRepresentationModelAssembler taskRepresentationModelAssembler(org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender) -
userCandidatesRepresentationModelAssembler
@Bean public UserCandidatesRepresentationModelAssembler userCandidatesRepresentationModelAssembler() -
groupCandidatesRepresentationModelAssembler
@Bean public GroupCandidatesRepresentationModelAssembler groupCandidatesRepresentationModelAssembler() -
toCandidateUsersConverter
-
toCandidateGroupsConverter
-
cloudVariableInstanceConverter
@Bean public ToCloudVariableInstanceConverter cloudVariableInstanceConverter(org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender) -
processInstanceVariableRepresentationModelAssembler
@Bean public ProcessInstanceVariableRepresentationModelAssembler processInstanceVariableRepresentationModelAssembler(ToCloudVariableInstanceConverter converter) -
taskVariableInstanceRepresentationModelAssembler
@Bean public TaskVariableInstanceRepresentationModelAssembler taskVariableInstanceRepresentationModelAssembler(ToCloudVariableInstanceConverter converter) -
extendMessageConverters
public void extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) - Specified by:
extendMessageConvertersin interfaceorg.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
runtimeBundleRelProvider
-