com.atlassian.confluence.event.events.content.blogpost
Class BlogPostTrashedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.confluence.event.events.ConfluenceEvent
                  extended by com.atlassian.confluence.event.events.content.ContentEvent
                      extended by com.atlassian.confluence.event.events.content.blogpost.BlogPostEvent
                          extended by com.atlassian.confluence.event.events.content.blogpost.BlogPostTrashedEvent
All Implemented Interfaces:
Trashed, UserDriven, java.io.Serializable

public class BlogPostTrashedEvent
extends BlogPostEvent
implements Trashed, UserDriven

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BlogPostTrashedEvent(java.lang.Object src, BlogPost blogPost, com.atlassian.user.User trasher)
           
 
Method Summary
 com.atlassian.user.User getOriginatingUser()
          Return the user that generated the event if known.
 
Methods inherited from class com.atlassian.confluence.event.events.content.blogpost.BlogPostEvent
getBlogPost, getContent
 
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
 
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
 

Constructor Detail

BlogPostTrashedEvent

public BlogPostTrashedEvent(java.lang.Object src,
                            BlogPost blogPost,
                            com.atlassian.user.User trasher)
Method Detail

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-2008 Atlassian Pty Ltd. All Rights Reserved.