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
,Serializable
@AsynchronousPreferred @Deprecated public class PageMovedEvent extends PageEvent implements Updated, UserDriven
Deprecated.since 5.5. Use the synchronous events- Since:
- 5.3
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.-
Methods inherited from class com.atlassian.confluence.event.events.content.page.async.PageEvent
getOriginatingUserKey, getPageId, getPageVersion, isSuppressNotifications, toString
-
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(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.
-
-
Method Detail
-
getOriginalSpaceKey
public String getOriginalSpaceKey()
Deprecated.
-
getCurrentSpaceKey
public String getCurrentSpaceKey()
Deprecated.
-
getOriginalParentPageId
public Long getOriginalParentPageId()
Deprecated.
-
getCurrentParentPageId
public Long getCurrentParentPageId()
Deprecated.
-
hasMovedChildren
public boolean hasMovedChildren()
Deprecated.
-
isMovedBecauseOfParent
public boolean isMovedBecauseOfParent()
Deprecated.
-
equals
public boolean equals(@Nullable Object o)
Deprecated.- Overrides:
equals
in classcom.atlassian.event.Event
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classcom.atlassian.event.Event
-
-