Class CreateMissingDisplayHtmlCustomProperties

  • All Implemented Interfaces:
    IStepHandler

    public class CreateMissingDisplayHtmlCustomProperties
    extends Object
    implements IStepHandler
    Class responsible for creating missing 'savedOnServiceInstanceLevel' custom properties.
    Since:
    12.4.0
    Version:
    $Revision: 23905 $ $Date: 2020-06-16 12:29:26 -0300 (Tue, 16 Jun 2020) $
    • Constructor Detail

      • CreateMissingDisplayHtmlCustomProperties

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