Class IntegrationContextBuilder
java.lang.Object
org.activiti.runtime.api.connector.IntegrationContextBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrationContextBuilder(ExtensionsVariablesMappingProvider inboundVariablesProvider, org.activiti.engine.impl.el.ExpressionManager expressionManager) -
Method Summary
Modifier and TypeMethodDescriptionorg.activiti.api.process.model.IntegrationContextfrom(org.activiti.engine.delegate.DelegateExecution execution) org.activiti.api.process.model.IntegrationContextfrom(org.activiti.engine.impl.persistence.entity.integration.IntegrationContextEntity integrationContextEntity, org.activiti.engine.delegate.DelegateExecution execution) protected StringresolveServiceTaskNameExpression(org.activiti.bpmn.model.ServiceTask serviceTask, org.activiti.engine.delegate.DelegateExecution execution)
-
Constructor Details
-
IntegrationContextBuilder
public IntegrationContextBuilder(ExtensionsVariablesMappingProvider inboundVariablesProvider, org.activiti.engine.impl.el.ExpressionManager expressionManager)
-
-
Method Details
-
from
public org.activiti.api.process.model.IntegrationContext from(org.activiti.engine.impl.persistence.entity.integration.IntegrationContextEntity integrationContextEntity, org.activiti.engine.delegate.DelegateExecution execution) -
from
public org.activiti.api.process.model.IntegrationContext from(org.activiti.engine.delegate.DelegateExecution execution) -
resolveServiceTaskNameExpression
protected String resolveServiceTaskNameExpression(org.activiti.bpmn.model.ServiceTask serviceTask, org.activiti.engine.delegate.DelegateExecution execution)
-