Class AddWidgetProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class AddWidgetProcessActionHandler
    extends ProcessActionHandler<Source<ISourceField>>
    Removes the Interface Instance ID from the temporary table that stores all Interfaces IDs generated during the ADD or Update process.
    Since:
    6.0.0
    Version:
    $Revision: 13092 $ $Date: 2011-05-28 18:19:06 -0300 (Sat, 28 May 2011) $
    • Constructor Detail

      • AddWidgetProcessActionHandler

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