DocumentUpdatedEvent instead@Deprecated public class DocumentUpdateEvent extends AbstractDocumentEvent
| Constructor and Description |
|---|
DocumentUpdateEvent()
Deprecated.
Constructor initializing the event filter with an
AlwaysMatchingEventFilter, meaning that this event will match any
other document update event. |
DocumentUpdateEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
Deprecated.
Constructor using a custom
EventFilter. |
DocumentUpdateEvent(String documentName)
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. |
public DocumentUpdateEvent()
AlwaysMatchingEventFilter, meaning that this event will match any
other document update event.public DocumentUpdateEvent(String documentName)
FixedNameEventFilter,
meaning that this event will match only update events affecting the document matching the passed document name.documentName - the name of the updated document to matchpublic DocumentUpdateEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
EventFilter.eventFilter - the filter to use for matching eventsCopyright © 2004–2022 XWiki. All rights reserved.