org.xwiki.bridge.event
Class WikiProvisioningEvent

java.lang.Object
  extended by org.xwiki.observation.event.AbstractFilterableEvent
      extended by org.xwiki.bridge.event.AbstractWikiEvent
          extended by org.xwiki.bridge.event.WikiProvisioningEvent
All Implemented Interfaces:
Serializable, WikiEvent, org.xwiki.observation.event.BeginEvent, org.xwiki.observation.event.BeginFoldEvent, org.xwiki.observation.event.Event, org.xwiki.observation.event.FilterableEvent

public class WikiProvisioningEvent
extends AbstractWikiEvent
implements org.xwiki.observation.event.BeginFoldEvent

An event triggered just after a provisioning job is finished.

Since:
5.3RC1
Version:
$Id: 2cb8135fab8ad4e488773fd1b21bbab308ec3ca1 $
See Also:
Serialized Form

Constructor Summary
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.
 
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

WikiProvisioningEvent

public WikiProvisioningEvent()
Matches all WikiProvisioningEvent events.


WikiProvisioningEvent

public WikiProvisioningEvent(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

WikiProvisioningEvent

public WikiProvisioningEvent(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.