Class AncestorsUpdateEvent


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

      • AncestorsUpdateEvent

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

      • getPageId

        public Long getPageId()
      • getAncestorsIds

        public List<Long> getAncestorsIds()