org.kuali.rice.ken.util
Class NotificationConstants.PROCESSING_FLAGS

java.lang.Object
  extended by 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)

Field Summary
static String RESOLVED
           
static String UNRESOLVED
           
 
Constructor Summary
NotificationConstants.PROCESSING_FLAGS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOLVED

public static final String RESOLVED
See Also:
Constant Field Values

UNRESOLVED

public static final String UNRESOLVED
See Also:
Constant Field Values
Constructor Detail

NotificationConstants.PROCESSING_FLAGS

public NotificationConstants.PROCESSING_FLAGS()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.