Package org.conf.activiti.runtime.api
Class ConnectorsAutoConfiguration
- java.lang.Object
-
- org.conf.activiti.runtime.api.ConnectorsAutoConfiguration
-
@Configuration public class ConnectorsAutoConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConnectorsAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectorActionDefinitionFinderconnectorActionDefinitionFinder(java.util.List<org.activiti.core.common.model.connector.ConnectorDefinition> connectorDefinitions)DefaultServiceTaskBehaviordefaultServiceTaskBehavior(org.springframework.context.ApplicationContext applicationContext, ConnectorActionDefinitionFinder connectorActionDefinitionFinder, IntegrationContextBuilder integrationContextBuilder, OutboundVariablesProvider outboundVariablesProvider)IntegrationContextBuilderintegrationContextBuilder(org.activiti.spring.process.ProcessExtensionService processExtensionService)OutboundVariablesProvideroutboundVariablesProvider(ConnectorActionDefinitionFinder connectorActionDefinitionFinder, org.activiti.spring.process.ProcessExtensionService processExtensionService)
-
-
-
Method Detail
-
integrationContextBuilder
@Bean public IntegrationContextBuilder integrationContextBuilder(org.activiti.spring.process.ProcessExtensionService processExtensionService)
-
defaultServiceTaskBehavior
@Bean(name="defaultServiceTaskBehavior") @ConditionalOnMissingBean(name="defaultServiceTaskBehavior") public DefaultServiceTaskBehavior defaultServiceTaskBehavior(org.springframework.context.ApplicationContext applicationContext, ConnectorActionDefinitionFinder connectorActionDefinitionFinder, IntegrationContextBuilder integrationContextBuilder, OutboundVariablesProvider outboundVariablesProvider)
-
outboundVariablesProvider
@Bean public OutboundVariablesProvider outboundVariablesProvider(ConnectorActionDefinitionFinder connectorActionDefinitionFinder, org.activiti.spring.process.ProcessExtensionService processExtensionService)
-
connectorActionDefinitionFinder
@Bean public ConnectorActionDefinitionFinder connectorActionDefinitionFinder(java.util.List<org.activiti.core.common.model.connector.ConnectorDefinition> connectorDefinitions)
-
-