Uses of Class
org.activiti.runtime.api.impl.VariablesMappingProvider
-
Packages that use VariablesMappingProvider Package Description org.activiti.runtime.api.conf org.activiti.runtime.api.connector org.activiti.runtime.api.impl org.activiti.spring.process -
-
Uses of VariablesMappingProvider in org.activiti.runtime.api.conf
Methods in org.activiti.runtime.api.conf that return VariablesMappingProvider Modifier and Type Method Description VariablesMappingProviderConnectorsAutoConfiguration. variablesMappingProvider(ProcessExtensionService processExtensionService, ExpressionResolver expressionResolver)Methods in org.activiti.runtime.api.conf with parameters of type VariablesMappingProvider Modifier and Type Method Description DefaultServiceTaskBehaviorConnectorsAutoConfiguration. defaultServiceTaskBehavior(org.springframework.context.ApplicationContext applicationContext, IntegrationContextBuilder integrationContextBuilder, VariablesMappingProvider outboundVariablesProvider)EventSubscriptionPayloadMappingProviderProcessRuntimeAutoConfiguration. eventSubscriptionPayloadMappingProvider(VariablesMappingProvider variablesMappingProvider)IntegrationContextBuilderConnectorsAutoConfiguration. integrationContextBuilder(VariablesMappingProvider variablesMappingProvider)ProcessVariablesInitiatorProcessRuntimeAutoConfiguration. processVariablesInitiator(ProcessExtensionService processExtensionService, VariableParsingService variableParsingService, VariableValidationService variableValidationService, VariablesMappingProvider mappingProvider) -
Uses of VariablesMappingProvider in org.activiti.runtime.api.connector
Constructors in org.activiti.runtime.api.connector with parameters of type VariablesMappingProvider Constructor Description DefaultServiceTaskBehavior(org.springframework.context.ApplicationContext applicationContext, IntegrationContextBuilder integrationContextBuilder, VariablesMappingProvider outboundVariablesProvider)IntegrationContextBuilder(VariablesMappingProvider inboundVariablesProvider) -
Uses of VariablesMappingProvider in org.activiti.runtime.api.impl
Methods in org.activiti.runtime.api.impl that return VariablesMappingProvider Modifier and Type Method Description VariablesMappingProviderJsonMessagePayloadMappingProvider. getVariablesMappingProvider() -
Uses of VariablesMappingProvider in org.activiti.spring.process
Constructors in org.activiti.spring.process with parameters of type VariablesMappingProvider Constructor Description ProcessVariablesInitiator(ProcessExtensionService processExtensionService, VariableParsingService variableParsingService, VariableValidationService variableValidationService, VariablesMappingProvider mappingProvider)
-