Class NotificationListenerVetoDescriptor

java.lang.Object
org.nuxeo.ecm.platform.ec.notification.service.NotificationListenerVetoDescriptor

public class NotificationListenerVetoDescriptor extends Object
Since:
5.6
Author:
Thierry Martins
  • Constructor Details

    • NotificationListenerVetoDescriptor

      public NotificationListenerVetoDescriptor()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getNotificationVeto

      public Class<? extends NotificationListenerVeto> getNotificationVeto()
    • setNotificationVeto

      public void setNotificationVeto(Class<? extends NotificationListenerVeto> notificationVeto)
    • isRemove

      public boolean isRemove()
    • setRemove

      public void setRemove(boolean remove)