Interface RecordFilter
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
RecordFilterMarc21,RecordFilterPica
public interface RecordFilter extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAllowable(BibliographicRecord marcRecord)booleanisEmpty()
-
-
-
Method Detail
-
isEmpty
boolean isEmpty()
-
isAllowable
boolean isAllowable(BibliographicRecord marcRecord)
-
-