Class UpdateUserIdentifierFromDePackage
- java.lang.Object
-
- lumis.upgrade.custom.build_12_1_0_191216.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 Summary
Constructors Constructor Description UpdateUserIdentifierFromDePackage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
executeStep(SessionConfig sessionConfig, Node stepNode, ITransaction transaction)
Executes a step in the upgrade process.
-
-
-
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 interfaceIStepHandler
- 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.
-
-