Class AbstractNotificationCondition
java.lang.Object
com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
- All Implemented Interfaces:
com.atlassian.plugin.web.api.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 any
Conditions that work with a NotificationContext.- Since:
- 4.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected abstract booleanshouldDisplay(NotificationContext context) booleanshouldDisplay(Map context)
-
Constructor Details
-
AbstractNotificationCondition
public AbstractNotificationCondition()
-
-
Method Details
-
init
- Specified by:
initin interfacecom.atlassian.plugin.web.Condition- Throws:
com.atlassian.plugin.PluginParseException
-
shouldDisplay
- Specified by:
shouldDisplayin interfacecom.atlassian.plugin.web.Condition
-
shouldDisplay
-