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) |
getWikiId
public WikiCopiedEvent()
WikiCopiedEvent
events.public boolean matches(Object otherEvent)
matches
in interface org.xwiki.observation.event.Event
matches
in class org.xwiki.observation.event.AbstractFilterableEvent
public String getSourceWikiId()
public String getTargetWikiId()
Copyright © 2004–2021 XWiki. All rights reserved.