Class LoadMediasProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class LoadMediasProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    This class can be use to read a zip file and save the content of this zip like a content Lumis.
    Since:
    7.0.0
    Version:
    $Revision: 19885 $ $Date: 2017-02-10 16:50:05 -0200 (Fri, 10 Feb 2017) $
    • Constructor Detail

      • LoadMediasProcessActionHandler

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