Class ValidateArticleDeletionProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ValidateArticleDeletionProcessActionHandler
    extends ProcessActionHandler<TableSource>
    Verifies if the article can be deleted. If the article is the main article, it cannot be deleted.

    This Process Action throws a PortalException if a selected article contains its mainArticle field a true value.

    Since:
    5.0.0
    Version:
    $Revision: 20857 $ $Date: 2017-12-27 13:27:30 -0200 (Wed, 27 Dec 2017) $
    • Constructor Detail

      • ValidateArticleDeletionProcessActionHandler

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