We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert AttachFilesToWorkWithOrderedMembersJob to allow it to receive either an ActiveFedora based object or a Valkyrie::Resource equivalent object.
Allow jobs to execute correctly with existing AF implementation or the Wings Valkyrie implementation.
AttachFilesToWorkWithOrderedMembersJob receives a Valkyrie::Resource and performs the action.
AttachFilesToWorkWithOrderedMembersJob raises an exception when passed a Valkyrie::Resource.
See Pattern for Jobs Receiving Parameter that may be an AF Object or a Valkyrie Resource
These have all be modified to support AF object or Valkyrie resource using the [established pattern]((https://docs.google.com/document/d/1f9yDjtkXapFf1DYLyPhprnB4CPGaZw9p_k8T_tcor-U/edit#heading=h.qt9rxydfd727).
The text was updated successfully, but these errors were encountered:
this is only called from the Actor Stack (CreateWithFilesOrderedMembersActor), so i think it can be closed as wont-fix.
CreateWithFilesOrderedMembersActor
Sorry, something went wrong.
No branches or pull requests
Descriptive summary
Convert AttachFilesToWorkWithOrderedMembersJob to allow it to receive either an ActiveFedora based object or a Valkyrie::Resource equivalent object.
Rationale
Allow jobs to execute correctly with existing AF implementation or the Wings Valkyrie implementation.
Expected behavior
AttachFilesToWorkWithOrderedMembersJob receives a Valkyrie::Resource and performs the action.
Actual behavior
AttachFilesToWorkWithOrderedMembersJob raises an exception when passed a Valkyrie::Resource.
Approach for Conversion
See Pattern for Jobs Receiving Parameter that may be an AF Object or a Valkyrie Resource
Related work
These have all be modified to support AF object or Valkyrie resource using the [established pattern]((https://docs.google.com/document/d/1f9yDjtkXapFf1DYLyPhprnB4CPGaZw9p_k8T_tcor-U/edit#heading=h.qt9rxydfd727).
The text was updated successfully, but these errors were encountered: