Class AddQuestionaireAnswerProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class AddQuestionaireAnswerProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Process Action that adds Answer to questionnaire
    Since:
    8.1.0
    Version:
    $Revision: 17653 $ $Date: 2015-08-10 13:45:02 -0300 (Mon, 10 Aug 2015) $
    • Constructor Detail

      • AddQuestionaireAnswerProcessActionHandler

        public AddQuestionaireAnswerProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException