Project

General

Profile

« Previous | Next » 

Revision 5022

Added by Duane Costa over 14 years ago

Bug 3835: Design and implement OAI-PMH compliant harvest subsystem: * Add documentation files to the 'docs/dev/oaipmh' directory. * Delete two obsolete files. * Modify class description comment in MetacatRecordFactory.java

View differences:

MetacatRecordFactory.java
25 25

  
26 26

  
27 27
/**
28
 * MetacatRecordFactory converts native XML "items" to "record" Strings. This
29
 * factory assumes the native XML item looks exactly like the <record> element
30
 * of an OAI GetRecord response, with the possible exception that the <metadata>
31
 * element contains multiple metadataFormats from which to choose.
28
 * MetacatRecordFactory converts native Metacat documents to OAI-PMH records.
32 29
 */
33 30
public class MetacatRecordFactory extends RecordFactory {
34 31

  

Also available in: Unified diff