Uses of Class
com.orchestranetworks.interactions.InteractionHelper.ParametersMap
Packages that use InteractionHelper.ParametersMap
-
Uses of InteractionHelper.ParametersMap in com.orchestranetworks.interactions
Methods in com.orchestranetworks.interactions that return InteractionHelper.ParametersMapModifier and TypeMethodDescriptionInteractionHelper.getInputParameters(Session aSession) Deprecated.SessionInteraction.getInputParameters()Returns the initial input parameters of this interaction.InteractionHelper.getInternalParameters(Session aSession) Deprecated.Replaced bySessionInteraction.getInternalParameters().SessionInteraction.getInternalParameters()Returns the internals parameters of this interaction.Methods in com.orchestranetworks.interactions with parameters of type InteractionHelper.ParametersMapModifier and TypeMethodDescriptionstatic 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.
SessionInteraction.getInputParameters().