Class PageMovedEvent

    • 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 class com.atlassian.event.Event
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class com.atlassian.event.Event