Class NotificationEventTypes


  • @Deprecated(since="1811",
                forRemoval=true)
    public final class NotificationEventTypes
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 1811
    See Also:
    NotificationEventTypes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EVENT_TYPE_GENERAL
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constant value defining type for notification of general purpose
      static java.lang.String EVENT_TYPE_OBJECT_CREATION
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constant value defining type for notification about object creation
      static java.lang.String EVENT_TYPE_OBJECT_LOAD
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constant value defining type for notification about loading object
      static java.lang.String EVENT_TYPE_OBJECT_REMOVAL
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constant value defining type for notification about object removal
      static java.lang.String EVENT_TYPE_OBJECT_UPDATE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constant value defining type for notification about object modification
      static java.lang.String EVENT_TYPE_PERMISSIONS
      Deprecated, for removal: This API element is subject to removal in a future version.
      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
        Deprecated, for removal: This API element is subject to removal in a future version.
        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
        Deprecated, for removal: This API element is subject to removal in a future version.
        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
        Deprecated, for removal: This API element is subject to removal in a future version.
        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
        Deprecated, for removal: This API element is subject to removal in a future version.
        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
        Deprecated, for removal: This API element is subject to removal in a future version.
        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
        Deprecated, for removal: This API element is subject to removal in a future version.
        Constant value defining type for notification related to permissions
        See Also:
        Constant Field Values