Social Collaboration Notification Extensions for Content Navigator define classes and properties for an event notification system supporting IBM® Content Navigator.
You can use Administration Console for Content Platform Engine to view the metadata.
Class name (symbolic name) | Description |
---|---|
Interest (ClbInterestBase) | Represents the base abstract class for a Notification Interest. |
Notification Interest (ClbNotificationInterest) | Represents the base class for an end-user request for event notifications on a document, folder, or teamspace. |
Notification Teamspace Interest (ClbNotificationTeamspaceInterest) | Represents an end-user request for event notifications on a teamspace. |
Notification Document Interest (ClbNotificationDocumentInterest) | Represents an end-user request for event notifications on a document. |
Notification Folder Interest (ClbNotificationFolderInterest) | Represents an end-user request for event notifications on a folder. |
Notification User (ClbNotificationUser) | Represents a user who requests notification about events that are triggered on an object. A Notification User is created when a user creates an Interest object. |
Notification Item (ClbNotificationItem) | Represents the notification information to be sent to a user who requested notification. |
Notification Queue Entry (ClbNotificationQueueEntry) | Represents a queue entry with notification information to be sent to a user. The entry will be processed by a queue sweep that will notify the user. |
Notification Email Template (ClbNotificationEmailTemplate) | Represents the base abstract class for a notification template for an email header, footer, or body. |
Notification Email Template Header (ClbNotificationEmailTemplateHeader) | Represents a template for an email header. |
Notification Email Template Footer (ClbNotificationEmailTemplateFooter) | Represents a template for an email footer. |
Notification Email Template Body (ClbNotificationEmailTemplateBody) | Represents a template for an email body. |