| 程序包 | 说明 |
|---|---|
| org.opencms.notification |
Contains classes for the automatical notification of outdated, expiring or released content.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected java.util.List<CmsExtendedNotificationCause> |
CmsContentNotification.getNotificationCauses()
Returns a list of CmsNotificationResourceInfos of the resources that will occur in the notification.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
CmsExtendedNotificationCause.compareTo(CmsExtendedNotificationCause o) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
CmsContentNotification.setNotificationCauses(java.util.List<CmsExtendedNotificationCause> resources)
Sets the resources.
|