| Package | Description |
|---|---|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| org.opencms.ui.apps.dbmanager |
Contains classes of the cache admin app.
|
| org.opencms.ui.apps.filehistory |
Contains classes of the file history app.
|
| org.opencms.ui.apps.linkvalidation |
Contains classes of the link validation app.
|
| org.opencms.ui.apps.modules |
Contains classes of the module manager app.
|
| org.opencms.ui.apps.search |
Contains classes of the source search app.
|
| org.opencms.ui.apps.searchindex |
Contains classes of the searchindex app.
|
| org.opencms.ui.apps.shell | |
| org.opencms.ui.apps.sitemanager |
Contains classes of the site manager app.
|
| org.opencms.ui.apps.user |
Contains classes of the user manager app.
|
| org.opencms.ui.components |
Contains some reusable GUI components for Vaadin UI
|
| org.opencms.ui.report |
Contains the user interface components for reports
|
| org.opencms.workplace.threads |
A collection of thread classes that are used in the OpenCms Workplace,
usually in connection with a report.
|
| org.opencms.xml.templatemapper |
| Modifier and Type | Method and Description |
|---|---|
A_CmsReportThread |
CmsThreadStore.retrieveThread(CmsUUID key)
Retrieves a Thread from this Thread store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsThreadStore.addThread(A_CmsReportThread thread)
Adds a Thread to this Thread store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsRemovePropertyFromResourcesThread
Thread which removes property from ressources and deletes property definition.
|
class |
CmsRemovePubLocksThread
Remove the publish locks.
|
class |
CmsStaticExportThread
Does a full static export of all system resources in the current site.
|
class |
CmsSynchronizeThread
Synchronizes a VFS folder with a folder form the "real" file system.
|
| Modifier and Type | Method and Description |
|---|---|
protected A_CmsReportThread |
CmsDbImportHTTP.getThread() |
A_CmsReportThread |
CmsDbImportServer.getThread() |
protected abstract A_CmsReportThread |
A_CmsImportForm.getThread()
Gets the thread which gets started by clicking the ok button.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsReportApp.openReport(java.lang.String path,
A_CmsReportThread thread,
java.lang.String title)
Method to open the report view for the import thread.
|
void |
CmsDbImportApp.openReport(java.lang.String path,
A_CmsReportThread thread,
java.lang.String title) |
| Constructor and Description |
|---|
CmsExportThreadDialog(A_CmsReportThread thread,
com.vaadin.ui.Window window)
Public constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsHistoryClearThread
Clears the file history of the OpenCms database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsExternalLinksValidatorThread
Thread for extern link validation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsModuleImportThread
Report thread for importing a module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsModuleApp.openReport(java.lang.String newState,
A_CmsReportThread thread,
java.lang.String label)
Changes to a new sub-view and stores a report to be displayed by that subview.
|
void |
CmsModuleApp.setReport(java.lang.String key,
A_CmsReportThread report)
Stores a report thread isntance under a given key.
|
| Constructor and Description |
|---|
CmsModuleExportDialog(A_CmsReportThread thread,
com.vaadin.ui.Window window)
public constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsSearchReplaceThread
Searches in sources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsIndexingReportThread
Implements methods to utilize a report thread for
CmsIndexingReport. |
| Modifier and Type | Class and Description |
|---|---|
class |
CmsShellScriptThread
Thread for run shell script
|
| Constructor and Description |
|---|
CmsShellScriptReportDialog(A_CmsReportThread thread,
com.vaadin.ui.Window window)
Public constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsCreateSiteThread
Report thread to save site configurations.
|
class |
CmsSitesWebserverThread
Executes a script file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsImportUserThread
Class for the import user thread.
|
| Constructor and Description |
|---|
CmsShowReportDialog(A_CmsReportThread thread,
java.lang.Runnable close)
Public constructor.
|
| Constructor and Description |
|---|
CmsBasicReportPage(java.lang.String label,
A_CmsReportThread reportThread,
java.lang.Runnable callback)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsReportWidget.setReportThread(A_CmsReportThread thread)
Sets the report thread.
|
| Constructor and Description |
|---|
CmsReportOverlay(A_CmsReportThread thread)
Constructor.
|
CmsReportWidget(A_CmsReportThread thread)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsDatabaseImportThread
Imports an OpenCms export file into the VFS.
|
class |
CmsExportThread
Exports selected resources of the OpenCms into an OpenCms export file.
|
class |
CmsModuleDeleteThread
Deletes a module.
|
class |
CmsModuleReplaceThread
Replaces a module.
|
class |
CmsProjectDeleteThread
Deletes a project.
|
class |
CmsRelationsValidatorThread
A report thread for the relations validator.
|
class |
CmsXmlContentRepairThread
Repairs XML content resources according to their XSD using the corresponding settings object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsTemplateMappingContentRewriter
Report thread for rewriting pages in a folder according to a given template mapper configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsTemplateMapperDialog.setReportThread(A_CmsReportThread report)
Sets the report thread.
|