Package com.xpn.xwiki.notify
Class DocObjectChangedRule
- java.lang.Object
-
- com.xpn.xwiki.notify.DocChangeRule
-
- com.xpn.xwiki.notify.DocObjectChangedRule
-
- All Implemented Interfaces:
XWikiNotificationRule
@Deprecated public class DocObjectChangedRule extends DocChangeRule
Deprecated.
-
-
Field Summary
-
Fields inherited from class com.xpn.xwiki.notify.DocChangeRule
LOGGER
-
-
Constructor Summary
Constructors Constructor Description DocObjectChangedRule()
Deprecated.DocObjectChangedRule(XWikiDocChangeNotificationInterface target)
Deprecated.DocObjectChangedRule(XWikiDocChangeNotificationInterface target, String classname)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getClassName()
Deprecated.boolean
hasEqualObjects(XWikiDocument newdoc, XWikiDocument olddoc, String className)
Deprecated.boolean
hasEqualsObjectsForAllClasses(XWikiDocument newdoc, XWikiDocument olddoc)
Deprecated.boolean
hasEqualsObjectsFromClass(XWikiDocument newdoc, XWikiDocument olddoc, String classname)
Deprecated.void
setClassName(String className)
Deprecated.void
verify(XWikiDocument newdoc, XWikiDocument olddoc, XWikiContext context)
Deprecated.Note: olddoc is null when the document is new and has never been saved-
Methods inherited from class com.xpn.xwiki.notify.DocChangeRule
getTarget, isPostverify, isPreverify, preverify, preverify, setPostverify, setPreverify, setTarget, verify
-
-
-
-
Constructor Detail
-
DocObjectChangedRule
public DocObjectChangedRule()
Deprecated.
-
DocObjectChangedRule
public DocObjectChangedRule(XWikiDocChangeNotificationInterface target)
Deprecated.
-
DocObjectChangedRule
public DocObjectChangedRule(XWikiDocChangeNotificationInterface target, String classname)
Deprecated.
-
-
Method Detail
-
hasEqualsObjectsFromClass
public boolean hasEqualsObjectsFromClass(XWikiDocument newdoc, XWikiDocument olddoc, String classname)
Deprecated.
-
hasEqualsObjectsForAllClasses
public boolean hasEqualsObjectsForAllClasses(XWikiDocument newdoc, XWikiDocument olddoc)
Deprecated.
-
getClassName
public String getClassName()
Deprecated.
-
setClassName
public void setClassName(String className)
Deprecated.
-
hasEqualObjects
public boolean hasEqualObjects(XWikiDocument newdoc, XWikiDocument olddoc, String className)
Deprecated.
-
verify
public void verify(XWikiDocument newdoc, XWikiDocument olddoc, XWikiContext context)
Deprecated.Description copied from interface:XWikiNotificationRule
Note: olddoc is null when the document is new and has never been saved- Specified by:
verify
in interfaceXWikiNotificationRule
- Overrides:
verify
in classDocChangeRule
-
-