Class AbstractWikiEvent

    • Constructor Detail

      • AbstractWikiEvent

        public AbstractWikiEvent()
        This event will match any other document event of the same type.
      • AbstractWikiEvent

        public AbstractWikiEvent​(String wikiId)
        This event will match only events of the same type affecting the same document.
        Parameters:
        wikiId - the wiki identifier
      • AbstractWikiEvent

        public AbstractWikiEvent​(org.xwiki.observation.event.filter.EventFilter eventFilter)
        Constructor using a custom EventFilter.
        Parameters:
        eventFilter - the filter to use for matching events
    • Method Detail