Class MigrateAISystemPropertiesToTable
- java.lang.Object
-
- lumis.upgrade.custom.build_16_0_0_231027.MigrateAISystemPropertiesToTable
-
- All Implemented Interfaces:
IStepHandler
public class MigrateAISystemPropertiesToTable extends java.lang.Object implements IStepHandler
Class used to migrate AI environment properties to new unified configuration table.- Since:
- 16.1.0
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description MigrateAISystemPropertiesToTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.Node
executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
Executes a step in the upgrade process.
-
-
-
Method Detail
-
executeStep
public org.w3c.dom.Node executeStep(SessionConfig sessionConfig, org.w3c.dom.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.
-
-