Class AddUserAttributes

  • All Implemented Interfaces:
    IStepHandler

    public class AddUserAttributes
    extends Object
    implements IStepHandler
    Class responsible for creating an entry on lum_UserAttribute corresponding to each user attribute.
    Since:
    11.0.0
    Version:
    $Revision: 22487 $ $Date: 2019-02-27 19:07:01 -0300 (Wed, 27 Feb 2019) $
    • Constructor Detail

      • AddUserAttributes

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