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

#request_transfer_to

Methods included from Suppressible

#suppressed?

Methods included from NestedWorks

#in_works_ids

Methods included from Embargoable

#enforce_future_date_for_embargo?, #enforce_future_date_for_lease?

Methods included from Serializers

#to_s

Methods included from Permissions::Readable

#private?, #public?, #registered?

Methods included from Permissions::Writable

#paranoid_permissions

Methods included from Noid

#assign_id

Methods included from HumanReadableType

#human_readable_type, #to_solr

Instance Method Details

#to_rdf_representationObject



33
34
35
# File 'app/models/concerns/hyrax/work_behavior.rb', line 33

def to_rdf_representation
  self.class.to_rdf_representation
end