Class CreateLinkInUserSegmentationToPrincipal
- java.lang.Object
-
- lumis.upgrade.custom.build_11_1_0_190114.CreateLinkInUserSegmentationToPrincipal
-
- All Implemented Interfaces:
IStepHandler
public class CreateLinkInUserSegmentationToPrincipal extends Object implements IStepHandler
- Since:
- 11.2.0
- Version:
- $Revision: 22603 $ $Date: 2019-03-28 21:05:11 -0300 (Thu, 28 Mar 2019) $
-
-
Constructor Summary
Constructors Constructor Description CreateLinkInUserSegmentationToPrincipal()
-
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.
-
-