public final class InteractionHelper extends Object
Note: The methods of this class were deprecated in version 5.2.7,
having been replaced by methods in the class SessionInteraction
.
Modifier and Type | Class and Description |
---|---|
static class |
InteractionHelper.ParametersMap
Defines the parameters of an interaction, either the input, output or
internal parameters.
|
Constructor and Description |
---|
InteractionHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
complete(InteractionHelper.ParametersMap outputParameters,
Session aSession)
Deprecated.
|
static InteractionHelper.ParametersMap |
getInputParameters(Session aSession)
Deprecated.
Replaced by
SessionInteraction.getInputParameters() . |
static InteractionHelper.ParametersMap |
getInternalParameters(Session aSession)
Deprecated.
Replaced by
SessionInteraction.getInternalParameters() . |
static boolean |
isComplete(Session aSession)
Deprecated.
Replaced by
SessionInteraction.isComplete() . |
static void |
setInternalParameters(InteractionHelper.ParametersMap internalParameters,
Session aSession)
|
public static InteractionHelper.ParametersMap getInputParameters(Session aSession) throws InteractionException
SessionInteraction.getInputParameters()
.InteractionException
public static InteractionHelper.ParametersMap getInternalParameters(Session aSession) throws InteractionException
SessionInteraction.getInternalParameters()
.InteractionException
public static void setInternalParameters(InteractionHelper.ParametersMap internalParameters, Session aSession) throws InteractionException
SessionInteraction.setInternalParameters(com.orchestranetworks.interactions.InteractionHelper.ParametersMap)
.InteractionException
public static void complete(InteractionHelper.ParametersMap outputParameters, Session aSession) throws InteractionException
SessionInteraction.complete(com.orchestranetworks.interactions.InteractionHelper.ParametersMap)
.InteractionException
public static boolean isComplete(Session aSession) throws InteractionException
SessionInteraction.isComplete()
.InteractionException