Package org.ametys.cms.alerts
Interface AlertsConstants
public interface AlertsConstants
Constants related to content alerts.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The name of the metadata storing when the "awaiting validation" alert was last sent.static final String
The name of the metadata storing the reminder date.static final String
The name of the metadata storing whether the reminder is enabled.static final String
The name of the metadata storing the reminder text.static final String
The name of the metadata storing when the "scheduled archiving" alert was last sent.static final String
The name of the metadata storing whether the "unmodified content" alert is enabled.static final String
The name of the metadata storing when the "unmodified content" alert was last sent.static final String
The name of the metadata storing the "unmodified content" reminder text.
-
Field Details
-
AWAITING_VALIDATION_ALERT_LAST_DATE
The name of the metadata storing when the "awaiting validation" alert was last sent.- See Also:
-
UNMODIFIED_ALERT_ENABLED
The name of the metadata storing whether the "unmodified content" alert is enabled.- See Also:
-
UNMODIFIED_ALERT_TEXT
The name of the metadata storing the "unmodified content" reminder text.- See Also:
-
UNMODIFIED_ALERT_LAST_DATE
The name of the metadata storing when the "unmodified content" alert was last sent.- See Also:
-
REMINDER_ENABLED
The name of the metadata storing whether the reminder is enabled.- See Also:
-
REMINDER_DATE
The name of the metadata storing the reminder date.- See Also:
-
REMINDER_TEXT
The name of the metadata storing the reminder text.- See Also:
-
SCHEDULED_ARCHIVING_REMINDER_LAST_DATE
The name of the metadata storing when the "scheduled archiving" alert was last sent.- See Also:
-