Package lumis.portal.monitor.impl
Class MonitorUserAnonymizeAllTask
- java.lang.Object
-
- lumis.portal.monitor.impl.MonitorUserAnonymizeAllTask
-
- All Implemented Interfaces:
Serializable
,IQueueTask
public class MonitorUserAnonymizeAllTask extends Object
Task that anonymize all users withoutUserConsent
.- 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.
-
-
-
Method Detail
-
run
public void run() throws PortalException
Description copied from interface:IQueueTask
Method to be called by queue processor in order to process queue item.- Throws:
PortalException
-
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
-
-