Class AbstractDocumentEvent

    • Constructor Detail

      • AbstractDocumentEvent

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

        public AbstractDocumentEvent​(DocumentReference documentReference)
        Deprecated.
        This event will match only events of the same type affecting the same document.
        Parameters:
        documentReference - the reference of the document relater to this event
      • AbstractDocumentEvent

        @Deprecated
        public AbstractDocumentEvent​(String documentName)
        This event will match only events of the same type affecting the same document.
        Parameters:
        documentName - the name of the document related to this event
      • AbstractDocumentEvent

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