org.kuali.rice.ken.util
Class NotificationConstants.MESSAGE_DELIVERY_STATUS
java.lang.Object
   org.kuali.rice.ken.util.NotificationConstants.MESSAGE_DELIVERY_STATUS
org.kuali.rice.ken.util.NotificationConstants.MESSAGE_DELIVERY_STATUS
- Enclosing class:
- NotificationConstants
- public static final class NotificationConstants.MESSAGE_DELIVERY_STATUS 
- extends Object
Different delivery status flags for the notification system.
 UNDELIVERED - the notification has not been delivered by the delivery machine
 DELIVERED - the notification has been delivered by the delivery machine
 REMOVED - the notification has been removed by the delivery machine
 AUTO_REMOVED - the notification was auto removed by the delivery machine
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
UNDELIVERED
public static final String UNDELIVERED
- See Also:
- Constant Field Values
DELIVERED
public static final String DELIVERED
- See Also:
- Constant Field Values
REMOVED
public static final String REMOVED
- See Also:
- Constant Field Values
AUTO_REMOVED
public static final String AUTO_REMOVED
- See Also:
- Constant Field Values
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.