Class PropertyValueNode
- java.lang.Object
-
- org.xwiki.notifications.filters.expression.generics.AbstractNode
-
- org.xwiki.notifications.filters.expression.generics.AbstractValueNode<EventProperty>
-
- org.xwiki.notifications.filters.expression.PropertyValueNode
-
- All Implemented Interfaces:
ExpressionNode
public final class PropertyValueNode extends AbstractValueNode<EventProperty>
Define value node containing aNotificationFilterProperty
.- Since:
- 9.7RC1
- Version:
- $Id: 90d455fe22514f5de19f4004a723576346088bdb $
-
-
Field Summary
-
Fields inherited from class org.xwiki.notifications.filters.expression.generics.AbstractNode
EMPTY_NODE
-
-
Constructor Summary
Constructors Constructor Description PropertyValueNode(EventProperty content)
Constructs a new value node usingNotificationFilterProperty
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
String
toString()
-
Methods inherited from class org.xwiki.notifications.filters.expression.generics.AbstractValueNode
concat, endsWith, eq, getContent, greaterThan, in, inStrings, inSubQuery, lesserThan, notEq, startsWith
-
-
-
-
Constructor Detail
-
PropertyValueNode
public PropertyValueNode(EventProperty content)
Constructs a new value node usingNotificationFilterProperty
.- Parameters:
content
- the content of the node
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classAbstractValueNode<EventProperty>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractValueNode<EventProperty>
-
-