com.atlassian.confluence.plugins.email.conditions
Class ShowViewChangesEmailLinkCondition

java.lang.Object
  extended by com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
      extended by com.atlassian.confluence.plugins.email.conditions.ShowViewChangesEmailLinkCondition
All Implemented Interfaces:
com.atlassian.plugin.web.Condition

public class ShowViewChangesEmailLinkCondition
extends AbstractNotificationCondition

Determines if a "View Changes" link should be shown in the email footer for edited Page or Blogpost change notification emails.

Since:
4.2

Constructor Summary
ShowViewChangesEmailLinkCondition()
           
 
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
 

Constructor Detail

ShowViewChangesEmailLinkCondition

public ShowViewChangesEmailLinkCondition()
Method Detail

shouldDisplay

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


Copyright © 2003-2013 Atlassian. All Rights Reserved.