Class InboundVariablesProvider
- java.lang.Object
-
- org.activiti.runtime.api.connector.InboundVariablesProvider
-
public class InboundVariablesProvider extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InboundVariablesProvider(InboundVariableValueProvider mappedValueProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>calculateVariables(org.activiti.engine.delegate.DelegateExecution execution, org.activiti.core.common.model.connector.ActionDefinition actionDefinition)
-
-
-
Constructor Detail
-
InboundVariablesProvider
public InboundVariablesProvider(InboundVariableValueProvider mappedValueProvider)
-
-