| Package | Description |
|---|---|
| com.orchestranetworks.interactions |
Provides classes for UI interactions.
|
| Modifier and Type | Method and Description |
|---|---|
InteractionHelper.ParametersMap |
SessionInteraction.getInputParameters()
Returns the initial input parameters of this interaction.
|
static InteractionHelper.ParametersMap |
InteractionHelper.getInputParameters(Session aSession)
Deprecated.
Replaced by
SessionInteraction.getInputParameters(). |
InteractionHelper.ParametersMap |
SessionInteraction.getInternalParameters()
Returns the internals parameters of this interaction.
|
static InteractionHelper.ParametersMap |
InteractionHelper.getInternalParameters(Session aSession)
Deprecated.
Replaced by
SessionInteraction.getInternalParameters(). |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionInteraction.complete(InteractionHelper.ParametersMap outputParameters)
Sets this interaction to the state 'complete'.
|
static void |
InteractionHelper.complete(InteractionHelper.ParametersMap outputParameters,
Session aSession)
Deprecated.
|
void |
SessionInteraction.setInternalParameters(InteractionHelper.ParametersMap internalParameters)
Sets the internal parameters of this interaction.
|
static void |
InteractionHelper.setInternalParameters(InteractionHelper.ParametersMap internalParameters,
Session aSession)
|