| Package | Description |
|---|---|
| org.opencms.publish |
Classes to handle the OpenCms publish process.
|
| org.opencms.report |
Classes used to generate the OpenCms reports, which are displayed during publish, import, export etc.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CmsPublishReport.getReportUpdate(I_CmsReportUpdateFormatter formatter) |
| Modifier and Type | Class and Description |
|---|---|
class |
CmsClassicJavascriptReportUpdateFormatter
Report update formatter for the Javascript-based report update format, which was used in the old workplace most of the time.
|
class |
CmsVaadinHtmlReportUpdateFormatter
Report update formatter for the new Vaadin-based workplace.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
A_CmsReport.getReportUpdate(I_CmsReportUpdateFormatter formatter) |
java.lang.String |
CmsWorkplaceReport.getReportUpdate(I_CmsReportUpdateFormatter formatter) |
java.lang.String |
I_CmsReport.getReportUpdate(I_CmsReportUpdateFormatter formatter)
Fetches the report update for this report since the last time this method was called.
|
java.lang.String |
A_CmsReportThread.getReportUpdate(I_CmsReportUpdateFormatter formatter)
Gets the report update content using the specified report update formatter.
|