Package org.kuali.rice.ken.util
Class NotificationConstants
java.lang.Object
org.kuali.rice.ken.util.NotificationConstants
This class houses all constants for the NotificationSystem.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThis class houses constants that represent the property names for the business objects.static final classDifferent content types for the Notification System.static final classDifferent delivery types for the Notification System.static final classThis inner class is used to hold constants needed for KEW integration.static final classFlags for record lockingstatic final classDifferent delivery status flags for the notification system.static final classDifferent message delivery types for the notification system.static final classConstants for request processing (web layer).static final classThis class holds constants for different detail views of a notification.static final classThis inner class is used to hold constants around needed for the default system producer which all channels must be exposed to for the generic message sending form to work with.static final classDifferent processing flags for the notification system.static final classDifferent recipient types for the notification system.static final classDifferent response messages for sending notifications.static final classDifferent response statuses for sending notifications.static final classThis inner class holds contants that are used for parsing and resolving of content inside of the XML message format that represents a notification request. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AUTO_REMOVE_CAUSE
String that indicates the cause of a dismissal of a messageDelivery was due to autoremoval- See Also:
-
ACK_CAUSE
- See Also:
-
FYI_CAUSE
- See Also:
-
-
Constructor Details
-
NotificationConstants
public NotificationConstants()
-