Uses of Class
org.opencms.report.A_CmsReportThread
Package
Description
Provides the main OpenCms "operating system".
Contains classes of the cache admin app.
Contains classes of the file history app.
Contains classes of the link validation app.
Contains classes of the module manager app.
Contains classes of the source search app.
Contains classes of the searchindex app.
Contains classes of the site manager app.
Contains classes of the user manager app.
Contains some reusable GUI components for Vaadin UI.
Contains the user interface components for reports.
A collection of thread classes that are used in the OpenCms Workplace,
usually in connection with a report.
-
Uses of A_CmsReportThread in org.opencms.main
Modifier and TypeMethodDescriptionCmsThreadStore.retrieveThread
(CmsUUID key) Retrieves a Thread from this Thread store.Modifier and TypeMethodDescriptionvoid
CmsThreadStore.addThread
(A_CmsReportThread thread) Adds a Thread to this Thread store. -
Uses of A_CmsReportThread in org.opencms.ui.apps.dbmanager
Modifier and TypeClassDescriptionclass
Thread which removes property from ressources and deletes property definition.class
Remove the publish locks.class
Does a full static export of all system resources in the current site.class
Synchronizes a VFS folder with a folder form the "real" file system.Modifier and TypeMethodDescriptionprotected abstract A_CmsReportThread
A_CmsImportForm.getThread()
Gets the thread which gets started by clicking the ok button.protected A_CmsReportThread
CmsDbImportHTTP.getThread()
CmsDbImportServer.getThread()
Modifier and TypeMethodDescriptionvoid
CmsDbImportApp.openReport
(String path, A_CmsReportThread thread, String title) void
I_CmsReportApp.openReport
(String path, A_CmsReportThread thread, String title) Method to open the report view for the import thread.ModifierConstructorDescriptionCmsExportThreadDialog
(CmsVfsImportExportHandler exportHandler, A_CmsReportThread thread, com.vaadin.ui.Window window) Public constructor. -
Uses of A_CmsReportThread in org.opencms.ui.apps.filehistory
Modifier and TypeClassDescriptionclass
Clears the file history of the OpenCms database. -
Uses of A_CmsReportThread in org.opencms.ui.apps.linkvalidation
Modifier and TypeClassDescriptionclass
Thread for extern link validation. -
Uses of A_CmsReportThread in org.opencms.ui.apps.modules
Modifier and TypeClassDescriptionclass
Report thread for importing a module.Modifier and TypeMethodDescriptionvoid
CmsModuleApp.openReport
(String newState, A_CmsReportThread thread, String label) Changes to a new sub-view and stores a report to be displayed by that subview.<p<void
CmsModuleApp.setReport
(String key, A_CmsReportThread report) Stores a report thread isntance under a given key.ModifierConstructorDescriptionCmsModuleExportDialog
(CmsModuleImportExportHandler exportHandler, A_CmsReportThread thread, com.vaadin.ui.Window window) public constructor. -
Uses of A_CmsReportThread in org.opencms.ui.apps.search
-
Uses of A_CmsReportThread in org.opencms.ui.apps.searchindex
Modifier and TypeClassDescriptionclass
Implements methods to utilize a report thread forCmsIndexingReport
. -
Uses of A_CmsReportThread in org.opencms.ui.apps.shell
ModifierConstructorDescriptionCmsShellScriptReportDialog
(A_CmsReportThread thread, com.vaadin.ui.Window window) Public constructor. -
Uses of A_CmsReportThread in org.opencms.ui.apps.sitemanager
Modifier and TypeClassDescriptionclass
Report thread to save site configurations.class
Executes a script file. -
Uses of A_CmsReportThread in org.opencms.ui.apps.user
ModifierConstructorDescriptionCmsShowReportDialog
(A_CmsReportThread thread, Runnable close) Public constructor. -
Uses of A_CmsReportThread in org.opencms.ui.apps.userdata
Modifier and TypeClassDescriptionclass
Report thread for searching user data. -
Uses of A_CmsReportThread in org.opencms.ui.components
ModifierConstructorDescriptionCmsBasicReportPage
(String label, A_CmsReportThread reportThread, Runnable callback) Creates a new instance. -
Uses of A_CmsReportThread in org.opencms.ui.report
Modifier and TypeMethodDescriptionvoid
CmsReportWidget.setReportThread
(A_CmsReportThread thread) Sets the report thread.static void
CmsReportDialog.showReportDialog
(String title, A_CmsReportThread thread) Creates a new window and displays the given report thread's output in it.ModifierConstructorDescriptionCmsReportDialog
(A_CmsReportThread thread, com.vaadin.ui.Window window) Public constructor.CmsReportOverlay
(A_CmsReportThread thread) Constructor.CmsReportWidget
(A_CmsReportThread thread) Creates a new instance. -
Uses of A_CmsReportThread in org.opencms.workplace.threads
Modifier and TypeClassDescriptionclass
Imports an OpenCms export file into the VFS.class
Exports selected resources of the OpenCms into an OpenCms export file.class
Thread for extern link validation.class
Deletes a module.class
Replaces a module.class
Deletes a project.class
A report thread for the relations validator.class
Synchronizes a VFS folder with a folder form the "real" file system.class
Repairs XML content resources according to their XSD using the corresponding settings object. -
Uses of A_CmsReportThread in org.opencms.xml.templatemapper
Modifier and TypeClassDescriptionclass
Report thread for rewriting pages in a folder according to a given template mapper configuration.Modifier and TypeMethodDescriptionvoid
CmsTemplateMapperDialog.setReportThread
(A_CmsReportThread report) Sets the report thread.