com.xpn.xwiki.notify
Class PropertyChangedRule
java.lang.Object
com.xpn.xwiki.notify.DocChangeRule
com.xpn.xwiki.notify.PropertyChangedRule
- All Implemented Interfaces:
- XWikiNotificationRule
public class PropertyChangedRule
- extends DocChangeRule
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
className
private java.lang.String className
propertyName
private java.lang.String propertyName
PropertyChangedRule
public PropertyChangedRule(XWikiDocChangeNotificationInterface target,
java.lang.String classname,
java.lang.String propertyName)
getClassName
public java.lang.String getClassName()
setClassName
public void setClassName(java.lang.String className)
getPropertyName
public java.lang.String getPropertyName()
setPropertyName
public void setPropertyName(java.lang.String propertyName)
hasEqualProperty
public boolean hasEqualProperty(XWikiDocument newdoc,
XWikiDocument olddoc,
java.lang.String className,
java.lang.String propertyName)
verify
public void verify(XWikiDocument newdoc,
XWikiDocument olddoc,
XWikiContext context)
- Specified by:
verify
in interface XWikiNotificationRule
- Overrides:
verify
in class DocChangeRule
Copyright 2003 Ludovic Dubost