Class AncestorsUpdateEvent

java.lang.Object
com.atlassian.confluence.event.events.security.AncestorsUpdateEvent

public class AncestorsUpdateEvent extends Object
AncestorsUpdateEvent is fired when ancestors are changed. Mostly, it is used by caches
Since:
6.14
  • Constructor Details

    • AncestorsUpdateEvent

      public AncestorsUpdateEvent(@NonNull Long pageId, @NonNull List<Long> ancestorsIds)
  • Method Details

    • getPageId

      public Long getPageId()
    • getAncestorsIds

      public List<Long> getAncestorsIds()