Class InteractionHelper
- java.lang.Object
- com.orchestranetworks.interactions.InteractionHelper
 
 - public final class InteractionHelper extends Object 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 SummaryNested Classes Modifier and Type クラス Description static classInteractionHelper.ParametersMapDefines the parameters of an interaction, either the input, output or internal parameters.
 -   Constructor SummaryConstructors Constructor Description InteractionHelper()
 -   Method SummaryAll Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidcomplete (InteractionHelper.ParametersMap outputParameters, Session aSession)Deprecated.static InteractionHelper.ParametersMapgetInputParameters (Session aSession)Deprecated.Replaced bySessionInteraction.getInputParameters().static InteractionHelper.ParametersMapgetInternalParameters (Session aSession)Deprecated.Replaced bySessionInteraction.getInternalParameters().static booleanisComplete (Session aSession)Deprecated.Replaced bySessionInteraction.isComplete().static voidsetInternalParameters (InteractionHelper.ParametersMap internalParameters, Session aSession)
 
-   
-   Method Detail- getInputParameters- @Deprecated public static InteractionHelper.ParametersMap getInputParameters(Session aSession) throws InteractionException Deprecated.Replaced by- SessionInteraction.getInputParameters().- Throws:
- InteractionException
 
 - getInternalParameters- @Deprecated public static InteractionHelper.ParametersMap getInternalParameters(Session aSession) throws InteractionException Deprecated.Replaced by- SessionInteraction.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 public static boolean isComplete(Session aSession) throws InteractionException Deprecated.Replaced by- SessionInteraction.isComplete().- Throws:
- InteractionException
 
 
 
-