Module: Hyrax::WorkBehavior
- Extended by:
- ActiveSupport::Concern
- Includes:
- Hydra::WithDepositor, Hydra::Works::WorkBehavior, CoreMetadata, Embargoable, HasRendering, HasRepresentative, HumanReadableType, InAdminSet, Naming, NestedWorks, Noid, Permissions, ProxyDeposit, Serializers, Suppressible, WithEvents, Hyrax::Works::Metadata
- Included in:
- BatchUploadItem
- Defined in:
- app/models/concerns/hyrax/work_behavior.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Methods included from WithEvents
#event_class, #events, #log_event, #stream
Methods included from ProxyDeposit
Methods included from Suppressible
Methods included from NestedWorks
Methods included from Embargoable
#enforce_future_date_for_embargo?, #enforce_future_date_for_lease?
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
#to_rdf_representation ⇒ Object
33 34 35 |
# File 'app/models/concerns/hyrax/work_behavior.rb', line 33 def to_rdf_representation self.class.to_rdf_representation end |