Class WrongFKIndexCorrection

  • All Implemented Interfaces:
    IStepHandler

    public class WrongFKIndexCorrection
    extends Object
    implements IStepHandler
    Class responsible for validate the LUM_FK_USER2 and LUM_FK_PREFPRINC2 mistaken INDEX.
    Since:
    11.0.0
    Version:
    $Revision: 21880 $ $Date: 2018-09-21 17:07:19 -0300 (Fri, 21 Sep 2018) $
    • Constructor Detail

      • WrongFKIndexCorrection

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