boolean recurseFilter(BusObj busObj, String filterAttribute, boolean stopOnFail, String includeValues, String excludeValues)
Returns True if filterAttribute contains a value specified in includesValues or a value not specified in excludesValues. Otherwise, the method returns False.
CollaborationException--This exception is thrown if the attribute value of filterAttribute is not specified as an included value but rather as an excluded value and the stopOnFail parameter is set to True.