com.atlassian.confluence.plugins.dailysummary.content
Class SummaryEmailProperties

java.lang.Object
  extended by com.atlassian.confluence.plugins.dailysummary.content.SummaryEmailProperties

public final class SummaryEmailProperties
extends java.lang.Object

Defines constant keys for plugin points and context keys for plugin into the recommended updates email.


Field Summary
static java.lang.String ADG_KEY
          Temporary property holding the key to be fed into NotificationTemplate.isEnabled(String).
static java.lang.String CXT_DATE
          Context key for the date the email is sent
value-type: Date
static java.lang.String CXT_PANEL_DATA
          Context key for the list of panel data, this is used to pass data back to the summary email
value-type: List<SummaryEmailPanelData>
static java.lang.String CXT_SCHEDULE
          Context key for the schedule the email is sent, either daily or weekly (String)
value-type: String
static java.lang.String CXT_SPACE
          Context key for the space the recommended content should be constrained to, might be null
value-type: com.atlassian.confluence.spaces.Space
static java.lang.String CXT_USER
          Context key for the recipient of the email
value-type: com.atlassian.user.User
static java.lang.String PANEL_PLUGIN_POINT
          This is the key for the web panel plugin point for the summary email.
 
Constructor Summary
SummaryEmailProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PANEL_PLUGIN_POINT

public static final java.lang.String PANEL_PLUGIN_POINT
This is the key for the web panel plugin point for the summary email.

See Also:
Constant Field Values

CXT_USER

public static final java.lang.String CXT_USER
Context key for the recipient of the email
value-type: com.atlassian.user.User

See Also:
Constant Field Values

CXT_DATE

public static final java.lang.String CXT_DATE
Context key for the date the email is sent
value-type: Date

See Also:
Constant Field Values

CXT_SCHEDULE

public static final java.lang.String CXT_SCHEDULE
Context key for the schedule the email is sent, either daily or weekly (String)
value-type: String

See Also:
Constant Field Values

CXT_PANEL_DATA

public static final java.lang.String CXT_PANEL_DATA
Context key for the list of panel data, this is used to pass data back to the summary email
value-type: List<SummaryEmailPanelData>

See Also:
Constant Field Values

CXT_SPACE

public static final java.lang.String CXT_SPACE
Context key for the space the recommended content should be constrained to, might be null
value-type: com.atlassian.confluence.spaces.Space

See Also:
Constant Field Values

ADG_KEY

public static final java.lang.String ADG_KEY
Temporary property holding the key to be fed into NotificationTemplate.isEnabled(String).

See Also:
Constant Field Values
Constructor Detail

SummaryEmailProperties

public SummaryEmailProperties()


Copyright © 2003-2014 Atlassian. All Rights Reserved.