public abstract class MatchingRecordFilter extends Object
| Constructor and Description |
|---|
MatchingRecordFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
accept(com.onwbp.adaptation.Adaptation record)
Returns
true if the record is to be matched, returns false if the record is to be ignored. |
List<BespokeParameter> |
getBespokeParameters()
Gets bespoke parameters.
|
com.onwbp.adaptation.Adaptation |
getPivotRecord()
Gets the Pivot record and returns null when
TransientRecordContext is used. |
TransientRecordContext |
getTransientRecordContext()
Returns
TransientRecordContext |
public abstract boolean accept(com.onwbp.adaptation.Adaptation record)
true if the record is to be matched, returns false if the record is to be ignored.public final List<BespokeParameter> getBespokeParameters()
public final com.onwbp.adaptation.Adaptation getPivotRecord()
TransientRecordContext is used.public final TransientRecordContext getTransientRecordContext()
TransientRecordContext. Returns null when matching on a record is executed.