| Package | Description |
|---|---|
| org.opencms.report |
Classes used to generate the OpenCms reports, which are displayed during publish, import, export etc.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsReportFormatType |
CmsReportFormatType.byId(int id)
Gets the format enum by its id.
|
static CmsReportFormatType |
CmsReportFormatType.byName(java.lang.String name)
Gets the format enum by its format naem.
|
CmsReportFormatType |
CmsReportUpdateItem.getType()
Gets the entry type.
|
static CmsReportFormatType |
CmsReportFormatType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsReportFormatType[] |
CmsReportFormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CmsReportUpdateItem(CmsReportFormatType type,
java.lang.Object message)
Creates a new instance.
|