Class ValidateExperimentProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ValidateExperimentProcessActionHandler
    extends ProcessActionHandler
    Validate a experiment before persist it in the database.
    Since:
    14.0.0
    Version:
    $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
    • Constructor Detail

      • ValidateExperimentProcessActionHandler

        public ValidateExperimentProcessActionHandler()
    • 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