public class WikiCreateFailedEvent extends AbstractWikiEvent implements org.xwiki.observation.event.EndEvent
The event also send the following parameters:
String
Constructor and Description |
---|
WikiCreateFailedEvent()
Matches all
WikiCreateFailedEvent events. |
WikiCreateFailedEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
Constructor using a custom
EventFilter . |
WikiCreateFailedEvent(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 WikiCreateFailedEvent()
WikiCreateFailedEvent
events.public WikiCreateFailedEvent(String wikiId)
FixedNameEventFilter
,
meaning that this event will match only events affecting the same wiki.wikiId
- the wiki identifierpublic WikiCreateFailedEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
EventFilter
.eventFilter
- the filter to use for matching eventsCopyright © 2004–2022 XWiki. All rights reserved.