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
Deprecated.
@AsynchronousPreferred
@Deprecated
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)
Deprecated. |
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)
- Deprecated.
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.