Class UserProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class UserProcessActionHandler
    extends ProcessActionHandler<Source>
    Calls the UserManager to add, update and delete LumisPortal users.
    Since:
    4.0.0
    Version:
    $Revision: 17048 $ $Date: 2015-03-03 11:25:55 -0300 (Tue, 03 Mar 2015) $
    • Constructor Detail

      • UserProcessActionHandler

        public UserProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException