- DocumentDeleteEvent - Class in org.xwiki.observation.event
-
- DocumentDeleteEvent() - Constructor for class org.xwiki.observation.event.DocumentDeleteEvent
-
Deprecated.
Constructor initializing the event filter with an
AlwaysMatchingEventFilter
, meaning that this event will match any
other document delete event.
- DocumentDeleteEvent(String) - Constructor for class org.xwiki.observation.event.DocumentDeleteEvent
-
Deprecated.
Constructor initializing the event filter with a FixedNameEventFilter
,
meaning that this event will match only delete events affecting the same document.
- DocumentDeleteEvent(EventFilter) - Constructor for class org.xwiki.observation.event.DocumentDeleteEvent
-
Deprecated.
Constructor using a custom EventFilter
.
- DocumentSaveEvent - Class in org.xwiki.observation.event
-
- DocumentSaveEvent() - Constructor for class org.xwiki.observation.event.DocumentSaveEvent
-
Deprecated.
Constructor initializing the event filter with an
AlwaysMatchingEventFilter
, meaning that this event will match any
other document save event.
- DocumentSaveEvent(String) - Constructor for class org.xwiki.observation.event.DocumentSaveEvent
-
Deprecated.
Constructor initializing the event filter with a FixedNameEventFilter
,
meaning that this event will match only save events affecting the same document.
- DocumentSaveEvent(EventFilter) - Constructor for class org.xwiki.observation.event.DocumentSaveEvent
-
Deprecated.
Constructor using a custom EventFilter
.
- DocumentUpdateEvent - Class in org.xwiki.observation.event
-
- DocumentUpdateEvent() - Constructor for class org.xwiki.observation.event.DocumentUpdateEvent
-
Deprecated.
Constructor initializing the event filter with an
AlwaysMatchingEventFilter
, meaning that this event will match any
other document update event.
- DocumentUpdateEvent(String) - Constructor for class org.xwiki.observation.event.DocumentUpdateEvent
-
Deprecated.
Constructor initializing the event filter with a FixedNameEventFilter
,
meaning that this event will match only update events affecting the document matching the passed document name.
- DocumentUpdateEvent(EventFilter) - Constructor for class org.xwiki.observation.event.DocumentUpdateEvent
-
Deprecated.
Constructor using a custom EventFilter
.