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 -
-
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)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) -
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, org.activiti.spring.process.ProcessVariablesInitiator processVariablesInitiator)MappingAwareCallActivityBehavior(java.lang.String processDefinitionKey, java.util.List<org.activiti.bpmn.model.MapExceptionEntry> mapExceptions, VariablesMappingProvider mappingProvider, org.activiti.spring.process.ProcessVariablesInitiator processVariablesInitiator)MappingAwareCallActivityBehavior(org.activiti.engine.delegate.Expression processDefinitionExpression, java.util.List<org.activiti.bpmn.model.MapExceptionEntry> mapExceptions, VariablesMappingProvider mappingProvider, org.activiti.spring.process.ProcessVariablesInitiator processVariablesInitiator)MappingAwareUserTaskBehavior(org.activiti.bpmn.model.UserTask userTask, VariablesMappingProvider mappingProvider)
-