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