Interface RecordFilter
-
- All Known Implementing Classes:
SimpleRecordFilter
public interface RecordFilter
RecordFilter- See Also:
DataRecord
,FieldFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
match(DataRecord testedRecord)
Returns true if the given record match this Filter criteria.
-
-
-
Method Detail
-
match
boolean match(DataRecord testedRecord) throws FormException
Returns true if the given record match this Filter criteria.- Throws:
FormException
-
-