Uses of Class
org.xwiki.notifications.filters.expression.DateValueNode
-
Packages that use DateValueNode Package Description org.xwiki.notifications.filters.expression.generics -
-
Uses of DateValueNode in org.xwiki.notifications.filters.expression.generics
Methods in org.xwiki.notifications.filters.expression.generics that return DateValueNode Modifier and Type Method Description static DateValueNode
ExpressionBuilder. value(Date value)
Instantiate a newDateValueNode
using the given value.
-