Class OutputParameter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
-
- org.camunda.bpm.engine.impl.core.variable.mapping.OutputParameter
-
public class OutputParameter extends IoParameter
+--------------+ | | | inner scope ------> outer scope | | +--------------+
- Author:
- Daniel Meyer
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
name, valueProvider
-
-
Constructor Summary
Constructors Constructor Description OutputParameter(java.lang.String name, ParameterValueProvider valueProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
execute(AbstractVariableScope innerScope, AbstractVariableScope outerScope)
-
Methods inherited from class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
execute, getName, getValueProvider, setName, setValueProvider
-
-
-
-
Constructor Detail
-
OutputParameter
public OutputParameter(java.lang.String name, ParameterValueProvider valueProvider)
-
-
Method Detail
-
execute
protected void execute(AbstractVariableScope innerScope, AbstractVariableScope outerScope)
- Specified by:
execute
in classIoParameter
-
-