Class InputParameter
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
org.camunda.bpm.engine.impl.core.variable.mapping.InputParameter
+-----------------+ | | outer scope-----> inner scope | | | +-----------------+
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
name, valueProvider
-
Constructor Summary
Constructors -
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
-
InputParameter
-
-
Method Details
-
execute
- Specified by:
execute
in classIoParameter
-