Uses of Interface
gov.nasa.pds.registry.common.util.FieldMap
Packages that use FieldMap
Package
Description
-
Uses of FieldMap in gov.nasa.pds.registry.common.es.service
Methods in gov.nasa.pds.registry.common.es.service with parameters of type FieldMapModifier and TypeMethodDescriptionvoidMissingFieldsProcessor.processDoc(FieldMap fmap, XmlNamespaces xmlns) Loop through all fields in a PDS label and if any fields are missing from Elasticsearch "registry" schema, update the schema and data dictionary index. -
Uses of FieldMap in gov.nasa.pds.registry.common.meta
Methods in gov.nasa.pds.registry.common.meta with parameters of type FieldMapModifier and TypeMethodDescriptionvoidBundleMetadataExtractor.addRefs(FieldMap fmap, BundleMetadataExtractor.BundleMemberEntry bme) Add a collection reference (LID and LIDVID) from bundle member entry to the field map.Extracts all fields from a label file into a FieldMapvoidExtracts search fields from a parsed label file (XML DOM) into a FieldMap -
Uses of FieldMap in gov.nasa.pds.registry.common.util
Classes in gov.nasa.pds.registry.common.util that implement FieldMapModifier and TypeClassDescriptionclassImplementation of FieldMap interface which stores values in a list.classImplementation of FieldMap interface which stores values in a set.