Class FormBuilderAddFieldsProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class FormBuilderAddFieldsProcessActionHandler
    extends ProcessActionHandler<Source>
    Form Builder Process Action Handler to Add contents based on a given json with form fields.
    Since:
    15.0.0
    Version:
    $Revision: 25304 $ $Date: 2022-10-22 22:51:05 -0300 (Sat, 22 Oct 2022) $
    • Constructor Detail

      • FormBuilderAddFieldsProcessActionHandler

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