Class CmsNotificationCandidates

java.lang.Object
org.opencms.notification.CmsNotificationCandidates

public class CmsNotificationCandidates extends Object
The basic class for the content notification feature in OpenCms. Collects all resources that require a notification, creates and sends notifications to their responsible users.

  • Constructor Details

    • CmsNotificationCandidates

      Collects all resources that will expire in short time, or will become valid, or are not modified since a long time.

      Parameters:
      cms - the CmsObject
      Throws:
      CmsException - if something goes wrong
  • Method Details