Class IoMapping
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
Maps variables in and out of a variable scope.
- Author:
- Daniel Meyer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addInputParameter
(InputParameter param) void
void
executeInputParameters
(AbstractVariableScope variableScope) void
executeOutputParameters
(AbstractVariableScope variableScope) void
setInputParameters
(List<InputParameter> inputParameters) void
setOuputParameters
(List<OutputParameter> outputParameters)
-
Field Details
-
inputParameters
-
outputParameters
-
-
Constructor Details
-
IoMapping
public IoMapping()
-
-
Method Details
-
executeInputParameters
-
executeOutputParameters
-
addInputParameter
-
addOutputParameter
-
getInputParameters
-
setInputParameters
-
getOutputParameters
-
setOuputParameters
-