Class 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 Detail

      • CreateLinkInUserSegmentationToPrincipal

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