Interface RecordIgnorator
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
RecordIgnoratorMarc21,RecordIgnoratorPica
public interface RecordIgnorator extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEmpty()booleanisIgnorable(BibliographicRecord marcRecord)
-
-
-
Method Detail
-
isEmpty
boolean isEmpty()
-
isIgnorable
boolean isIgnorable(BibliographicRecord marcRecord)
-
-