Class ChannelProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ChannelProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Process action handler for the portalmanagement channel service
    Since:
    4.0.0
    Version:
    $Revision: 25632 $ $Date: 2023-05-18 16:32:04 -0300 (Thu, 18 May 2023) $
    • Constructor Detail

      • ChannelProcessActionHandler

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