JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.opencms.report
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
,
CmsXmlContentRepairThread
public interface
I_CmsReportThread
Identifies a class that can be used as a report thread .
Since:
6.0.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
CmsUUID
getUUID
()
Returns the OpenCms UUID of this report thread.
void
start
()
Starts the report thread.
Method Detail
getUUID
CmsUUID
getUUID
()
Returns the OpenCms UUID of this report thread.
Returns:
the OpenCms UUID of this report thread
start
void
start
()
Starts the report thread.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method