Class InteractionHelper
java.lang.Object
com.orchestranetworks.interactions.InteractionHelper
This class provides methods for implementing a user service that has been declared
as an interaction.
Note: The methods of this class were deprecated in version 5.2.7,
having been replaced by methods in the class SessionInteraction.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDefines the parameters of an interaction, either the input, output or internal parameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcomplete(InteractionHelper.ParametersMap outputParameters, Session aSession) Deprecated.getInputParameters(Session aSession) Deprecated.Replaced bySessionInteraction.getInputParameters().getInternalParameters(Session aSession) Deprecated.Replaced bySessionInteraction.getInternalParameters().static booleanisComplete(Session aSession) Deprecated.Replaced bySessionInteraction.isComplete().static voidsetInternalParameters(InteractionHelper.ParametersMap internalParameters, Session aSession)
-
Constructor Details
-
InteractionHelper
public InteractionHelper()
-
-
Method Details
-
getInputParameters
@Deprecated public static InteractionHelper.ParametersMap getInputParameters(Session aSession) throws InteractionException Deprecated.Replaced bySessionInteraction.getInputParameters().- Throws:
InteractionException
-
getInternalParameters
@Deprecated public static InteractionHelper.ParametersMap getInternalParameters(Session aSession) throws InteractionException Deprecated.Replaced bySessionInteraction.getInternalParameters().- Throws:
InteractionException
-
setInternalParameters
@Deprecated public static void setInternalParameters(InteractionHelper.ParametersMap internalParameters, Session aSession) throws InteractionException Deprecated.- Throws:
InteractionException
-
complete
@Deprecated public static void complete(InteractionHelper.ParametersMap outputParameters, Session aSession) throws InteractionException Deprecated.- Throws:
InteractionException
-
isComplete
Deprecated.Replaced bySessionInteraction.isComplete().- Throws:
InteractionException
-
SessionInteraction.complete(com.orchestranetworks.interactions.InteractionHelper.ParametersMap).