Class AdjustWebsiteRootPathsELs
- java.lang.Object
-
- lumis.upgrade.custom.build_8_1_1_150821.AdjustWebsiteRootPathsELs
-
- All Implemented Interfaces:
IStepHandler
public class AdjustWebsiteRootPathsELs extends Object implements IStepHandler
Upgrade step that adjust webroot paths.- Since:
- 8.2.0
- Version:
- $Revision: 20509 $ $Date: 2017-09-11 16:18:14 -0300 (Mon, 11 Sep 2017) $
-
-
Constructor Summary
Constructors Constructor Description AdjustWebsiteRootPathsELs()
-
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.
-
-