public interface MetadataContributor<RecordType>
| Modifier and Type | Method and Description |
|---|---|
Collection<MetadatumDTO> |
contributeMetadata(RecordType t)
Implementations have the responsibility to process/map their own type of metadata based on a given record
and return a collection of the generalised MetadatumDTO objects
|
void |
setMetadataFieldMapping(MetadataFieldMapping<RecordType,MetadataContributor<RecordType>> rt)
Set the metadataFieldMapping
|
void setMetadataFieldMapping(MetadataFieldMapping<RecordType,MetadataContributor<RecordType>> rt)
rt - the MetadataFieldMapping object to set to the MetadataContributorCollection<MetadatumDTO> contributeMetadata(RecordType t)
t - The recordType object to retrieve metadata fromCopyright © 2017 DuraSpace. All rights reserved.