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