Class ParseForumCitationFormat

  • All Implemented Interfaces:
    IStepHandler

    public class ParseForumCitationFormat
    extends Object
    implements IStepHandler
    Update step to convert the forum messages from the quotation tags to the new citation html block.
    Since:
    8.1.0
    Version:
    $Revision: 17592 $ $Date: 2015-07-17 11:19:32 -0300 (Fri, 17 Jul 2015) $
    • Constructor Detail

      • ParseForumCitationFormat

        public ParseForumCitationFormat()
    • Method Detail

      • executeStep

        public Node executeStep​(SessionConfig sessionConfig,
                                Node stepNode,
                                ITransaction transaction)
                         throws PortalException
        Description copied from interface: IStepHandler
        Executes a step in the upgrade process.
        Specified by:
        executeStep in interface IStepHandler
        Parameters:
        sessionConfig - the user session information.
        stepNode - the xml step definition node.
        transaction - the transaction for persistence access.
        Returns:
        the response xml node.
        Throws:
        PortalException - if it was not possible to execute the step.