Uses of Class
com.atlassian.confluence.event.events.content.comment.CommentRemoveEvent
Packages that use CommentRemoveEvent
Package
Description
-
Uses of CommentRemoveEvent in com.atlassian.confluence.event.listeners
Methods in com.atlassian.confluence.event.listeners with parameters of type CommentRemoveEventModifier and TypeMethodDescriptionvoidRemoveContentPropertiesOnRemoveContentListener.handleCommentRemove(CommentRemoveEvent event) -
Uses of CommentRemoveEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type CommentRemoveEventModifier and TypeMethodDescriptionvoidCommentAuditListener.commentRemoveEvent(CommentRemoveEvent event) -
Uses of CommentRemoveEvent in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement with parameters of type CommentRemoveEventModifier and TypeMethodDescriptionvoidContentManagementRecorder.onCommentRemoveEvent(CommentRemoveEvent commentRemoveEvent) -
Uses of CommentRemoveEvent in com.atlassian.confluence.mail.notification.listeners
Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type CommentRemoveEventModifier and TypeMethodDescriptionvoidCommentNotificationsListener.handleCommentRemove(CommentRemoveEvent commentEvent) Deprecated.