Class AbstractNotificationCondition
- java.lang.Object
-
- com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
-
- All Implemented Interfaces:
com.atlassian.plugin.web.baseconditions.BaseCondition
,com.atlassian.plugin.web.Condition
- Direct Known Subclasses:
ContentLikedByRecipientCondition
,ManageNotificationsLinkCondition
,ShowEmailLikeLinkCondition
,ShowLikedCommentEmailReplyButtonCondition
,ShowLikedPageEmailViewBlogPostButtonCondition
,ShowLikedPageEmailViewPageButtonCondition
public abstract class AbstractNotificationCondition extends Object implements com.atlassian.plugin.web.Condition
Base class for anyCondition
s that work with aNotificationContext
.- Since:
- 4.2
-
-
Constructor Summary
Constructors Constructor Description AbstractNotificationCondition()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
init(Map<String,String> params)
protected abstract boolean
shouldDisplay(NotificationContext context)
boolean
shouldDisplay(Map context)
-
-
-
Method Detail
-
init
public void init(Map<String,String> params) throws com.atlassian.plugin.PluginParseException
- Specified by:
init
in interfacecom.atlassian.plugin.web.Condition
- Throws:
com.atlassian.plugin.PluginParseException
-
shouldDisplay
public boolean shouldDisplay(Map context)
- Specified by:
shouldDisplay
in interfacecom.atlassian.plugin.web.Condition
-
shouldDisplay
protected abstract boolean shouldDisplay(NotificationContext context)
-
-