com.atlassian.confluence.event.events.content.page.async
Class PageMovedEvent

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.content.page.async.PageEvent
                  extended by com.atlassian.confluence.event.events.content.page.async.PageMovedEvent
All Implemented Interfaces:
UserDriven, Updated, java.io.Serializable

Deprecated.

@AsynchronousPreferred
@Deprecated
public class PageMovedEvent
extends PageEvent
implements Updated, UserDriven

Since:
5.3
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PageMovedEvent(java.lang.Object src, com.atlassian.sal.api.user.UserKey userKey, java.lang.Long movedPageId, java.lang.Integer movedPageVersion, java.lang.String originalSpaceKey, java.lang.String currentSpaceKey, java.lang.Long originalParentPageId, java.lang.Long currentParentPageId, boolean movedBecauseOfParent, boolean hasMovedChildren, boolean suppressNotifications)
          Deprecated.  
 
Method Summary
 java.lang.Long getCurrentParentPageId()
          Deprecated.  
 java.lang.String getCurrentSpaceKey()
          Deprecated.  
 java.lang.Long getOriginalParentPageId()
          Deprecated.  
 java.lang.String getOriginalSpaceKey()
          Deprecated.  
 boolean hasMovedChildren()
          Deprecated.  
 boolean isMovedBecauseOfParent()
          Deprecated.  
 
Methods inherited from class com.atlassian.confluence.event.events.content.page.async.PageEvent
getOriginatingUserKey, getPageId, getPageVersion, isSuppressNotifications, toString
 
Methods inherited from class com.atlassian.event.Event
equals, hashCode
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.confluence.event.events.content.page.async.types.UserDriven
getOriginatingUserKey
 

Constructor Detail

PageMovedEvent

public PageMovedEvent(java.lang.Object src,
                      com.atlassian.sal.api.user.UserKey userKey,
                      java.lang.Long movedPageId,
                      java.lang.Integer movedPageVersion,
                      java.lang.String originalSpaceKey,
                      java.lang.String currentSpaceKey,
                      java.lang.Long originalParentPageId,
                      java.lang.Long currentParentPageId,
                      boolean movedBecauseOfParent,
                      boolean hasMovedChildren,
                      boolean suppressNotifications)
Deprecated. 
Method Detail

getOriginalSpaceKey

public java.lang.String getOriginalSpaceKey()
Deprecated. 

getCurrentSpaceKey

public java.lang.String getCurrentSpaceKey()
Deprecated. 

getOriginalParentPageId

public java.lang.Long getOriginalParentPageId()
Deprecated. 

getCurrentParentPageId

public java.lang.Long getCurrentParentPageId()
Deprecated. 

hasMovedChildren

public boolean hasMovedChildren()
Deprecated. 

isMovedBecauseOfParent

public boolean isMovedBecauseOfParent()
Deprecated. 


Copyright © 2003-2014 Atlassian. All Rights Reserved.