filterIncludes()

Determines whether the specified attribute value is equal to that of the inclusion values.

Syntax

boolean filterIncludes(String FilterAttributeValue, String IncludeValues)
 

Parameters

FilterAttributeValue
The value of the attribute being filtered.

IncludesValues
The values the collaboration uses as a filter to allow synchronization of the business object.

Return values

Returns True if the value of FilterAttributeValue matches one of the values listed in IncludesValues. Otherwise, the method returns False.

Copyright IBM Corp. 2003, 2004