Class OutputParameter
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
org.camunda.bpm.engine.impl.core.variable.mapping.OutputParameter
+--------------+ | | | 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
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
OutputParameter
-
-
Method Details
-
execute
- Specified by:
execute
in classIoParameter
-