Class MediaSelectProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class MediaSelectProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Executes the user operation of selecting a media.
    Since:
    7.0.0
    Version:
    $Revision: 20857 $ $Date: 2017-12-27 13:27:30 -0200 (Wed, 27 Dec 2017) $
    • Constructor Detail

      • MediaSelectProcessActionHandler

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