Interface I_CmsReportThread

All Known Implementing Classes:
A_CmsReportThread, CmsCreateSiteThread, CmsDatabaseImportThread, CmsExportThread, CmsExternalLinksValidatorThread, CmsExternalLinksValidatorThread, CmsHistoryClearThread, CmsImportUserThread, CmsIndexingReportThread, CmsModuleDeleteThread, CmsModuleImportThread, CmsModuleReplaceThread, CmsProjectDeleteThread, CmsRelationsValidatorThread, CmsRemovePropertyFromResourcesThread, CmsRemovePubLocksThread, CmsSearchReplaceThread, CmsShellScriptThread, CmsSitesWebserverThread, CmsStaticExportThread, CmsSynchronizeThread, CmsSynchronizeThread, CmsTemplateMappingContentRewriter, CmsUserDataReportThread, CmsXmlContentRepairThread

public interface I_CmsReportThread
Identifies a class that can be used as a report thread .

Since:
6.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the OpenCms UUID of this report thread.
    void
    Starts the report thread.
  • Method Details

    • getUUID

      Returns the OpenCms UUID of this report thread.

      Returns:
      the OpenCms UUID of this report thread
    • start

      void start()
      Starts the report thread.