Class CreateWebsiteProjects

  • All Implemented Interfaces:
    IStepHandler

    public class CreateWebsiteProjects
    extends Object
    implements IStepHandler
    Class responsible for migrating website project id to the new project entity.
    Since:
    12.4.0
    Version:
    $Revision: 24878 $ $Date: 2022-03-15 01:44:27 -0300 (Tue, 15 Mar 2022) $
    • Constructor Detail

      • CreateWebsiteProjects

        public CreateWebsiteProjects()
        Default constructor.
        Since:
        12.4.0
    • 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.