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(org.activiti.spring.process.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)org.activiti.engine.impl.event.EventSubscriptionPayloadMappingProviderProcessRuntimeAutoConfiguration. eventSubscriptionPayloadMappingProvider(VariablesMappingProvider variablesMappingProvider)IntegrationContextBuilderConnectorsAutoConfiguration. integrationContextBuilder(VariablesMappingProvider variablesMappingProvider)ProcessVariablesInitiatorProcessRuntimeAutoConfiguration. processVariablesInitiator(org.activiti.spring.process.ProcessExtensionService processExtensionService, org.activiti.spring.process.variable.VariableParsingService variableParsingService, org.activiti.spring.process.variable.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()Constructors in org.activiti.runtime.api.impl with parameters of type VariablesMappingProvider Constructor Description EventSubscriptionVariablesMappingProvider(VariablesMappingProvider variablesMappingProvider)JsonMessagePayloadMappingProvider(org.activiti.bpmn.model.Event bpmnEvent, org.activiti.bpmn.model.MessageEventDefinition messageEventDefinition, org.activiti.engine.impl.el.ExpressionManager expressionManager, VariablesMappingProvider variablesMappingProvider)JsonMessagePayloadMappingProviderFactory(VariablesMappingProvider variablesMappingProvider)MappingAwareActivityBehaviorFactory(VariablesMappingProvider variablesMappingProvider, ProcessVariablesInitiator processVariablesInitiator)MappingAwareCallActivityBehavior(java.lang.String processDefinitionKey, java.util.List<org.activiti.bpmn.model.MapExceptionEntry> mapExceptions, VariablesMappingProvider mappingProvider, ProcessVariablesInitiator processVariablesInitiator)MappingAwareCallActivityBehavior(org.activiti.engine.delegate.Expression processDefinitionExpression, java.util.List<org.activiti.bpmn.model.MapExceptionEntry> mapExceptions, VariablesMappingProvider mappingProvider, ProcessVariablesInitiator processVariablesInitiator)MappingAwareUserTaskBehavior(org.activiti.bpmn.model.UserTask userTask, VariablesMappingProvider mappingProvider) -
Uses of VariablesMappingProvider in org.activiti.spring.process
Constructors in org.activiti.spring.process with parameters of type VariablesMappingProvider Constructor Description ProcessVariablesInitiator(org.activiti.spring.process.ProcessExtensionService processExtensionService, org.activiti.spring.process.variable.VariableParsingService variableParsingService, org.activiti.spring.process.variable.VariableValidationService variableValidationService, VariablesMappingProvider mappingProvider)
-