Class: ActiveFedora::Base
- Inherits:
-
Object
- Object
- ActiveFedora::Base
- Extended by:
- LdpCache::ClassMethods, Querying, ActiveModel::Naming, ActiveSupport::DescendantsTracker
- Includes:
- Aggregation::BaseExtension, Associations, AttachedFiles, AttributeAssignment, AttributeMethods, Attributes, AutosaveAssociation, Callbacks, Core, FedoraAttributes, Identifiable, Indexing, Inheritance, LoadableFromJson, NestedAttributes, Persistence, Reflection, Schema, Scoping, Serialization, Validations, Versionable, ActiveModel::Conversion
- Defined in:
- lib/active_fedora/base.rb
Overview
This class ties together many of the lower-level modules, and implements something akin to an ActiveRecord-alike interface to fedora. If you want to represent a fedora object in the ruby space, this is the class you want to extend.
The Basics
class Oralhistory < ActiveFedora::Base
property :creator, predicate: RDF::Vocab::DC.creator
end
The above example creates a Fedora object with a property named “creator”
Attached files defined with has_subresource
and iis accessed via the attached_files
member hash.
Direct Known Subclasses
Constant Summary
Constants included from AttributeMethods
AttributeMethods::AttrNames, AttributeMethods::RESTRICTED_CLASS_METHODS
Constants included from AutosaveAssociation
AutosaveAssociation::ASSOCIATION_TYPES
Constants included from Callbacks
Instance Attribute Summary
Attributes included from Associations
Method Summary
Methods included from LdpCache::ClassMethods
Methods included from Querying
Methods included from Aggregation::BaseExtension
Methods included from LoadableFromJson
Methods included from Versionable
#create_version, #has_versions?, #model_type, #restore_version, #versions
Methods included from Attributes
#[], #[]=, #attribute_names, #attributes, #local_attributes
Methods included from AttributeMethods
#[], #[]=, #attribute_for_inspect, #attribute_names, #attribute_present?, #attributes, #has_attribute?
Methods included from Reflection
add_reflection, create, #reflections
Methods included from FedoraAttributes
Methods included from AttachedFiles
#add_file, #attach_file, #attached_files, #clear_attached_files, #contains_assertions, #declared_attached_files, #load_attached_files, #metadata_streams, #serialize_attached_files, #undeclared_files
Methods included from Serialization
Methods included from NestedAttributes
Methods included from AutosaveAssociation
#changed_for_autosave?, #destroyed_by_association, #destroyed_by_association=, #mark_for_destruction, #marked_for_destruction?, #reload
Methods included from Associations
#association, #clear_association_cache, #delete
Methods included from Validations
#required?, #save, #save!, #valid?
Methods included from Callbacks
Methods included from Scoping
#initialize_internals_callback, #populate_with_current_scope_attributes
Methods included from Indexing
#indexing_service, #to_solr, #update_index
Methods included from Persistence
#base_path_for_resource=, #delete, #destroy, #destroy!, #destroyed?, #eradicate, #new_record?, #persisted?, #save, #save!, #update, #update!
Methods included from Identifiable
Methods included from Core
#freeze, #init_with_resource, #initialize, #inspect, #reload, #uri=
Methods included from Common
#<=>, #==, #etag, #freeze, #frozen?, #ldp_source, #readonly!, #readonly?