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
comment
Fields 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.User
Return the user that generated the event if known.Methods inherited from class com.atlassian.confluence.event.events.content.comment.CommentEvent
getComment, getContent
Methods inherited from class com.atlassian.confluence.event.events.content.ContentEvent
equals, hashCode, isSuppressNotifications, setSuppressNotifications
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:UserDriven
Return the user that generated the event if known.- Specified by:
getOriginatingUser
in interfaceUserDriven
- Returns:
- User that drove an event. Null indicates either that the event was driven by the anonymous user or the system itself.
-