@AsynchronousPreferred @Deprecated public class PageMovedEvent extends PageEvent implements Updated, UserDriven
source| Constructor and Description |
|---|
PageMovedEvent(Object src,
com.atlassian.sal.api.user.UserKey userKey,
Long movedPageId,
Integer movedPageVersion,
String originalSpaceKey,
String currentSpaceKey,
Long originalParentPageId,
Long currentParentPageId,
boolean movedBecauseOfParent,
boolean hasMovedChildren,
boolean suppressNotifications)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(@Nullable Object o)
Deprecated.
|
Long |
getCurrentParentPageId()
Deprecated.
|
String |
getCurrentSpaceKey()
Deprecated.
|
Long |
getOriginalParentPageId()
Deprecated.
|
String |
getOriginalSpaceKey()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
hasMovedChildren()
Deprecated.
|
boolean |
isMovedBecauseOfParent()
Deprecated.
|
getOriginatingUserKey, getPageId, getPageVersion, isSuppressNotifications, toStringgetSourceclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOriginatingUserKeypublic PageMovedEvent(Object src, com.atlassian.sal.api.user.UserKey userKey, Long movedPageId, Integer movedPageVersion, String originalSpaceKey, String currentSpaceKey, Long originalParentPageId, Long currentParentPageId, boolean movedBecauseOfParent, boolean hasMovedChildren, boolean suppressNotifications)
public String getOriginalSpaceKey()
public String getCurrentSpaceKey()
public Long getOriginalParentPageId()
public Long getCurrentParentPageId()
public boolean hasMovedChildren()
public boolean isMovedBecauseOfParent()
public boolean equals(@Nullable Object o)
equals in class com.atlassian.event.Eventpublic int hashCode()
hashCode in class com.atlassian.event.EventCopyright © 2003–2021 Atlassian. All rights reserved.