org.xwiki.bridge.event
Class WikiProvisionedEvent

java.lang.Object
  extended by org.xwiki.observation.event.AbstractFilterableEvent
      extended by org.xwiki.bridge.event.AbstractWikiEvent
          extended by org.xwiki.bridge.event.WikiProvisionedEvent
All Implemented Interfaces:
Serializable, WikiEvent, org.xwiki.observation.event.EndEvent, org.xwiki.observation.event.EndFoldEvent, org.xwiki.observation.event.Event, org.xwiki.observation.event.FilterableEvent

public class WikiProvisionedEvent
extends AbstractWikiEvent
implements org.xwiki.observation.event.EndFoldEvent

An event triggered just before a provisioning job is started for a wiki.

Since:
5.3RC1
Version:
$Id: de4f27557c4fa0a0f8633d1188173a1523f67988 $
See Also:
Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class org.xwiki.bridge.event.AbstractWikiEvent
getWikiId
 
Methods inherited from class org.xwiki.observation.event.AbstractFilterableEvent
equals, getEventFilter, hashCode, matches
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xwiki.observation.event.Event
matches
 

Constructor Detail

WikiProvisionedEvent

public WikiProvisionedEvent()
Matches all WikiProvisionedEvent events.


WikiProvisionedEvent

public WikiProvisionedEvent(String wikiId)
Constructor initializing the event filter with a FixedNameEventFilter, meaning that this event will match only events affecting the same wiki.

Parameters:
wikiId - the wiki identifier

WikiProvisionedEvent

public WikiProvisionedEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
Constructor using a custom EventFilter.

Parameters:
eventFilter - the filter to use for matching events


Copyright © 2004–2014 XWiki. All rights reserved.