Uses of Class
org.activiti.runtime.api.connector.OutboundVariablesProvider
-
Packages that use OutboundVariablesProvider Package Description org.activiti.runtime.api.connector org.conf.activiti.runtime.api -
-
Uses of OutboundVariablesProvider in org.activiti.runtime.api.connector
Constructors in org.activiti.runtime.api.connector with parameters of type OutboundVariablesProvider Constructor Description DefaultServiceTaskBehavior(org.springframework.context.ApplicationContext applicationContext, IntegrationContextBuilder integrationContextBuilder, ConnectorActionDefinitionFinder connectorActionDefinitionFinder, OutboundVariablesProvider outboundVariablesProvider) -
Uses of OutboundVariablesProvider in org.conf.activiti.runtime.api
Methods in org.conf.activiti.runtime.api that return OutboundVariablesProvider Modifier and Type Method Description OutboundVariablesProviderConnectorsAutoConfiguration. outboundVariablesProvider(ConnectorActionDefinitionFinder connectorActionDefinitionFinder, org.activiti.spring.process.ProcessExtensionService processExtensionService)Methods in org.conf.activiti.runtime.api with parameters of type OutboundVariablesProvider Modifier and Type Method Description DefaultServiceTaskBehaviorConnectorsAutoConfiguration. defaultServiceTaskBehavior(org.springframework.context.ApplicationContext applicationContext, ConnectorActionDefinitionFinder connectorActionDefinitionFinder, IntegrationContextBuilder integrationContextBuilder, OutboundVariablesProvider outboundVariablesProvider)
-