Class CmsUpdateXmlThread

java.lang.Object
java.lang.Thread
org.opencms.report.A_CmsReportThread
org.opencms.workplace.tools.content.updatexml.CmsUpdateXmlThread
All Implemented Interfaces:
Runnable, org.opencms.report.I_CmsReportThread

public class CmsUpdateXmlThread extends org.opencms.report.A_CmsReportThread
Converting xml contents according to new schema.

Since:
7.0.5
  • Constructor Details

    • CmsUpdateXmlThread

      public CmsUpdateXmlThread(org.opencms.file.CmsObject cms, CmsUpdateXmlSettings settings)
      Creates a replace html tag Thread.

      Parameters:
      cms - the current cms context.
      settings - the settings needed to perform the operation.
  • 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: