public interface LogRecordHeaderFilter
RepositoryLogRecordHeader
.Modifier and Type | Method and Description |
---|---|
boolean |
accept(RepositoryLogRecordHeader record)
Checks if record should be accepted into the list.
|
boolean accept(RepositoryLogRecordHeader record)
record
- log record header to checktrue
if record should be included in the list;
false
otherwise.