|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.observation.event.AbstractFilterableEvent
org.xwiki.bridge.event.AbstractWikiEvent
org.xwiki.bridge.event.WikiCreatedEvent
public class WikiCreatedEvent
An event triggered after a wiki is created.
| Constructor Summary | |
|---|---|
WikiCreatedEvent()
Constructor initializing the event filter with an AlwaysMatchingEventFilter, meaning that this event will match any
other document delete event. |
|
WikiCreatedEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
Constructor using a custom EventFilter. |
|
WikiCreatedEvent(java.lang.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 |
|---|
public WikiCreatedEvent()
AlwaysMatchingEventFilter, meaning that this event will match any
other document delete event.
public WikiCreatedEvent(java.lang.String wikiId)
FixedNameEventFilter,
meaning that this event will match only events affecting the same wiki.
wikiId - the wiki identifierpublic WikiCreatedEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
EventFilter.
eventFilter - the filter to use for matching events
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||