com.atlassian.confluence.event.events.content.blogpost
Class BlogPostTrashedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.content.ContentEvent
com.atlassian.confluence.event.events.content.blogpost.BlogPostEvent
com.atlassian.confluence.event.events.content.blogpost.BlogPostTrashedEvent
- All Implemented Interfaces:
- Trashed, UserDriven, Serializable
public class BlogPostTrashedEvent
- extends BlogPostEvent
- implements Trashed, UserDriven
- See Also:
- Serialized Form
Method Summary |
com.atlassian.user.User |
getOriginatingUser()
Return the user that generated the event if known. |
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
BlogPostTrashedEvent
public BlogPostTrashedEvent(Object src,
BlogPost blogPost,
com.atlassian.user.User trasher)
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 interface UserDriven
- Returns:
- User that drove an event. Null indicates either that the
event was driven by the anonymous user or the system itself.
Copyright © 2003-2012 Atlassian. All Rights Reserved.