Uses of Class
de.gwdg.metadataqa.marc.dao.DataField
Packages that use DataField
Package
Description
-
Uses of DataField in de.gwdg.metadataqa.marc
Methods in de.gwdg.metadataqa.marc that return DataFieldMethods in de.gwdg.metadataqa.marc with parameters of type DataField -
Uses of DataField in de.gwdg.metadataqa.marc.analysis
Methods in de.gwdg.metadataqa.marc.analysis that return types with arguments of type DataField -
Uses of DataField in de.gwdg.metadataqa.marc.analysis.contextual
Methods in de.gwdg.metadataqa.marc.analysis.contextual with parameters of type DataFieldModifier and TypeMethodDescriptionprotected voidContextualAnalyzer.updateSchemaSubfieldStatistics(DataField field, Schema currentSchema) -
Uses of DataField in de.gwdg.metadataqa.marc.analysis.contextual.authority
Methods in de.gwdg.metadataqa.marc.analysis.contextual.authority with parameters of type DataFieldModifier and TypeMethodDescriptionAuthorityAnalyzer.extractSchemasFromSubfield2(String tag, DataField field) protected abstract intAuthorityAnalyzer.processField(DataField field, AuthorityCategory category, Map<AuthorityCategory, Integer> categoryCounter) protected intMarc21AuthorityAnalyzer.processField(DataField field, AuthorityCategory category, Map<AuthorityCategory, Integer> categoryCounter) protected intPicaAuthorityAnalyzer.processField(DataField field, AuthorityCategory category, Map<AuthorityCategory, Integer> categoryCounter) protected intUnimarcAuthorityAnalyzer.processField(DataField field, AuthorityCategory category, Map<AuthorityCategory, Integer> categoryCounter) -
Uses of DataField in de.gwdg.metadataqa.marc.analysis.contextual.classification
Methods in de.gwdg.metadataqa.marc.analysis.contextual.classification with parameters of type DataFieldModifier and TypeMethodDescriptionMarcClassificationAnalyzer.extractSchemasFromSubfield2(String tag, DataField field) Extracts the scheme from the subfield 2 of the current field. -
Uses of DataField in de.gwdg.metadataqa.marc.analysis.functional
Methods in de.gwdg.metadataqa.marc.analysis.functional with parameters of type DataFieldModifier and TypeMethodDescriptionprotected abstract voidFunctionalAnalyzer.countDataField(DataFieldDefinition definition, DataField dataField, Map<FRBRFunction, FunctionValue> recordCounter) protected voidMarc21FunctionalAnalyzer.countDataField(DataFieldDefinition definition, DataField dataField, Map<FRBRFunction, FunctionValue> recordCounter) protected voidPicaFunctionalAnalyzer.countDataField(DataFieldDefinition definition, DataField dataField, Map<FRBRFunction, FunctionValue> recordCounter) protected voidUnimarcFunctionalAnalyzer.countDataField(DataFieldDefinition definition, DataField dataField, Map<FRBRFunction, FunctionValue> recordCounter) Method parameters in de.gwdg.metadataqa.marc.analysis.functional with type arguments of type DataFieldModifier and TypeMethodDescriptionprotected final voidFunctionalAnalyzer.countDataFields(Map<FRBRFunction, FunctionValue> functionCounter, List<DataField> dataFields, Map<DataFieldDefinition, Boolean> cache) -
Uses of DataField in de.gwdg.metadataqa.marc.analysis.serial
Methods in de.gwdg.metadataqa.marc.analysis.serial that return types with arguments of type DataFieldModifier and TypeMethodDescriptionMarc21Serial.getDatesOfPublication362()Marc21Serial.getFrequency310()Marc21Serial.getIssn022()Marc21Serial.getSourceOfDescription588() -
Uses of DataField in de.gwdg.metadataqa.marc.analysis.validator
Methods in de.gwdg.metadataqa.marc.analysis.validator that return DataFieldModifier and TypeMethodDescriptionMarc21LinkageHandler.handleLinkage(DataField field, DataFieldDefinition definition) Validates the linkage of the field 880.Methods in de.gwdg.metadataqa.marc.analysis.validator with parameters of type DataFieldModifier and TypeMethodDescriptionMarc21LinkageHandler.handleLinkage(DataField field, DataFieldDefinition definition) Validates the linkage of the field 880.boolean -
Uses of DataField in de.gwdg.metadataqa.marc.cli.plugin
Methods in de.gwdg.metadataqa.marc.cli.plugin with parameters of type DataFieldModifier and TypeMethodDescriptionCompletenessPlugin.getPackageName(DataField field) Marc21CompletenessPlugin.getPackageName(DataField field) PicaCompletenessPlugin.getPackageName(DataField field) UnimarcCompletenessPlugin.getPackageName(DataField field) -
Uses of DataField in de.gwdg.metadataqa.marc.cli.utils.ignorablerecords
Method parameters in de.gwdg.metadataqa.marc.cli.utils.ignorablerecords with type arguments of type DataField -
Uses of DataField in de.gwdg.metadataqa.marc.dao.record
Fields in de.gwdg.metadataqa.marc.dao.record with type parameters of type DataFieldModifier and TypeFieldDescriptionBibliographicRecord.datafieldIndexKey-value pairs of a tag and list of datafields that have the tag.BibliographicRecord.datafieldsList of datafieldsMethods in de.gwdg.metadataqa.marc.dao.record that return types with arguments of type DataFieldModifier and TypeMethodDescriptionBibliographicRecord.getAuthorityFields()Get fields containing authority informationBibliographicRecord.getAuthorityFields(Map<AuthorityCategory, List<String>> categoryTags) Returns a map of datafields and their corresponding authority categories.BibliographicRecord.getAuthorityFieldsMap()Returns a map of a datafield of the record and the authority category of the field.BibliographicRecord.getDatafields()Returns all data fieldsBibliographicRecord.getDatafieldsByTag(String tag) Returns a list of data fields that have the specified tag.BibliographicRecord.getFieldsFromTags(List<String> tags) Given the tags of the record, returns the datafields that have the specified tags.BibliographicRecord.getSubjects()Get the subject related data fieldsMethods in de.gwdg.metadataqa.marc.dao.record with parameters of type DataFieldModifier and TypeMethodDescriptionvoidBibliographicRecord.addDataField(DataField dataField) Add a datafield to the recordprotected voidBibliographicRecord.indexField(DataField dataField) Index a datafield to enable retrievalprotected voidPicaRecord.indexField(DataField dataField) protected static StringBibliographicRecord.joinAllSubfields(DataField field) protected booleanBibliographicRecord.searchDatafield(String query, List<String> results, String subfieldCode, DataField field) -
Uses of DataField in de.gwdg.metadataqa.marc.definition.general.indexer
Methods in de.gwdg.metadataqa.marc.definition.general.indexer with parameters of type DataField -
Uses of DataField in de.gwdg.metadataqa.marc.definition.general.indexer.subject
Methods in de.gwdg.metadataqa.marc.definition.general.indexer.subject with parameters of type DataFieldModifier and TypeMethodDescriptionprotected StringSchemaFromInd1OrIf7FromSubfield2.getIndicatorSchemaCode(DataField dataField) protected StringSchemaFromInd1OrIfEmptyFromSubfield2.getIndicatorSchemaCode(DataField dataField) protected StringSchemaFromInd2.getIndicatorSchemaCode(DataField dataField) protected StringSchemaFromInd2AndSubfield2.getIndicatorSchemaCode(DataField dataField) protected StringSchemaFromInd2For055OrIf7FromSubfield2.getIndicatorSchemaCode(DataField dataField) protected abstract StringSchemaIndicatorExtractor.getIndicatorSchemaCode(DataField dataField) protected StringSchemaFromInd1OrIf7FromSubfield2.getSchemaAbbreviation(String indicatorSchemaCode, DataField dataField) protected StringSchemaFromInd1OrIfEmptyFromSubfield2.getSchemaAbbreviation(String indicatorSchemaCode, DataField dataField) protected StringSchemaFromInd2.getSchemaAbbreviation(String indicatorSchemaCode, DataField dataField) protected StringSchemaFromInd2AndSubfield2.getSchemaAbbreviation(String indicatorSchemaCode, DataField dataField) protected StringSchemaFromInd2For055OrIf7FromSubfield2.getSchemaAbbreviation(String indicatorSchemaCode, DataField dataField) protected abstract StringSchemaIndicatorExtractor.getSchemaAbbreviation(String indicatorSchemaCode, DataField dataField) SchemaFromSubfield2.index(DataField dataField, DataFieldKeyGenerator keyGenerator) SchemaIndicatorExtractor.index(DataField dataField, DataFieldKeyGenerator keyGenerator) Constructors in de.gwdg.metadataqa.marc.definition.general.indexer.subject with parameters of type DataFieldModifierConstructorDescriptionSubjectIndexExtractor(DataField dataField, DataFieldKeyGenerator keyGenerator, String schemaAbbreviation) Creates a new instance of the SubjectIndexExtractor. -
Uses of DataField in de.gwdg.metadataqa.marc.definition.general.validator
Methods in de.gwdg.metadataqa.marc.definition.general.validator with parameters of type DataFieldModifier and TypeMethodDescriptionstatic ValidatorResponsestatic ValidatorResponseGiven a field, validate that if the field has indicator2 equal to 7, it also has to have subfield 2 -
Uses of DataField in de.gwdg.metadataqa.marc.definition.tags.tags6xx
Methods in de.gwdg.metadataqa.marc.definition.tags.tags6xx with parameters of type DataField -
Uses of DataField in de.gwdg.metadataqa.marc.utils
Methods in de.gwdg.metadataqa.marc.utils that return DataFieldModifier and TypeMethodDescriptionstatic DataFieldMapToDatafield.parse(Map<String, Object> fieldInstance, MarcVersion version) static <T extends DataFieldDefinition>
DataFieldSubfieldParser.parseField(T dataFieldDefinition, String text) -
Uses of DataField in de.gwdg.metadataqa.marc.utils.pica
Methods in de.gwdg.metadataqa.marc.utils.pica that return DataFieldMethods in de.gwdg.metadataqa.marc.utils.pica with parameters of type DataField