Class IoMapping
java.lang.Object
org.eximeebpms.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 TypeMethodDescriptionvoidaddInputParameter(InputParameter param) voidvoidexecuteInputParameters(AbstractVariableScope variableScope) voidexecuteOutputParameters(AbstractVariableScope variableScope) voidsetInputParameters(List<InputParameter> inputParameters) voidsetOuputParameters(List<OutputParameter> outputParameters)
-
Field Details
-
inputParameters
-
outputParameters
-
-
Constructor Details
-
IoMapping
public IoMapping()
-
-
Method Details
-
executeInputParameters
-
executeOutputParameters
-
addInputParameter
-
addOutputParameter
-
getInputParameters
-
setInputParameters
-
getOutputParameters
-
setOuputParameters
-