Class RecordFilterMarc21
- java.lang.Object
-
- de.gwdg.metadataqa.marc.cli.utils.ignorablerecords.Marc21Filter
-
- de.gwdg.metadataqa.marc.cli.utils.ignorablerecords.RecordFilterMarc21
-
- All Implemented Interfaces:
RecordFilter,Serializable
public class RecordFilterMarc21 extends Marc21Filter implements RecordFilter, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.gwdg.metadataqa.marc.cli.utils.ignorablerecords.Marc21Filter
conditions
-
-
Constructor Summary
Constructors Constructor Description RecordFilterMarc21(String allowableRecordsInput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAllowable(BibliographicRecord marcRecord)StringtoString()-
Methods inherited from class de.gwdg.metadataqa.marc.cli.utils.ignorablerecords.Marc21Filter
getConditions, isEmpty, met, parseField, parseInput
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.gwdg.metadataqa.marc.cli.utils.ignorablerecords.RecordFilter
isEmpty
-
-
-
-
Constructor Detail
-
RecordFilterMarc21
public RecordFilterMarc21(String allowableRecordsInput)
-
-
Method Detail
-
isAllowable
public boolean isAllowable(BibliographicRecord marcRecord)
- Specified by:
isAllowablein interfaceRecordFilter
-
-