Uses of Class
com.orchestranetworks.interactions.InteractionHelper.ParametersMap
Packages that use InteractionHelper.ParametersMap
Package
Description
Provides classes for UI interactions.
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
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. -
Uses of InteractionHelper.ParametersMap in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return InteractionHelper.ParametersMapModifier and TypeMethodDescriptionWorkflowLauncherInfo.getDataContextVariables()Gets the list of data context variables.
SessionInteraction.getInputParameters().