Class: Bulkrax::RdfCollectionEntry

Inherits:
RdfEntry show all
Defined in:
app/models/bulkrax/rdf_collection_entry.rb

Instance Attribute Summary

Attributes inherited from Entry

#all_attrs

Instance Method Summary collapse

Methods inherited from RdfEntry

#collections_created?, data_for_entry, fields_from_data, #find_collection_ids, read_data, related_children_parsed_mapping

Methods inherited from Entry

#build, data_for_entry, #exporter?, #fetch_field_mapping, fields_from_data, #find_collection, #importer?, #last_run, parent_field, read_data, #source_identifier, #work_identifier

Methods included from HasLocalProcessing

#add_local

Methods included from StatusInfo

#current_status, #failed?, #last_error, #set_status_info, #skipped?, #status, #status_at, #succeeded?

Methods included from ExportBehavior

#build_export_metadata, #build_for_exporter, #filename, #hyrax_record

Methods included from ImportBehavior

#active_id_for_authority?, #add_admin_set_id, #add_collections, #add_rights_statement, #add_user_to_permission_templates!, #add_visibility, #build_for_importer, #child_jobs, #collections_created?, #factory, #factory_class, #find_collection_ids, #override_rights_statement, #parent_jobs, #rights_statement, #sanitize_controlled_uri_value, #sanitize_controlled_uri_values!, #validate_value

Methods included from HasMatchers

#add_metadata, #excluded?, #field_supported?, #field_to, #fields_that_are_always_multiple, #fields_that_are_always_singular, #get_object_name, #matched_metadata, #multiple?, #multiple_metadata, #schema_form_definitions, #set_parsed_data, #set_parsed_object_data, #single_metadata, #supported_bulkrax_fields

Instance Method Details

#build_metadataObject



10
11
12
13
14
# File 'app/models/bulkrax/rdf_collection_entry.rb', line 10

def 
  self. = self.
  add_local
  return self.
end

#recordObject



6
7
8
# File 'app/models/bulkrax/rdf_collection_entry.rb', line 6

def record
  @record ||= self.
end