public class WikiCreatedEvent extends AbstractWikiEvent implements org.xwiki.observation.event.EndFoldEvent
The event also send the following parameters:
String
Constructor and Description |
---|
WikiCreatedEvent()
Constructor initializing the event filter with an
AlwaysMatchingEventFilter , meaning that this event will match any
other document delete event. |
WikiCreatedEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
Constructor using a custom
EventFilter . |
WikiCreatedEvent(String wikiId)
Constructor initializing the event filter with a
FixedNameEventFilter ,
meaning that this event will match only events affecting the same wiki. |
getWikiId
equals, getEventFilter, hashCode, matches
public WikiCreatedEvent()
AlwaysMatchingEventFilter
, meaning that this event will match any
other document delete event.public WikiCreatedEvent(String wikiId)
FixedNameEventFilter
,
meaning that this event will match only events affecting the same wiki.wikiId
- the wiki identifierpublic WikiCreatedEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
EventFilter
.eventFilter
- the filter to use for matching eventsCopyright © 2004–2021 XWiki. All rights reserved.