Class IoParameter
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
- Direct Known Subclasses:
InputParameter
,OutputParameter
An
IoParameter
creates a variable
in a target variable scope.- Author:
- Daniel Meyer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The name of the parameter.protected ParameterValueProvider
The provider of the parameter value. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(AbstractVariableScope scope) Execute the parameter in a given variable scope.protected abstract void
execute
(AbstractVariableScope innerScope, AbstractVariableScope outerScope) getName()
void
void
setValueProvider
(ParameterValueProvider valueProvider)
-
Field Details
-
name
The name of the parameter. The name of the parameter is the variable name in the targetVariableScope
. -
valueProvider
The provider of the parameter value.
-
-
Constructor Details
-
IoParameter
-
-
Method Details
-
execute
Execute the parameter in a given variable scope. -
execute
- Parameters:
innerScope
-outerScope
-
-
getName
-
setName
-
getValueProvider
-
setValueProvider
-