Class CmsHistoryClearThread

java.lang.Object
java.lang.Thread
org.opencms.report.A_CmsReportThread
org.opencms.workplace.tools.history.CmsHistoryClearThread
All Implemented Interfaces:
Runnable, org.opencms.report.I_CmsReportThread

public class CmsHistoryClearThread extends org.opencms.report.A_CmsReportThread
Clears the file history of the OpenCms database.

Since:
6.0.0
  • Constructor Details

    • CmsHistoryClearThread

      public CmsHistoryClearThread(org.opencms.file.CmsObject cms, CmsHistoryClear historyClear)
      Creates the history clear Thread.

      Parameters:
      cms - the current OpenCms context object
      historyClear - the settings to clear the history
  • Method Details

    • getReportUpdate

      Specified by:
      getReportUpdate in class org.opencms.report.A_CmsReportThread
      See Also:
      • A_CmsReportThread.getReportUpdate()
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
      See Also: