|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xpn.xwiki.notify.DocChangeRule
public class DocChangeRule
Field Summary | |
---|---|
private XWikiDocChangeNotificationInterface |
target
|
Constructor Summary | |
---|---|
DocChangeRule()
|
|
DocChangeRule(XWikiDocChangeNotificationInterface target)
|
Method Summary | |
---|---|
XWikiDocChangeNotificationInterface |
getTarget()
|
void |
setTarget(XWikiDocChangeNotificationInterface target)
|
void |
verify(XWikiDocument doc,
java.lang.String action,
XWikiContext context)
|
void |
verify(XWikiDocument newdoc,
XWikiDocument olddoc,
XWikiContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private XWikiDocChangeNotificationInterface target
Constructor Detail |
---|
public DocChangeRule()
public DocChangeRule(XWikiDocChangeNotificationInterface target)
Method Detail |
---|
public XWikiDocChangeNotificationInterface getTarget()
public void setTarget(XWikiDocChangeNotificationInterface target)
public void verify(XWikiDocument newdoc, XWikiDocument olddoc, XWikiContext context)
verify
in interface XWikiNotificationRule
public void verify(XWikiDocument doc, java.lang.String action, XWikiContext context)
verify
in interface XWikiNotificationRule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |