public class WikiCopiedEvent extends AbstractWikiEvent
The event also send the following parameters:
String| Constructor and Description |
|---|
WikiCopiedEvent()
Matches all
WikiCopiedEvent events. |
WikiCopiedEvent(String sourceWikiId,
String targetWikiId)
Matches events affecting the same wikis.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSourceWikiId() |
String |
getTargetWikiId() |
boolean |
matches(Object otherEvent) |
getWikiIdpublic WikiCopiedEvent()
WikiCopiedEvent events.public boolean matches(Object otherEvent)
matches in interface org.xwiki.observation.event.Eventmatches in class org.xwiki.observation.event.AbstractFilterableEventpublic String getSourceWikiId()
public String getTargetWikiId()
Copyright © 2004–2019 XWiki. All rights reserved.