Class MetadataImporter


  • public class MetadataImporter
    extends Object
    Author:
    Richard Jones This class takes an xml document as passed in the arguments and uses it to create metadata elements in the Metadata Registry if they do not already exist The format of the XML file is as follows: <dspace-dc-types> <dc-type> <schema>icadmin</schema> <element>status</element> <qualifier>dateset</qualifier> <scope_note>the workflow status of an item</scope_note> </dc-type> [....] </dspace-dc-types>