Class SetMainArticleProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class SetMainArticleProcessActionHandler
    extends ProcessActionHandler<TableSource>
    Process Action called by editArticle interface to maintain the value of mainArticle field when it's saving a new version of an article.
    Since:
    5.0.0
    Version:
    $Revision: 10825 $ $Date: 2009-08-04 12:36:40 -0300 (Tue, 04 Aug 2009) $
    • Constructor Detail

      • SetMainArticleProcessActionHandler

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