java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
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:
  • Constructor Details

    • 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 Details

    • 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.
      Description copied from class: ConfluenceEvent
      Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type. It is incorrect to try to make an instance of a subclass equal to an instance of any of its superclasses.

      Subclasses must override this to compare their own fields.

      Overrides:
      equals in class ConfluenceEvent
      Parameters:
      o - the object to compare.
      Returns:
      true, if the given object has the same runtime class as this object's runtime class, and the event sources are equal.
    • hashCode

      public int hashCode()
      Deprecated.
      Description copied from class: ConfluenceEvent
      Subclasses must override this to hash their own fields.
      Overrides:
      hashCode in class ConfluenceEvent
      Returns:
      the hashcode