Class NavigationAddContentProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class NavigationAddContentProcessActionHandler
    extends ProcessActionHandler<Source>
    Navigation service Process action handler to add channel structure based on a given JSON.
    Since:
    9.0.0
    Version:
    $Revision: 24943 $ $Date: 2022-04-12 14:22:08 -0300 (Tue, 12 Apr 2022) $
    • Constructor Detail

      • NavigationAddContentProcessActionHandler

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