Package com.xpn.xwiki.notify
Interface XWikiNotificationRule
-
- All Known Implementing Classes:
DocChangeRule,DocObjectChangedRule,PropertyChangedRule,XWikiActionRule
@Deprecated public interface XWikiNotificationRule
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidpreverify(XWikiDocument newdoc, XWikiDocument olddoc, XWikiContext context)Deprecated.voidpreverify(XWikiDocument doc, String action, XWikiContext context)Deprecated.voidverify(XWikiDocument newdoc, XWikiDocument olddoc, XWikiContext context)Deprecated.Note: olddoc is null when the document is new and has never been savedvoidverify(XWikiDocument doc, String action, XWikiContext context)Deprecated.
-
-
-
Method Detail
-
verify
void verify(XWikiDocument newdoc, XWikiDocument olddoc, XWikiContext context)
Deprecated.Note: olddoc is null when the document is new and has never been saved
-
preverify
void preverify(XWikiDocument newdoc, XWikiDocument olddoc, XWikiContext context)
Deprecated.
-
verify
void verify(XWikiDocument doc, String action, XWikiContext context)
Deprecated.
-
preverify
void preverify(XWikiDocument doc, String action, XWikiContext context)
Deprecated.
-
-