Class InteractionHelper.ParametersMap
java.lang.Object
com.orchestranetworks.interactions.InteractionHelper.ParametersMap
- Enclosing class:
- InteractionHelper
Defines the parameters of an interaction, either the input, output or
internal parameters.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the names of the interaction parameters.getVariableString
(String aVariableName) Returns the value of the parameter with the specified name,null
if the parameter is unset.setVariableString
(String aVariableName, String aValue) Updates a parameter value.
-
Constructor Details
-
ParametersMap
public ParametersMap()
-
-
Method Details
-
getVariableString
Returns the value of the parameter with the specified name,null
if the parameter is unset. -
getVariableNames
Returns the names of the interaction parameters. -
setVariableString
Updates a parameter value.This method only sets the value in the local context. To save the change in the interaction, invoke a method to set the parameters map in the interaction.
-