Package lumis.upgrade

Interface IStepHandler

    • Method Detail

      • executeStep

        Node executeStep​(SessionConfig sessionConfig,
                         Node stepNode,
                         ITransaction transaction)
                  throws PortalException
        Executes a step in the upgrade process.
        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.
        Since:
        4.0.4