org.kuali.rice.ken.util
Class NotificationConstants.PROCESSING_FLAGS
java.lang.Object
   org.kuali.rice.ken.util.NotificationConstants.PROCESSING_FLAGS
org.kuali.rice.ken.util.NotificationConstants.PROCESSING_FLAGS
- Enclosing class:
- NotificationConstants
- public static final class NotificationConstants.PROCESSING_FLAGS 
- extends Object
Different processing flags for the notification system.
 RESOLVED - the notification has been resolved by the system and specific message deliveries have been created
 UNRESOLVED - the notification has not been resolved by the system
- 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 | 
 
RESOLVED
public static final String RESOLVED
- See Also:
- Constant Field Values
UNRESOLVED
public static final String UNRESOLVED
- See Also:
- Constant Field Values
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.