org.xwiki.bridge.event
Class WikiCreateFailedEvent

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

public class WikiCreateFailedEvent
extends AbstractWikiEvent
implements org.xwiki.observation.event.EndEvent

An event triggered after a wiki is created.

Since:
3.2M1
Version:
$Id$
See Also:
Serialized Form

Constructor Summary
WikiCreateFailedEvent()
          Constructor initializing the event filter with an AlwaysMatchingEventFilter, meaning that this event will match any other document delete event.
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.
 
Method Summary
 
Methods inherited from class org.xwiki.bridge.event.AbstractWikiEvent
getWikiId
 
Methods inherited from class org.xwiki.observation.event.AbstractFilterableEvent
getEventFilter, matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xwiki.observation.event.Event
matches
 

Constructor Detail

WikiCreateFailedEvent

public WikiCreateFailedEvent()
Constructor initializing the event filter with an AlwaysMatchingEventFilter, meaning that this event will match any other document delete event.


WikiCreateFailedEvent

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

WikiCreateFailedEvent

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

Parameters:
eventFilter - the filter to use for matching events


Copyright © 2004-2011 XWiki. All Rights Reserved.