Uses of Class
org.dspace.app.rest.model.BundleRest
-
Packages that use BundleRest Package Description org.dspace.app.rest org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of BundleRest in org.dspace.app.rest
Methods in org.dspace.app.rest that return BundleRest Modifier and Type Method Description BundleRestBitstreamBundleController. move(UUID uuid, javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request)This method moves the bitstream to the bundle corresponding the the link provided in the body of the put request -
Uses of BundleRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return BundleRest Modifier and Type Method Description protected BundleRestBundleConverter. newInstance() -
Uses of BundleRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type BundleRest Constructor Description BundleResource(BundleRest data, Utils utils) -
Uses of BundleRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return BundleRest Modifier and Type Method Description BundleRestBundleRestRepository. findOne(org.dspace.core.Context context, UUID id)BundleRestBitstreamBundleLinkRepository. getBundle(javax.servlet.http.HttpServletRequest request, UUID bitstreamId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)BundleRestBitstreamRestRepository. performBitstreamMove(org.dspace.core.Context context, org.dspace.content.Bitstream bitstream, org.dspace.content.Bundle targetBundle)Method that will move the bitsream corresponding to the uuid to the target bundleMethods in org.dspace.app.rest.repository that return types with arguments of type BundleRest Modifier and Type Method Description org.springframework.data.domain.Page<BundleRest>BundleRestRepository. findAll(org.dspace.core.Context context, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<BundleRest>ItemBundleLinkRepository. getBundles(javax.servlet.http.HttpServletRequest request, UUID itemId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)Class<BundleRest>BundleRestRepository. getDomainClass()Methods in org.dspace.app.rest.repository with parameters of type BundleRest Modifier and Type Method Description org.dspace.content.BundleItemRestRepository. addBundleToItem(org.dspace.core.Context context, org.dspace.content.Item item, BundleRest bundleRest)Method to add a bundle to an item
-