Class UpdateMonitorUserId

  • All Implemented Interfaces:
    IStepHandler

    public class UpdateMonitorUserId
    extends Object
    implements IStepHandler
    Sets lum_MonUser.userId with a new guid value where it is null.
    Since:
    12.0.0
    Version:
    $Revision: 23034 $ $Date: 2019-08-05 16:52:47 -0300 (Mon, 05 Aug 2019) $
    • Constructor Detail

      • UpdateMonitorUserId

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