Uses of Class
com.orchestranetworks.interactions.InteractionException
Packages that use InteractionException
-
Uses of InteractionException in com.orchestranetworks.interactions
Subclasses of InteractionException in com.orchestranetworks.interactionsModifier and TypeClassDescriptionfinal classThis runtime exception is thrown by some methods which try to change the interaction state while the current interaction state has already been accepted or rejected.Methods in com.orchestranetworks.interactions that throw InteractionExceptionModifier and TypeMethodDescriptionstatic voidInteractionHelper.complete(InteractionHelper.ParametersMap outputParameters, Session aSession) Deprecated.voidSessionInteraction.complete(InteractionHelper.ParametersMap outputParameters) Sets this interaction to the state 'complete'.InteractionHelper.getInputParameters(Session aSession) Deprecated.Replaced bySessionInteraction.getInputParameters().SessionInteraction.getInputParameters()Returns the initial input parameters of this interaction.InteractionHelper.getInternalParameters(Session aSession) Deprecated.Replaced bySessionInteraction.getInternalParameters().SessionInteraction.getInternalParameters()Returns the internals parameters of this interaction.SessionInteraction.getServiceKey()Returns the service key of this interaction.static booleanInteractionHelper.isComplete(Session aSession) Deprecated.Replaced bySessionInteraction.isComplete().booleanSessionInteraction.isComplete()Returnstrueif this interaction has been set to 'complete'.voidSessionInteraction.setComment(String comment) Sets the comment of this interaction.static voidInteractionHelper.setInternalParameters(InteractionHelper.ParametersMap internalParameters, Session aSession) voidSessionInteraction.setInternalParameters(InteractionHelper.ParametersMap internalParameters) Sets the internal parameters of this interaction.
SessionInteraction.complete(com.orchestranetworks.interactions.InteractionHelper.ParametersMap).