Class PageViewEventUpdateTask

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

    public class PageViewEventUpdateTask
    extends java.lang.Object
    implements IQueueTask
    Task that upgrades the monitor page view event data removing the duration data.
    Since:
    12.0.0
    Version:
    $Revision: 24260 $ $Date: 2020-12-02 19:10:55 -0300 (Wed, 02 Dec 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 upgrades page view event data.
      • 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 upgrades page view event data.
        Throws:
        PortalException - if the task could not be scheduled.
        Since:
        12.0.0