public class SchemaFilter extends Filter
| Constructor and Description |
|---|
SchemaFilter(EntityDef entity) |
| Modifier and Type | Method and Description |
|---|---|
DataException |
addExceptionProperties(DataException exception) |
boolean |
allow(Record record)
Tests whether a record passes this filter.
|
boolean |
equals(Object obj) |
EntityDef |
getEntity() |
Record |
getLastRecord() |
int |
hashCode() |
String |
toString() |
public SchemaFilter(EntityDef entity)
public boolean allow(Record record)
FilterContract for subclasses (see also docs/authoring/Filter.md):
true to keep the record.false to discard the record (routed to a discard writer if
the host FilteringReader is configured with one).DataException only for unrecoverable filter failures; for
ordinary "data fails predicate" cases, return false.public DataException addExceptionProperties(DataException exception)
addExceptionProperties in class Filterpublic EntityDef getEntity()
public Record getLastRecord()
Copyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.