com.evolveum.midpoint.notifications
Class NotificationConstants

java.lang.Object
  extended by com.evolveum.midpoint.notifications.NotificationConstants

public class NotificationConstants
extends Object

Author:
mederly

Field Summary
static QName ACCOUNT_CREATION_QNAME
           
static QName ACCOUNT_DELETION_QNAME
           
static QName ACCOUNT_MODIFICATION_QNAME
           
static QName FAILURE_QNAME
           
static QName IN_PROGRESS_QNAME
           
static QName SUCCESS_QNAME
           
static QName WORK_ITEM_CREATION_QNAME
           
 
Constructor Summary
NotificationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACCOUNT_CREATION_QNAME

public static final QName ACCOUNT_CREATION_QNAME

ACCOUNT_MODIFICATION_QNAME

public static final QName ACCOUNT_MODIFICATION_QNAME

ACCOUNT_DELETION_QNAME

public static final QName ACCOUNT_DELETION_QNAME

WORK_ITEM_CREATION_QNAME

public static final QName WORK_ITEM_CREATION_QNAME

SUCCESS_QNAME

public static final QName SUCCESS_QNAME

IN_PROGRESS_QNAME

public static final QName IN_PROGRESS_QNAME

FAILURE_QNAME

public static final QName FAILURE_QNAME
Constructor Detail

NotificationConstants

public NotificationConstants()


Copyright © 2013 evolveum. All Rights Reserved.