Package | Description |
---|---|
com.xpn.xwiki.notify |
Modifier and Type | Class and Description |
---|---|
class |
DocChangeRule
Deprecated.
|
class |
DocObjectChangedRule
Deprecated.
|
class |
PropertyChangedRule
Deprecated.
|
class |
XWikiActionRule
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Vector<XWikiNotificationRule> |
XWikiNotificationManager.getNamedRules(String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
XWikiNotificationManager.addGeneralRule(XWikiNotificationRule rule)
Deprecated.
Add a "general" notification rule to be evaluated for any document (as opposed to a named rule)
|
void |
XWikiNotificationManager.addNamedRule(String name,
XWikiNotificationRule rule)
Deprecated.
Add a "named" notification rule, to be evaluated only when the notification concerns the document with the given
name
|
void |
XWikiActionNotificationInterface.notify(XWikiNotificationRule rule,
XWikiDocument doc,
String action,
XWikiContext context)
Deprecated.
|
void |
XWikiPageNotification.notify(XWikiNotificationRule rule,
XWikiDocument doc,
String action,
XWikiContext context)
Deprecated.
|
void |
XWikiNotificationInterface.notify(XWikiNotificationRule rule,
XWikiDocument newdoc,
XWikiDocument olddoc,
int event,
XWikiContext context)
Deprecated.
|
void |
XWikiDocChangeNotificationInterface.notify(XWikiNotificationRule rule,
XWikiDocument newdoc,
XWikiDocument olddoc,
int event,
XWikiContext context)
Deprecated.
|
protected void |
XWikiPageNotification.notifyPage(String page,
XWikiNotificationRule rule,
XWikiDocument doc,
String action,
XWikiContext context)
Deprecated.
|
void |
XWikiNotificationManager.removeGeneralRule(XWikiNotificationRule rule)
Deprecated.
Remove the given general rule
|
void |
XWikiNotificationManager.removeNamedRule(String name,
XWikiNotificationRule rule)
Deprecated.
Remove the given rule (if it exists) from the rules with the given name
|
Copyright © 2004–2021 XWiki. All rights reserved.