public interface MetadataFieldMapping<RecordType,QueryType>
| Modifier and Type | Method and Description |
|---|---|
Collection<MetadatumDTO> |
resultToDCValueMapping(RecordType record)
Create a collection of MetadatumDTO retrieved from a given RecordType
|
MetadatumDTO |
toDCValue(MetadataFieldConfig field,
String value) |
MetadatumDTO toDCValue(MetadataFieldConfig field, String value)
field - MetadataFieldConfig representing what to map the value tovalue - The value to map to a MetadatumDTOCollection<MetadatumDTO> resultToDCValueMapping(RecordType record)
record - Used to retrieve the MetadatumDTOCopyright © 2022 LYRASIS. All rights reserved.