Class: Bulkrax::OaiQualifiedDcParser

Inherits:
OaiDcParser show all
Defined in:
app/parsers/bulkrax/oai_qualified_dc_parser.rb

Instance Attribute Summary

Attributes inherited from OaiDcParser

#headers

Attributes inherited from ApplicationParser

#importerexporter

Instance Method Summary collapse

Methods inherited from OaiDcParser

#client, #collection_entry_class, #collection_name, #collections, #collections_total, #create_collections, #create_parent_child_relationships, #create_works, #import_fields, #initialize, #records, #total

Methods inherited from ApplicationParser

#collection_entry_class, #collections_total, #create_collections, #create_parent_child_relationships, #create_works, export_supported?, #exporter?, #file?, #find_or_create_entry, #identifier_hash, #import_file_path, import_supported?, #importer?, #initialize, #invalid_record, #limit_reached?, #new_entry, #parents, parser_fields, #path_for_import, #perform_method, #record, #record_has_source_identifier, #records, #required_elements, #retrieve_cloud_files, #setup_export_file, #setup_parents, #source_identifier, #total, #unzip, #valid_import?, #visibility, #work_identifier, #write, #write_files, #write_import_file, #zip, #zip?

Constructor Details

This class inherits a constructor from Bulkrax::OaiDcParser

Instance Method Details

#entry_classObject



5
6
7
# File 'app/parsers/bulkrax/oai_qualified_dc_parser.rb', line 5

def entry_class
  OaiQualifiedDcEntry
end