Class UpdateUserIdentifierFromDePackage

  • All Implemented Interfaces:
    IStepHandler

    public class UpdateUserIdentifierFromDePackage
    extends Object
    implements IStepHandler
    Updates userId column from lum_DEPackage table that is in pattern 'name (login)'. Will extract login, then find userId from lum_User and replace all value. The userId of lum_DEPackage will finish with userId from lum_User.
    Since:
    12.2.0
    Version:
    $Revision: 23534 $ $Date: 2020-01-14 13:16:30 -0300 (Tue, 14 Jan 2020) $
    • Constructor Detail

      • UpdateUserIdentifierFromDePackage

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