Interface MetadataContributor<RecordType>

    • Method Detail

      • contributeMetadata

        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
        Parameters:
        t - The recordType object to retrieve metadata from
        Returns:
        A collection of MetadatumDTO objects, retrieve from the recordtype