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: 23904 $ $Date: 2020-06-16 12:23:44 -0300 (Tue, 16 Jun 2020) $
    • 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.