Module: Hyrax::WorkBehavior
- Extended by:
- ActiveSupport::Concern
- Includes:
- GlobalID::Identification, Hydra::AccessControls::Embargoable, Hydra::WithDepositor, Hydra::Works::WorkBehavior, CoreMetadata, HasRepresentative, HumanReadableType, InAdminSet, Naming, NestedWorks, Noid, Permissions, ProxyDeposit, Serializers, Suppressible, WithEvents, WithFileSets, Hyrax::Works::Metadata, Solrizer::Common
- Included in:
- BatchUploadItem
- Defined in:
- app/models/concerns/hyrax/work_behavior.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#etag ⇒ Object
TODO: Move this into ActiveFedora.
Methods included from WithEvents
#event_class, #event_store, #events, #log_event, #stream
Methods included from ProxyDeposit
Methods included from Suppressible
#suppressed?, #to_sipity_entity
Methods included from NestedWorks
Methods included from InAdminSet
Methods included from WithFileSets
Methods included from Serializers
Methods included from Permissions::Readable
#private?, #public?, #registered?
Methods included from Permissions::Writable
Methods included from Noid
Methods included from HumanReadableType
#human_readable_type, #to_solr
Instance Method Details
#etag ⇒ Object
TODO: Move this into ActiveFedora
32 33 34 35 |
# File 'app/models/concerns/hyrax/work_behavior.rb', line 32 def etag raise "Unable to produce an etag for a unsaved object" unless persisted? ldp_source.head.etag end |