com.xpn.xwiki.notify
Class XWikiActionRule

java.lang.Object
  extended bycom.xpn.xwiki.notify.XWikiActionRule
All Implemented Interfaces:
XWikiNotificationRule

public class XWikiActionRule
extends java.lang.Object
implements XWikiNotificationRule


Field Summary
private  XWikiActionNotificationInterface target
           
 
Constructor Summary
XWikiActionRule()
           
XWikiActionRule(XWikiActionNotificationInterface target)
           
 
Method Summary
 XWikiActionNotificationInterface getTarget()
           
 void setTarget(XWikiActionNotificationInterface 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

target

private XWikiActionNotificationInterface target
Constructor Detail

XWikiActionRule

public XWikiActionRule()

XWikiActionRule

public XWikiActionRule(XWikiActionNotificationInterface target)
Method Detail

getTarget

public XWikiActionNotificationInterface getTarget()

setTarget

public void setTarget(XWikiActionNotificationInterface target)

verify

public void verify(XWikiDocument newdoc,
                   XWikiDocument olddoc,
                   XWikiContext context)
Specified by:
verify in interface XWikiNotificationRule

verify

public void verify(XWikiDocument doc,
                   java.lang.String action,
                   XWikiContext context)
Specified by:
verify in interface XWikiNotificationRule


Copyright 2003 Ludovic Dubost