Skip to content

Commit

Permalink
Add custom patch operations to spring-dspace-core-services
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Jan 21, 2024
1 parent dfec940 commit 1fd24f9
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
<bean
class="org.dspace.app.rest.submit.factory.impl.LicenseAddPatchOperation"/>
</entry>
<!-- TAMU Customization - proxy license step selected add patch operation -->
<entry key="selected">
<bean
class="org.dspace.app.rest.submit.factory.impl.LicenseSelectedAddPatchOperation"/>
</entry>
<!-- End TAMU Customization - proxy license step selected add patch operation -->
<entry key="upload.accessConditions">
<bean
class="org.dspace.app.rest.submit.factory.impl.BitstreamResourcePolicyAddPatchOperation"/>
Expand Down Expand Up @@ -82,6 +88,12 @@
<bean
class="org.dspace.app.rest.submit.factory.impl.LicenseRemovePatchOperation"/>
</entry>
<!-- TAMU Customization - proxy license step selected remove patch operation -->
<entry key="selected">
<bean
class="org.dspace.app.rest.submit.factory.impl.LicenseSelectedRemovePatchOperation"/>
</entry>
<!-- End TAMU Customization - proxy license step selected remove patch operation -->
<entry key="bitstreamremove">
<bean
class="org.dspace.app.rest.submit.factory.impl.BitstreamRemovePatchOperation" />
Expand Down Expand Up @@ -116,6 +128,12 @@
<bean
class="org.dspace.app.rest.submit.factory.impl.LicenseReplacePatchOperation"/>
</entry>
<!-- TAMU Customization - proxy license step selected replace patch operation -->
<entry key="selected">
<bean
class="org.dspace.app.rest.submit.factory.impl.LicenseSelectedReplacePatchOperation"/>
</entry>
<!-- End TAMU Customization - proxy license step selected replace patch operation -->
<entry key="upload.accessConditions">
<bean
class="org.dspace.app.rest.submit.factory.impl.BitstreamResourcePolicyReplacePatchOperation"/>
Expand Down

0 comments on commit 1fd24f9

Please sign in to comment.