Class CommentRemoveEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.content.ContentEvent
com.atlassian.confluence.event.events.content.comment.CommentEvent
com.atlassian.confluence.event.events.content.comment.CommentRemoveEvent
- All Implemented Interfaces:
Contented,Timestamped,Removed,UserDriven,Serializable
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.confluence.event.events.content.comment.CommentEvent
commentFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionCommentRemoveEvent(Object src, Comment comment, com.atlassian.user.User remover) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.user.UserReturn the user that generated the event if known.Methods inherited from class com.atlassian.confluence.event.events.content.comment.CommentEvent
getComment, getContentMethods inherited from class com.atlassian.confluence.event.events.content.ContentEvent
equals, hashCode, isSuppressNotifications, setSuppressNotificationsMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.confluence.event.events.Timestamped
getTimestamp
-
Constructor Details
-
CommentRemoveEvent
-
-
Method Details
-
getOriginatingUser
public com.atlassian.user.User getOriginatingUser()Description copied from interface:UserDrivenReturn the user that generated the event if known.- Specified by:
getOriginatingUserin interfaceUserDriven- Returns:
- User that drove an event. Null indicates either that the event was driven by the anonymous user or the system itself.
-