filterExcludes()

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

Syntax

boolean filterExcludes(String FilterAttributeValue,
                String ExcludeValues)
 

Parameters

FilterAttributeValue
The value of the attribute being filtered.

ExcludesValues
The values the collaboration uses as a filter to prevent synchronization of the business object.

Return values

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

Copyright IBM Corp. 2003, 2004