Class SelectImportFileProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class SelectImportFileProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Process action handler for the lumis.service.portalmanagement.serialization.selectImportFile interface.
    Since:
    4.0.6
    Version:
    $Revision: 10002 $ $Date: 2008-12-18 17:20:01 -0200 (Thu, 18 Dec 2008) $
    • Constructor Detail

      • SelectImportFileProcessActionHandler

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