| Package | Description |
|---|---|
| org.opencms.ade.sitemap.shared |
Shared Client-Server side of the sitemap view.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSitemapChange.ChangeType |
CmsSitemapChange.getChangeType()
Returns the change type.
|
static CmsSitemapChange.ChangeType |
CmsSitemapChange.ChangeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsSitemapChange.ChangeType[] |
CmsSitemapChange.ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CmsSitemapChange(CmsUUID entryId,
java.lang.String sitePath,
CmsSitemapChange.ChangeType changeType)
Constructor.
|