public abstract class AbstractWikiEvent extends org.xwiki.observation.event.AbstractFilterableEvent implements WikiEvent
Event.| Constructor and Description |
|---|
AbstractWikiEvent()
This event will match any other document event of the same type.
|
AbstractWikiEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
Constructor using a custom
EventFilter. |
AbstractWikiEvent(String wikiId)
This event will match only events of the same type affecting the same document.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getWikiId() |
equals, getEventFilter, hashCode, matchespublic AbstractWikiEvent()
public AbstractWikiEvent(String wikiId)
wikiId - the wiki identifierpublic AbstractWikiEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
EventFilter.eventFilter - the filter to use for matching eventsCopyright © 2004–2018 XWiki. All rights reserved.