Class UpdatePageTitleFieldXml

  • All Implemented Interfaces:
    IStepHandler

    public class UpdatePageTitleFieldXml
    extends Object
    implements IStepHandler
    Update interface custom fields XML for the renamed field "pageTitle" to "pageSimpleTitle"
    Since:
    10.2.0
    Version:
    $Revision: 20509 $ $Date: 2017-09-11 16:18:14 -0300 (Mon, 11 Sep 2017) $
    • Constructor Detail

      • UpdatePageTitleFieldXml

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