public class WikiProvisionedEvent extends AbstractWikiEvent implements org.xwiki.observation.event.EndFoldEvent
The event also send the following parameters:
String| Constructor and Description |
|---|
WikiProvisionedEvent()
Matches all
WikiProvisionedEvent events. |
WikiProvisionedEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
Constructor using a custom
EventFilter. |
WikiProvisionedEvent(String wikiId)
Constructor initializing the event filter with a
FixedNameEventFilter,
meaning that this event will match only events affecting the same wiki. |
getWikiIdequals, getEventFilter, hashCode, matchespublic WikiProvisionedEvent()
WikiProvisionedEvent events.public WikiProvisionedEvent(String wikiId)
FixedNameEventFilter,
meaning that this event will match only events affecting the same wiki.wikiId - the wiki identifierpublic WikiProvisionedEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
EventFilter.eventFilter - the filter to use for matching eventsCopyright © 2004–2019 XWiki. All rights reserved.