Class: Bulkrax::OaiQualifiedDcParser
- Inherits:
-
OaiDcParser
- Object
- ApplicationParser
- OaiDcParser
- Bulkrax::OaiQualifiedDcParser
- Defined in:
- app/parsers/bulkrax/oai_qualified_dc_parser.rb
Instance Attribute Summary
Attributes inherited from OaiDcParser
Attributes inherited from ApplicationParser
Instance Method Summary collapse
Methods inherited from OaiDcParser
#client, #collection_entry_class, #collection_name, #collections, #collections_total, #create_collections, #create_file_sets, #create_objects, #create_relationships, #create_works, #file_set_entry_class, #import_fields, #initialize, #record_deleted?, #record_has_source_identifier, #record_raw_metadata, #record_remove_and_rerun?, #records, #total, #works_total
Methods inherited from ApplicationParser
#base_path, #calculate_type_delay, #collection_entry_class, #collections_total, #create_collections, #create_entry_and_job, #create_file_sets, #create_objects, #create_relationships, #create_works, export_supported?, #exporter?, #file_set_entry_class, #file_sets_total, #find_or_create_entry, #generated_metadata_mapping, #get_field_mapping_hash_for, #import_file_path, import_supported?, #importer?, #initialize, #invalid_record, #limit_reached?, #model_field_mappings, #new_entry, parser_fields, #path_for_import, #perform_method, #rebuild_entries, #rebuild_entry_query, #record, #record_deleted?, #record_has_source_identifier, #record_raw_metadata, #record_remove_and_rerun?, #records, #related_children_parsed_mapping, #related_children_raw_mapping, #related_parents_parsed_mapping, #related_parents_raw_mapping, #required_elements, #retrieve_cloud_files, #setup_export_file, #source_identifier, #total, #untar, #unzip, #valid_import?, #visibility, #work_entry_class, #work_identifier, #work_identifier_search_field, #write, #write_files, #write_import_file, #zip
Constructor Details
This class inherits a constructor from Bulkrax::OaiDcParser
Instance Method Details
#entry_class ⇒ Object
5 6 7 |
# File 'app/parsers/bulkrax/oai_qualified_dc_parser.rb', line 5 def entry_class OaiQualifiedDcEntry end |