Class: Hyrax::Transactions::WorkUpdate

Inherits:
Transaction show all
Defined in:
lib/hyrax/transactions/work_update.rb

Overview

Since:

  • 3.4.0

Constant Summary collapse

DEFAULT_STEPS =

Since:

  • 3.4.0

['change_set.apply',
'work_resource.apply_permission_template_on_update',
'work_resource.apply_workflow_on_admin_set_change',
'work_resource.save_acl',
'work_resource.add_file_sets',
'work_resource.update_work_members',
'work_resource.sync_redirect_paths'].freeze

Instance Attribute Summary

Attributes inherited from Transaction

#container, #steps

Instance Method Summary collapse

Methods inherited from Transaction

#call, #with_step_args

Constructor Details

#initialize(container: Container, steps: DEFAULT_STEPS) ⇒ WorkUpdate

Returns a new instance of WorkUpdate.

See Also:

Since:

  • 3.4.0



17
18
19
# File 'lib/hyrax/transactions/work_update.rb', line 17

def initialize(container: Container, steps: DEFAULT_STEPS)
  super
end