Class NotificationEventTypes
- java.lang.Object
-
- com.hybris.cockpitng.util.notifications.event.NotificationEventTypes
-
public final class NotificationEventTypes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEVENT_TYPE_GENERALConstant value defining type for notification of general purposestatic java.lang.StringEVENT_TYPE_OBJECT_CREATIONConstant value defining type for notification about object creationstatic java.lang.StringEVENT_TYPE_OBJECT_LOADConstant value defining type for notification about loading objectstatic java.lang.StringEVENT_TYPE_OBJECT_REMOVALConstant value defining type for notification about object removalstatic java.lang.StringEVENT_TYPE_OBJECT_UPDATEConstant value defining type for notification about object modificationstatic java.lang.StringEVENT_TYPE_PERMISSIONSConstant value defining type for notification related to permissions
-
-
-
Field Detail
-
EVENT_TYPE_OBJECT_CREATION
public static final java.lang.String EVENT_TYPE_OBJECT_CREATION
Constant value defining type for notification about object creation- See Also:
- Constant Field Values
-
EVENT_TYPE_OBJECT_UPDATE
public static final java.lang.String EVENT_TYPE_OBJECT_UPDATE
Constant value defining type for notification about object modification- See Also:
- Constant Field Values
-
EVENT_TYPE_OBJECT_REMOVAL
public static final java.lang.String EVENT_TYPE_OBJECT_REMOVAL
Constant value defining type for notification about object removal- See Also:
- Constant Field Values
-
EVENT_TYPE_OBJECT_LOAD
public static final java.lang.String EVENT_TYPE_OBJECT_LOAD
Constant value defining type for notification about loading object- See Also:
- Constant Field Values
-
EVENT_TYPE_GENERAL
public static final java.lang.String EVENT_TYPE_GENERAL
Constant value defining type for notification of general purpose- See Also:
- Constant Field Values
-
EVENT_TYPE_PERMISSIONS
public static final java.lang.String EVENT_TYPE_PERMISSIONS
Constant value defining type for notification related to permissions- See Also:
- Constant Field Values
-
-