Package org.ametys.cms.alerts
Interface AlertsConstants
-
public interface AlertsConstants
Constants related to content alerts.
-
-
Field Summary
Fields Modifier and Type Field Description static String
AWAITING_VALIDATION_ALERT_LAST_DATE
The name of the metadata storing when the "awaiting validation" alert was last sent.static String
REMINDER_DATE
The name of the metadata storing the reminder date.static String
REMINDER_ENABLED
The name of the metadata storing whether the reminder is enabled.static String
REMINDER_TEXT
The name of the metadata storing the reminder text.static String
SCHEDULED_ARCHIVING_REMINDER_LAST_DATE
The name of the metadata storing when the "scheduled archiving" alert was last sent.static String
UNMODIFIED_ALERT_ENABLED
The name of the metadata storing whether the "unmodified content" alert is enabled.static String
UNMODIFIED_ALERT_LAST_DATE
The name of the metadata storing when the "unmodified content" alert was last sent.static String
UNMODIFIED_ALERT_TEXT
The 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
-
-