Content Notification
From OpenCms Wiki
(Difference between revisions)
(→Content Notification) |
(→Content Notification: Tidied up, added external link to javadoc.) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
=Content Notification= | =Content Notification= | ||
− | Since OpenCms 6.2 beta has a | + | Since OpenCms 6.2 beta has a feature called "Content Notification". |
==This is a manual on how to enable the "Content Notification" feature== | ==This is a manual on how to enable the "Content Notification" feature== | ||
Line 9: | Line 9: | ||
# In the "Availability" dialog, you can can set the notification interval for each resource and enable/disable it for the resource. | # In the "Availability" dialog, you can can set the notification interval for each resource and enable/disable it for the resource. | ||
# In the Administration view, you must schedule a job of the class "org.opencms.notification.CmsContentNotificationJob" (available as one of the pre-defined system jobs) which will do the notification. This job should be scheduled once per day. | # In the Administration view, you must schedule a job of the class "org.opencms.notification.CmsContentNotificationJob" (available as one of the pre-defined system jobs) which will do the notification. This job should be scheduled once per day. | ||
+ | |||
+ | ==External Links== | ||
+ | * [http://files.opencms.org/javadoc/core/org/opencms/notification/package-summary.html Package org.opencms.notification] |
Latest revision as of 15:48, 3 August 2012
Content Notification
Since OpenCms 6.2 beta has a feature called "Content Notification".
This is a manual on how to enable the "Content Notification" feature
- In the "Permission" dialog, you find a new "permission" called "Responsible", activate this for a group or user. If you assign a group to this resource, all group members will be informed with an email.
- In the "Availability" dialog, you can can set the notification interval for each resource and enable/disable it for the resource.
- In the Administration view, you must schedule a job of the class "org.opencms.notification.CmsContentNotificationJob" (available as one of the pre-defined system jobs) which will do the notification. This job should be scheduled once per day.