public class CmsNotificationCandidates
extends java.lang.Object
构造器和说明 |
---|
CmsNotificationCandidates(CmsObject cms)
Collects all resources that will expire in short time, or will become valid, or are not modified since a long time.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.util.Collection<CmsContentNotification> |
getContentNotifications()
Returns a collection of CmsContentNotifications, one for each responsible that receives a notification.
|
java.lang.String |
notifyResponsibles()
Sends all notifications to the responsible users.
|
public CmsNotificationCandidates(CmsObject cms) throws CmsException
cms
- the CmsObjectCmsException
- if something goes wrongpublic java.lang.String notifyResponsibles() throws CmsException
CmsException
- if something goes wrongprotected java.util.Collection<CmsContentNotification> getContentNotifications() throws CmsException
CmsException
- if something goes wrong