Class MonitorUserAnonymizeAllTask

  • All Implemented Interfaces:
    java.io.Serializable, IQueueTask

    public class MonitorUserAnonymizeAllTask
    extends java.lang.Object
    Task that anonymize all users without UserConsent.
    Since:
    12.3.0
    Version:
    $Revision: 23745 $ $Date: 2020-04-07 20:09:15 -0300 (Tue, 07 Apr 2020) $
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Method to be called by queue processor in order to process queue item.
      static void schedule()
      Schedules the execution of task that anonymize all monitor users.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • schedule

        public static void schedule()
                             throws PortalException
        Schedules the execution of task that anonymize all monitor users.
        Throws:
        PortalException - if the task could not be scheduled.
        Since:
        12.3.0