Class NotificationEventTypes


  • public final class NotificationEventTypes
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EVENT_TYPE_GENERAL
      Constant value defining type for notification of general purpose
      static java.lang.String EVENT_TYPE_OBJECT_CREATION
      Constant value defining type for notification about object creation
      static java.lang.String EVENT_TYPE_OBJECT_LOAD
      Constant value defining type for notification about loading object
      static java.lang.String EVENT_TYPE_OBJECT_REMOVAL
      Constant value defining type for notification about object removal
      static java.lang.String EVENT_TYPE_OBJECT_UPDATE
      Constant value defining type for notification about object modification
      static java.lang.String EVENT_TYPE_PERMISSIONS
      Constant value defining type for notification related to permissions
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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