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 void
preverify(XWikiDocument newdoc, XWikiDocument olddoc, XWikiContext context)
Deprecated.void
preverify(XWikiDocument doc, String action, XWikiContext context)
Deprecated.void
verify(XWikiDocument newdoc, XWikiDocument olddoc, XWikiContext context)
Deprecated.Note: olddoc is null when the document is new and has never been savedvoid
verify(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.
-
-