OpenWGA 7.10 - TMLScript reference

List
Method :

containsAll(list)

On object List
Usage Controls if this list contains all values of another list
Description This method only controls that all the values of the parameter list are contained in this list. This list may actually hold more elements than those tested and hold them in a different order.

Like list.contains() this method is case sensitive on strings.
Parameters list (List):
List of values that are tested
Return value true if all values are contained, false otherwise.
Allowed in script types
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events
    portletevent