static void |
InteractionHelper.complete(InteractionHelper.ParametersMap outputParameters,
Session aSession) |
Deprecated.
|
void |
SessionInteraction.complete(InteractionHelper.ParametersMap outputParameters) |
Sets this interaction to the state 'complete'.
|
static InteractionHelper.ParametersMap |
InteractionHelper.getInputParameters(Session aSession) |
Deprecated.
|
InteractionHelper.ParametersMap |
SessionInteraction.getInputParameters() |
Returns the initial input parameters of this interaction.
|
static InteractionHelper.ParametersMap |
InteractionHelper.getInternalParameters(Session aSession) |
Deprecated.
|
InteractionHelper.ParametersMap |
SessionInteraction.getInternalParameters() |
Returns the internals parameters of this interaction.
|
ServiceKey |
SessionInteraction.getServiceKey() |
Returns the service key of this interaction.
|
static boolean |
InteractionHelper.isComplete(Session aSession) |
Deprecated.
|
boolean |
SessionInteraction.isComplete() |
Returns true if this interaction has been set to 'complete'.
|
void |
SessionInteraction.setComment(String comment) |
Sets the comment of this interaction.
|
static void |
InteractionHelper.setInternalParameters(InteractionHelper.ParametersMap internalParameters,
Session aSession) |
Deprecated.
|
void |
SessionInteraction.setInternalParameters(InteractionHelper.ParametersMap internalParameters) |
Sets the internal parameters of this interaction.
|