Uses of Class
org.dspace.app.rest.model.BundleRest
Packages that use BundleRest
Package
Description
-
Uses of BundleRest in org.dspace.app.rest
Methods in org.dspace.app.rest that return BundleRest -
Uses of BundleRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return BundleRest -
Uses of BundleRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type BundleRest -
Uses of BundleRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return BundleRestModifier and TypeMethodDescriptionBundlePrimaryBitstreamLinkRepository.createPrimaryBitstream(Context context, UUID bundleId, Bitstream bitstream, Projection projection) Sets a primaryBitstream on a Bundle.BitstreamBundleLinkRepository.getBundle(jakarta.servlet.http.HttpServletRequest request, UUID bitstreamId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) BitstreamRestRepository.performBitstreamMove(Context context, Bitstream bitstream, Bundle targetBundle) Method that will move the bitstream corresponding to the uuid to the target bundleBundlePrimaryBitstreamLinkRepository.updatePrimaryBitstream(Context context, UUID bundleId, Bitstream bitstream, Projection projection) Updates a primaryBitstream on a Bundle.Methods in org.dspace.app.rest.repository that return types with arguments of type BundleRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<BundleRest>org.springframework.data.domain.Page<BundleRest>ItemBundleLinkRepository.getBundles(jakarta.servlet.http.HttpServletRequest request, UUID itemId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) BundleRestRepository.getDomainClass()Methods in org.dspace.app.rest.repository with parameters of type BundleRestModifier and TypeMethodDescriptionItemRestRepository.addBundleToItem(Context context, Item item, BundleRest bundleRest) Method to add a bundle to an item