Methods in com.ibm.tws.objects.validator that throw FilterValidatorException
|
protected void |
Validator.checkFilter(QueryFilter filter,
java.lang.String name,
java.lang.Class type,
boolean isNullable)
Checks that the value specified for a query filter element is an instance of the expected class. |
protected void |
Validator.checkListFilter(QueryFilter filter,
java.lang.String name,
java.lang.Class type,
boolean isNullable)
Checks that the values specified for a query filter element of type List are correct. |