containsValue

Convenience method to determine whether the list of selected values contains the specified value. This method is case insensitive, and includes values that have been escaped for XML.

Syntax:

boolean containsValue(String value);

Parameters:

value (String): the value to search for in the list of selected values

Returns:

true if the list contains the specified value; otherwise false.

Subscription API

Messaging API

Using the PredicateBean