com.atlassian.confluence.plugins.like.conditions
Class ManageNotificationsLinkCondition

java.lang.Object
  extended by com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
      extended by 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:
v4.2

Field Summary
static java.lang.String MANAGE_LIKE_NOTIFICATIONS
           
 
Constructor Summary
ManageNotificationsLinkCondition()
           
 
Method Summary
protected  boolean shouldDisplay(NotificationContext context)
           
 
Methods inherited from class com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
init, shouldDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MANAGE_LIKE_NOTIFICATIONS

public static final java.lang.String MANAGE_LIKE_NOTIFICATIONS
See Also:
Constant Field Values
Constructor Detail

ManageNotificationsLinkCondition

public ManageNotificationsLinkCondition()
Method Detail

shouldDisplay

protected boolean shouldDisplay(NotificationContext context)
Specified by:
shouldDisplay in class AbstractNotificationCondition


Copyright © 2003-2014 Atlassian. All Rights Reserved.