Uses of Class
org.opencms.report.A_CmsReportThread
Packages that use 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
Methods in org.opencms.main that return A_CmsReportThreadModifier and TypeMethodDescriptionCmsThreadStore.retrieveThread(CmsUUID key) Retrieves a Thread from this Thread store.Methods in org.opencms.main with parameters of type A_CmsReportThreadModifier and TypeMethodDescriptionvoidCmsThreadStore.addThread(A_CmsReportThread thread) Adds a Thread to this Thread store. -
Uses of A_CmsReportThread in org.opencms.ui.apps.dbmanager
Subclasses of A_CmsReportThread in org.opencms.ui.apps.dbmanagerModifier and TypeClassDescriptionclassThread which removes property from ressources and deletes property definition.classRemove the publish locks.classDoes a full static export of all system resources in the current site.classSynchronizes a VFS folder with a folder form the "real" file system.Methods in org.opencms.ui.apps.dbmanager that return A_CmsReportThreadModifier and TypeMethodDescriptionprotected abstract A_CmsReportThreadA_CmsImportForm.getThread()Gets the thread which gets started by clicking the ok button.protected A_CmsReportThreadCmsDbImportHTTP.getThread()CmsDbImportServer.getThread()Methods in org.opencms.ui.apps.dbmanager with parameters of type A_CmsReportThreadModifier and TypeMethodDescriptionvoidCmsDbImportApp.openReport(String path, A_CmsReportThread thread, String title) voidI_CmsReportApp.openReport(String path, A_CmsReportThread thread, String title) Method to open the report view for the import thread.Constructors in org.opencms.ui.apps.dbmanager with parameters of type A_CmsReportThreadModifierConstructorDescriptionCmsExportThreadDialog(CmsVfsImportExportHandler exportHandler, A_CmsReportThread thread, com.vaadin.ui.Window window) Public constructor. -
Uses of A_CmsReportThread in org.opencms.ui.apps.filehistory
Subclasses of A_CmsReportThread in org.opencms.ui.apps.filehistoryModifier and TypeClassDescriptionclassClears the file history of the OpenCms database. -
Uses of A_CmsReportThread in org.opencms.ui.apps.linkvalidation
Subclasses of A_CmsReportThread in org.opencms.ui.apps.linkvalidationModifier and TypeClassDescriptionclassThread for extern link validation. -
Uses of A_CmsReportThread in org.opencms.ui.apps.modules
Subclasses of A_CmsReportThread in org.opencms.ui.apps.modulesModifier and TypeClassDescriptionclassReport thread for importing a module.Methods in org.opencms.ui.apps.modules with parameters of type A_CmsReportThreadModifier and TypeMethodDescriptionvoidCmsModuleApp.openReport(String newState, A_CmsReportThread thread, String label) Changes to a new sub-view and stores a report to be displayed by that subview.invalid input: '<'pinvalid input: '<'voidCmsModuleApp.setReport(String key, A_CmsReportThread report) Stores a report thread isntance under a given key.Constructors in org.opencms.ui.apps.modules with parameters of type A_CmsReportThreadModifierConstructorDescriptionCmsModuleExportDialog(CmsModuleImportExportHandler exportHandler, A_CmsReportThread thread, com.vaadin.ui.Window window) public constructor. -
Uses of A_CmsReportThread in org.opencms.ui.apps.search
Subclasses of A_CmsReportThread in org.opencms.ui.apps.search -
Uses of A_CmsReportThread in org.opencms.ui.apps.searchindex
Subclasses of A_CmsReportThread in org.opencms.ui.apps.searchindexModifier and TypeClassDescriptionclassImplements methods to utilize a report thread forCmsIndexingReport. -
Uses of A_CmsReportThread in org.opencms.ui.apps.shell
Subclasses of A_CmsReportThread in org.opencms.ui.apps.shellConstructors in org.opencms.ui.apps.shell with parameters of type A_CmsReportThreadModifierConstructorDescriptionCmsShellScriptReportDialog(A_CmsReportThread thread, com.vaadin.ui.Window window) Public constructor. -
Uses of A_CmsReportThread in org.opencms.ui.apps.sitemanager
Subclasses of A_CmsReportThread in org.opencms.ui.apps.sitemanagerModifier and TypeClassDescriptionclassReport thread to save site configurations.classExecutes a script file. -
Uses of A_CmsReportThread in org.opencms.ui.apps.user
Subclasses of A_CmsReportThread in org.opencms.ui.apps.userConstructors in org.opencms.ui.apps.user with parameters of type A_CmsReportThreadModifierConstructorDescriptionCmsShowReportDialog(A_CmsReportThread thread, Runnable close) Public constructor. -
Uses of A_CmsReportThread in org.opencms.ui.apps.userdata
Subclasses of A_CmsReportThread in org.opencms.ui.apps.userdataModifier and TypeClassDescriptionclassReport thread for searching user data. -
Uses of A_CmsReportThread in org.opencms.ui.components
Constructors in org.opencms.ui.components with parameters of type A_CmsReportThreadModifierConstructorDescriptionCmsBasicReportPage(String label, A_CmsReportThread reportThread, Runnable callback) Creates a new instance. -
Uses of A_CmsReportThread in org.opencms.ui.report
Methods in org.opencms.ui.report with parameters of type A_CmsReportThreadModifier and TypeMethodDescriptionvoidCmsReportWidget.setReportThread(A_CmsReportThread thread) Sets the report thread.static voidCmsReportDialog.showReportDialog(String title, A_CmsReportThread thread) Creates a new window and displays the given report thread's output in it.Constructors in org.opencms.ui.report with parameters of type A_CmsReportThreadModifierConstructorDescriptionCmsReportDialog(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
Subclasses of A_CmsReportThread in org.opencms.workplace.threadsModifier and TypeClassDescriptionclassImports an OpenCms export file into the VFS.classExports selected resources of the OpenCms into an OpenCms export file.classThread for extern link validation.classDeletes a module.classReplaces a module.classDeletes a project.classA report thread for the relations validator.classSynchronizes a VFS folder with a folder form the "real" file system.classRepairs XML content resources according to their XSD using the corresponding settings object. -
Uses of A_CmsReportThread in org.opencms.xml.templatemapper
Subclasses of A_CmsReportThread in org.opencms.xml.templatemapperModifier and TypeClassDescriptionclassReport thread for rewriting pages in a folder according to a given template mapper configuration.Methods in org.opencms.xml.templatemapper with parameters of type A_CmsReportThreadModifier and TypeMethodDescriptionvoidCmsTemplateMapperDialog.setReportThread(A_CmsReportThread report) Sets the report thread.