@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(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, toString
getSource
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getOriginatingUserKey
public 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.Event
public int hashCode()
hashCode
in class com.atlassian.event.Event
Copyright © 2003–2017 Atlassian. All rights reserved.