Class CommentCreationVeto
java.lang.Object
org.nuxeo.ecm.platform.comment.notification.CommentCreationVeto
- All Implemented Interfaces:
NotificationListenerVeto
@Deprecated(since="11.1",
forRemoval=true)
public class CommentCreationVeto
extends Object
implements NotificationListenerVeto
Deprecated, for removal: This API element is subject to removal in a future version.
This veto prevents from sending notifications for document creation when the target document is a Comment or a Post.
- Since:
- 5.7
- Author:
- Thierry Martins
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
CommentCreationVeto
public CommentCreationVeto()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
accept
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
accept
in interfaceNotificationListenerVeto
-
CommentNotificationVeto
instead.