Class IntegrationContextBuilder
- java.lang.Object
-
- org.activiti.runtime.api.connector.IntegrationContextBuilder
-
public class IntegrationContextBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description IntegrationContextBuilder(VariablesMappingProvider inboundVariablesProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationContextfrom(DelegateExecution execution)IntegrationContextfrom(IntegrationContextEntity integrationContextEntity, DelegateExecution execution)
-
-
-
Constructor Detail
-
IntegrationContextBuilder
public IntegrationContextBuilder(VariablesMappingProvider inboundVariablesProvider)
-
-
Method Detail
-
from
public IntegrationContext from(IntegrationContextEntity integrationContextEntity, DelegateExecution execution)
-
from
public IntegrationContext from(DelegateExecution execution)
-
-