Class ManageNotificationsLinkCondition
- java.lang.Object
-
- com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
-
- com.atlassian.confluence.plugins.like.conditions.ManageNotificationsLinkCondition
-
- All Implemented Interfaces:
com.atlassian.plugin.web.baseconditions.BaseCondition
,com.atlassian.plugin.web.Condition
public class ManageNotificationsLinkCondition extends AbstractNotificationCondition
Determines if a Like link should be present in a change notification email.- Since:
- 4.2
-
-
Field Summary
Fields Modifier and Type Field Description static String
MANAGE_LIKE_NOTIFICATIONS
-
Constructor Summary
Constructors Constructor Description ManageNotificationsLinkCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
shouldDisplay(NotificationContext context)
-
Methods inherited from class com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
init, shouldDisplay
-
-
-
-
Field Detail
-
MANAGE_LIKE_NOTIFICATIONS
public static final String MANAGE_LIKE_NOTIFICATIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
shouldDisplay
protected boolean shouldDisplay(NotificationContext context)
- Specified by:
shouldDisplay
in classAbstractNotificationCondition
-
-