com.atlassian.confluence.event.events.content.page.async
Class PageMovedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.confluence.event.events.content.page.async.PageEvent
com.atlassian.confluence.event.events.content.page.async.PageMovedEvent
- All Implemented Interfaces:
- UserDriven, Updated, java.io.Serializable
@AsynchronousPreferred
public class PageMovedEvent
- extends PageEvent
- implements Updated, UserDriven
- Since:
- 5.3
- See Also:
- Serialized Form
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)
|
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 |
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)
getOriginalSpaceKey
public java.lang.String getOriginalSpaceKey()
getCurrentSpaceKey
public java.lang.String getCurrentSpaceKey()
getOriginalParentPageId
public java.lang.Long getOriginalParentPageId()
getCurrentParentPageId
public java.lang.Long getCurrentParentPageId()
hasMovedChildren
public boolean hasMovedChildren()
isMovedBecauseOfParent
public boolean isMovedBecauseOfParent()
Copyright © 2003-2013 Atlassian. All Rights Reserved.