Package org.silverpeas.core.reminder
Class BackgroundReminderProcess.Constants
- java.lang.Object
-
- org.silverpeas.core.reminder.BackgroundReminderProcess.Constants
-
- Enclosing interface:
- BackgroundReminderProcess
public static class BackgroundReminderProcess.Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROCESS_NAME_SUFFIX
The predefined suffix that must compound the name of each implementation of this interface.
-
-
-
Field Detail
-
PROCESS_NAME_SUFFIX
public static final String PROCESS_NAME_SUFFIX
The predefined suffix that must compound the name of each implementation of this interface. An implementation of this interface by a Silverpeas feature calledCalendarEventUserNotification
for example MUST be namedCalendarEventUserNotification[PROCESS_NAME_SUFFIX]
where PROCESS_NAME_SUFFIX is the predefined suffix as defined below.- See Also:
- Constant Field Values
-
-