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