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

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.BlogPostMovedEvent
All Implemented Interfaces:
Contented, Timestamped, Updated, UserDriven, java.io.Serializable

public class BlogPostMovedEvent
extends BlogPostEvent
implements Updated, UserDriven

Since:
5.4
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BlogPostMovedEvent(java.lang.Object src, ConfluenceUser user, BlogPost blogPost, Space originalSpace, Space currentSpace)
           
 
Method Summary
 Space getCurrentSpace()
           
 Space getOriginalSpace()
           
 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.content.ContentEvent
equals, isSuppressNotifications, setSuppressNotifications
 
Methods inherited from class com.atlassian.event.Event
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
 
Methods inherited from interface com.atlassian.confluence.event.events.Timestamped
getTimestamp
 

Constructor Detail

BlogPostMovedEvent

public BlogPostMovedEvent(java.lang.Object src,
                          ConfluenceUser user,
                          BlogPost blogPost,
                          Space originalSpace,
                          Space currentSpace)
Method Detail

getCurrentSpace

public Space getCurrentSpace()

getOriginalSpace

public Space getOriginalSpace()

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-2014 Atlassian. All Rights Reserved.