Uses of Class
org.xwiki.notifications.filters.expression.EventProperty
-
Packages that use EventProperty Package Description org.xwiki.notifications.filters.expression org.xwiki.notifications.filters.expression.generics -
-
Uses of EventProperty in org.xwiki.notifications.filters.expression
Methods in org.xwiki.notifications.filters.expression that return EventProperty Modifier and Type Method Description static EventProperty
EventProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventProperty[]
EventProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.xwiki.notifications.filters.expression with parameters of type EventProperty Constructor Description PropertyValueNode(EventProperty content)
Constructs a new value node usingNotificationFilterProperty
. -
Uses of EventProperty in org.xwiki.notifications.filters.expression.generics
Methods in org.xwiki.notifications.filters.expression.generics with parameters of type EventProperty Modifier and Type Method Description static PropertyValueNode
ExpressionBuilder. value(EventProperty property)
Instantiate a newPropertyValueNode
using the given property.
-