|
||||||||||
| 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
public abstract class AbstractWikiEvent
Base class for all wiki related Event.
| Constructor Summary | |
|---|---|
AbstractWikiEvent()
This event will match any other document event of the same type. |
|
AbstractWikiEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
Constructor using a custom EventFilter. |
|
AbstractWikiEvent(java.lang.String wikiId)
This event will match only events of the same type affecting the same document. |
|
| Method Summary | |
|---|---|
java.lang.String |
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 AbstractWikiEvent()
public AbstractWikiEvent(java.lang.String wikiId)
wikiId - the wiki identifierpublic AbstractWikiEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
EventFilter.
eventFilter - the filter to use for matching events| Method Detail |
|---|
public java.lang.String getWikiId()
getWikiId in interface WikiEventWikiEvent.getWikiId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||