Class CommentNotificationVeto

java.lang.Object
org.nuxeo.ecm.platform.comment.notification.CommentNotificationVeto
All Implemented Interfaces:
NotificationListenerVeto

public class CommentNotificationVeto extends Object implements NotificationListenerVeto
Veto that prevents sending notifications whose type is EXCLUDED_EVENT_TYPES on the document comment model.
Since:
11.1
  • Field Details

    • ACCEPTED_COMMENT_TYPE

      protected static final Set<String> ACCEPTED_COMMENT_TYPE
    • EXCLUDED_EVENT_TYPES

      protected static final Set<String> EXCLUDED_EVENT_TYPES
  • Constructor Details

    • CommentNotificationVeto

      public CommentNotificationVeto()
  • Method Details