Uses of Class
de.gwdg.metadataqa.marc.MarcRecord
-
-
Uses of MarcRecord in de.gwdg.metadataqa.marc
Fields in de.gwdg.metadataqa.marc declared as MarcRecord Modifier and Type Field Description protected MarcRecordMarcPositionalControlField. marcRecordMethods in de.gwdg.metadataqa.marc that return MarcRecord Modifier and Type Method Description static MarcRecordMarcFactory. create(de.gwdg.metadataqa.api.model.pathcache.JsonPathCache cache)static MarcRecordMarcFactory. create(de.gwdg.metadataqa.api.model.pathcache.JsonPathCache cache, MarcVersion version)static MarcRecordMarcFactory. createFromAlephseq(List<AlephseqLine> lines, MarcVersion marcVersion)static MarcRecordMarcFactory. createFromFormattedText(String marcRecordAsText)static MarcRecordMarcFactory. createFromFormattedText(String marcRecordAsText, MarcVersion marcVersion)static MarcRecordMarcFactory. createFromFormattedText(List<String> lines)static MarcRecordMarcFactory. createFromFormattedText(List<String> lines, MarcVersion marcVersion)static MarcRecordMarcFactory. createFromMarc4j(org.marc4j.marc.Record marc4jRecord)static MarcRecordMarcFactory. createFromMarc4j(org.marc4j.marc.Record marc4jRecord, MarcVersion marcVersion)static MarcRecordMarcFactory. createFromMarc4j(org.marc4j.marc.Record marc4jRecord, Leader.Type defaultType)static MarcRecordMarcFactory. createFromMarc4j(org.marc4j.marc.Record marc4jRecord, Leader.Type defaultType, MarcVersion marcVersion)static MarcRecordMarcFactory. createFromMarc4j(org.marc4j.marc.Record marc4jRecord, Leader.Type defaultType, MarcVersion marcVersion, boolean fixAlephseq)Create a MarcRecord object from Marc4j objectMarcRecordDataField. getRecord()MarcRecordMarcSubfield. getRecord()MarcRecordMarcRecord. setControl001(MarcControlField control001)Methods in de.gwdg.metadataqa.marc with parameters of type MarcRecord Modifier and Type Method Description voidLeader. setMarcRecord(MarcRecord marcRecord)voidMarcPositionalControlField. setMarcRecord(MarcRecord record)voidDataField. setRecord(MarcRecord record)voidMarcSubfield. setRecord(MarcRecord record)Constructors in de.gwdg.metadataqa.marc with parameters of type MarcRecord Constructor Description Control007(MarcRecord record, String content) -
Uses of MarcRecord in de.gwdg.metadataqa.marc.analysis
Methods in de.gwdg.metadataqa.marc.analysis with parameters of type MarcRecord Modifier and Type Method Description static List<Double>ShelfReadyAnalysis. getScores(MarcRecord marcRecord)static List<Integer>ThompsonTraillAnalysis. getScores(MarcRecord marcRecord)Constructors in de.gwdg.metadataqa.marc.analysis with parameters of type MarcRecord Constructor Description AuthorithyAnalyzer(MarcRecord marcRecord, AuthorityStatistics authoritiesStatistics)ClassificationAnalyzer(MarcRecord marcRecord, ClassificationStatistics statistics)NetworkAnalyzer(MarcRecord marcRecord)Serial(MarcRecord record) -
Uses of MarcRecord in de.gwdg.metadataqa.marc.cli
Methods in de.gwdg.metadataqa.marc.cli with parameters of type MarcRecord Modifier and Type Method Description voidAuthorityAnalysis. processRecord(MarcRecord marcRecord, int recordNumber)voidClassificationAnalysis. processRecord(MarcRecord marcRecord, int recordNumber)voidCompleteness. processRecord(MarcRecord marcRecord, int recordNumber)voidFormatter. processRecord(MarcRecord marcRecord, int recordNumber)voidFunctionalAnalysis. processRecord(MarcRecord marcRecord, int recordNumber)voidMarcToSolr. processRecord(MarcRecord marcRecord, int recordNumber)voidNetworkAnalysis. processRecord(MarcRecord marcRecord, int recordNumber)voidSerialScore. processRecord(MarcRecord marcRecord, int recordNumber)voidShelfReadyCompleteness. processRecord(MarcRecord marcRecord, int recordNumber)voidThompsonTraillCompleteness. processRecord(MarcRecord marcRecord, int recordNumber)voidValidator. processRecord(MarcRecord marcRecord, int i) -
Uses of MarcRecord in de.gwdg.metadataqa.marc.cli.processor
Methods in de.gwdg.metadataqa.marc.cli.processor with parameters of type MarcRecord Modifier and Type Method Description voidMarcFileProcessor. processRecord(MarcRecord marcRecord, int recordNumber) -
Uses of MarcRecord in de.gwdg.metadataqa.marc.cli.utils
Methods in de.gwdg.metadataqa.marc.cli.utils with parameters of type MarcRecord Modifier and Type Method Description booleanIgnorableRecords. isIgnorable(MarcRecord record) -
Uses of MarcRecord in de.gwdg.metadataqa.marc.definition
Fields in de.gwdg.metadataqa.marc.definition declared as MarcRecord Modifier and Type Field Description protected MarcRecordPositionalControlField. marcRecordMethods in de.gwdg.metadataqa.marc.definition with parameters of type MarcRecord Modifier and Type Method Description voidPositionalControlField. setMarcRecord(MarcRecord marcRecord)voidControlValue. setRecord(MarcRecord record) -
Uses of MarcRecord in de.gwdg.metadataqa.marc.definition.general.validator
Methods in de.gwdg.metadataqa.marc.definition.general.validator with parameters of type MarcRecord Modifier and Type Method Description static ValidatorResponseRecordValidator. isValid(MarcRecord record)static ValidatorResponseClassificationReferenceValidator. validate(MarcRecord marcRecord)
-