|
||||||||||
| 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.WikiCreatingEvent
public class WikiCreatingEvent
An event triggered after a wiki is created.
| Constructor Summary | |
|---|---|
WikiCreatingEvent()
Constructor initializing the event filter with an AlwaysMatchingEventFilter, meaning that this event will match any
other document delete event. |
|
WikiCreatingEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
Constructor using a custom EventFilter. |
|
WikiCreatingEvent(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 WikiCreatingEvent()
AlwaysMatchingEventFilter, meaning that this event will match any
other document delete event.
public WikiCreatingEvent(java.lang.String wikiId)
FixedNameEventFilter,
meaning that this event will match only events affecting the same wiki.
wikiId - the wiki identifierpublic WikiCreatingEvent(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 | |||||||||