Class BitstreamBundleController

java.lang.Object
org.dspace.app.rest.BitstreamBundleController

@RestController @RequestMapping("/api/core/bitstreams/{uuid:[0-9a-fxA-FX]{8}-[0-9a-fxA-FX]{4}-[0-9a-fxA-FX]{4}-[0-9a-fxA-FX]{4}-[0-9a-fxA-FX]{12}}/bundle") public class BitstreamBundleController extends Object
Controller to manage bundle of bitstreams. Endpoint: /api/core/bitstreams/{uuid} This controller can: - move bitstreams between bundles (POST /api/core/bitstreams/{uuid}/bundle (text/uri-list) -d link-to-new-bundle)
  • Constructor Details

    • BitstreamBundleController

      public BitstreamBundleController()
  • Method Details