Package org.ametys.cms.alerts
Interface AlertsConstants
-
public interface AlertsConstants
Constants related to content alerts.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAWAITING_VALIDATION_ALERT_LAST_DATEThe name of the metadata storing when the "awaiting validation" alert was last sent.static StringREMINDER_DATEThe name of the metadata storing the reminder date.static StringREMINDER_ENABLEDThe name of the metadata storing whether the reminder is enabled.static StringREMINDER_TEXTThe name of the metadata storing the reminder text.static StringSCHEDULED_ARCHIVING_REMINDER_LAST_DATEThe name of the metadata storing when the "scheduled archiving" alert was last sent.static StringUNMODIFIED_ALERT_ENABLEDThe name of the metadata storing whether the "unmodified content" alert is enabled.static StringUNMODIFIED_ALERT_LAST_DATEThe name of the metadata storing when the "unmodified content" alert was last sent.static StringUNMODIFIED_ALERT_TEXTThe name of the metadata storing the "unmodified content" reminder text.
-
-
-
Field Detail
-
AWAITING_VALIDATION_ALERT_LAST_DATE
static final String AWAITING_VALIDATION_ALERT_LAST_DATE
The name of the metadata storing when the "awaiting validation" alert was last sent.- See Also:
- Constant Field Values
-
UNMODIFIED_ALERT_ENABLED
static final String UNMODIFIED_ALERT_ENABLED
The name of the metadata storing whether the "unmodified content" alert is enabled.- See Also:
- Constant Field Values
-
UNMODIFIED_ALERT_TEXT
static final String UNMODIFIED_ALERT_TEXT
The name of the metadata storing the "unmodified content" reminder text.- See Also:
- Constant Field Values
-
UNMODIFIED_ALERT_LAST_DATE
static final String UNMODIFIED_ALERT_LAST_DATE
The name of the metadata storing when the "unmodified content" alert was last sent.- See Also:
- Constant Field Values
-
REMINDER_ENABLED
static final String REMINDER_ENABLED
The name of the metadata storing whether the reminder is enabled.- See Also:
- Constant Field Values
-
REMINDER_DATE
static final String REMINDER_DATE
The name of the metadata storing the reminder date.- See Also:
- Constant Field Values
-
REMINDER_TEXT
static final String REMINDER_TEXT
The name of the metadata storing the reminder text.- See Also:
- Constant Field Values
-
SCHEDULED_ARCHIVING_REMINDER_LAST_DATE
static final String SCHEDULED_ARCHIVING_REMINDER_LAST_DATE
The name of the metadata storing when the "scheduled archiving" alert was last sent.- See Also:
- Constant Field Values
-
-