Uses of Class
com.orchestranetworks.interactions.InteractionHelper.ParametersMap
-
Packages that use InteractionHelper.ParametersMap Package Description com.orchestranetworks.interactions Provides classes for UI interactions. -
-
Uses of InteractionHelper.ParametersMap in com.orchestranetworks.interactions
Methods in com.orchestranetworks.interactions that return InteractionHelper.ParametersMap Modifier and Type Method Description static InteractionHelper.ParametersMapInteractionHelper. getInputParameters(Session aSession)Deprecated.Replaced bySessionInteraction.getInputParameters().InteractionHelper.ParametersMapSessionInteraction. getInputParameters()Returns the initial input parameters of this interaction.static InteractionHelper.ParametersMapInteractionHelper. getInternalParameters(Session aSession)Deprecated.Replaced bySessionInteraction.getInternalParameters().InteractionHelper.ParametersMapSessionInteraction. getInternalParameters()Returns the internals parameters of this interaction.Methods in com.orchestranetworks.interactions with parameters of type InteractionHelper.ParametersMap Modifier and Type Method Description static voidInteractionHelper. complete(InteractionHelper.ParametersMap outputParameters, Session aSession)Deprecated.voidSessionInteraction. complete(InteractionHelper.ParametersMap outputParameters)Sets this interaction to the state 'complete'.static voidInteractionHelper. setInternalParameters(InteractionHelper.ParametersMap internalParameters, Session aSession)voidSessionInteraction. setInternalParameters(InteractionHelper.ParametersMap internalParameters)Sets the internal parameters of this interaction.
-