Class CmsRelationsValidatorThread

java.lang.Object
java.lang.Thread
org.opencms.report.A_CmsReportThread
org.opencms.workplace.threads.CmsRelationsValidatorThread
All Implemented Interfaces:
Runnable, I_CmsReportThread

A report thread for the relations validator.

Since:
6.0.0
  • Constructor Details

    • CmsRelationsValidatorThread

      Creates a thread that validates the relations for all files of the current project.

      Parameters:
      cms - the current OpenCms context object
    • CmsRelationsValidatorThread

      Creates a thread that validates the relations in the list of unpublished file(s) of the current (offline) project.

      The publish list *IS* saved in the current user's workplace settings for further processing by other threads. The last thread processing this publish list *MUST* ensure that the publish list gets removed from the current user's workplace settings!

      Parameters:
      cms - the current OpenCms context object
      publishList - the list of resources which will be directly published
      settings - the current user's workplace settings
  • Method Details