Class AdjustWidgetInterfaceInstances

  • All Implemented Interfaces:
    IStepHandler

    public class AdjustWidgetInterfaceInstances
    extends Object
    implements IStepHandler
    Adjusts widget's interface instances so that each content contains one interface instance.
    Since:
    10.2.0
    Version:
    $Revision: 20413 $ $Date: 2017-07-20 16:57:40 -0300 (Thu, 20 Jul 2017) $
    • Constructor Detail

      • AdjustWidgetInterfaceInstances

        public AdjustWidgetInterfaceInstances()
    • 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.