Uses of Class
org.xwiki.notifications.filters.expression.InNode
-
Packages that use InNode Package Description org.xwiki.notifications.filters.expression.generics -
-
Uses of InNode in org.xwiki.notifications.filters.expression.generics
Methods in org.xwiki.notifications.filters.expression.generics that return InNode Modifier and Type Method Description InNode
AbstractValueNode. in(Collection<AbstractValueNode> values)
Helper that allows to createInNode
without having to instantiate new objects.InNode
AbstractValueNode. inStrings(Collection<String> values)
Helper that allows to createInNode
without having to instantiate new objects.
-