| Package | Description |
|---|---|
| org.opencms.notification |
Contains classes for the automatical notification of outdated, expiring or released content.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CmsExtendedNotificationCause> |
CmsContentNotification.getNotificationCauses()
Returns a list of CmsNotificationResourceInfos of the resources that will occur in the notification.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CmsExtendedNotificationCause.compareTo(CmsExtendedNotificationCause o) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsContentNotification.setNotificationCauses(java.util.List<CmsExtendedNotificationCause> resources)
Sets the resources.
|