Uses of Class
org.activiti.runtime.api.connector.IntegrationContextBuilder
-
Packages that use IntegrationContextBuilder Package Description org.activiti.runtime.api.conf org.activiti.runtime.api.connector -
-
Uses of IntegrationContextBuilder in org.activiti.runtime.api.conf
Methods in org.activiti.runtime.api.conf that return IntegrationContextBuilder Modifier and Type Method Description IntegrationContextBuilderConnectorsAutoConfiguration. integrationContextBuilder(org.activiti.spring.process.ProcessExtensionService processExtensionService)Methods in org.activiti.runtime.api.conf with parameters of type IntegrationContextBuilder Modifier and Type Method Description DefaultServiceTaskBehaviorConnectorsAutoConfiguration. defaultServiceTaskBehavior(org.springframework.context.ApplicationContext applicationContext, IntegrationContextBuilder integrationContextBuilder, VariablesMappingProvider outboundVariablesProvider) -
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, VariablesMappingProvider outboundVariablesProvider)
-