public enum NotificationFilterProperty extends Enum<NotificationFilterProperty>
PropertyValueNode
.
Those properties can be used in order to create specific filters on notifications.Enum Constant and Description |
---|
APPLICATION
The notification application.
|
BODY
The notification body.
|
EVENT_TYPE
The type of event that triggered the notification.
|
HIDDEN
Is the document focused by the notification hidden ?
|
PAGE
Page targeted by the notification.
|
PRIORITY
Priority of the event that triggered the notification.
|
SPACE
The space targeted by the notification.
|
TITLE
The title of the notification.
|
USER
The user targeted by the notification.
|
WIKI
The wiki in which the notification occurred.
|
Modifier and Type | Method and Description |
---|---|
static NotificationFilterProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationFilterProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationFilterProperty APPLICATION
public static final NotificationFilterProperty BODY
public static final NotificationFilterProperty EVENT_TYPE
public static final NotificationFilterProperty HIDDEN
public static final NotificationFilterProperty PAGE
public static final NotificationFilterProperty PRIORITY
public static final NotificationFilterProperty SPACE
public static final NotificationFilterProperty TITLE
public static final NotificationFilterProperty USER
public static final NotificationFilterProperty WIKI
public static NotificationFilterProperty[] values()
for (NotificationFilterProperty c : NotificationFilterProperty.values()) System.out.println(c);
public static NotificationFilterProperty valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2004–2022 XWiki. All rights reserved.