Uses of Class
org.dspace.app.rest.model.BitstreamRest
Packages that use BitstreamRest
Package
Description
-
Uses of BitstreamRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return BitstreamRestModifier and TypeMethodDescriptionBitstreamConverter.convert(Bitstream obj, Projection projection) protected BitstreamRestBitstreamConverter.newInstance() -
Uses of BitstreamRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type BitstreamRest -
Uses of BitstreamRest in org.dspace.app.rest.model.step
Methods in org.dspace.app.rest.model.step that return BitstreamRestMethods in org.dspace.app.rest.model.step with parameters of type BitstreamRest -
Uses of BitstreamRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return BitstreamRestModifier and TypeMethodDescriptionBitstreamRestRepository.findByItemHandle(String handle, Integer sequence, String filename) Find the bitstream for the provided handle and sequence or filename.CollectionLogoLinkRepository.getLogo(jakarta.servlet.http.HttpServletRequest request, UUID collectionId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) CommunityLogoLinkRepository.getLogo(jakarta.servlet.http.HttpServletRequest request, UUID communityId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) ProcessOutputLinkRepository.getOutputFromProcess(jakarta.servlet.http.HttpServletRequest request, Integer processId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This method will retrieve the output for theProcessas defined through the given ID in the rest call.BundlePrimaryBitstreamLinkRepository.getPrimaryBitstream(jakarta.servlet.http.HttpServletRequest request, UUID bundleId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) Retrieves the primaryBitstream of a Bundle.ProcessRestRepository.getProcessBitstreamByType(Integer processId, String type) Retrieves the Bitstream in the given Process of a given typeProcessFilesLinkRepository.getResource(jakarta.servlet.http.HttpServletRequest request, String processId, String fileType, org.springframework.data.domain.Pageable pageable, Projection projection) This method will retrieve a bitstream for the given processId for the given fileTypeBitstreamThumbnailLinkRepository.getThumbnail(jakarta.servlet.http.HttpServletRequest request, UUID bitstreamId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) ItemThumbnailLinkRepository.getThumbnail(jakarta.servlet.http.HttpServletRequest request, UUID itemId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) CollectionRestRepository.setLogo(Context context, Collection collection, MultipartFile uploadfile) Method to install a logo on a Collection which doesn't have a logo Called by request mappings in CollectionLogoControllerCommunityRestRepository.setLogo(Context context, Community community, MultipartFile uploadfile) Method to install a logo on a Community which doesn't have a logo Called by request mappings in CommunityLogoControllerBundleRestRepository.uploadBitstream(Context context, Bundle bundle, String fileName, InputStream fileInputStream, String properties) Method to upload a bitstream to a bundle.Methods in org.dspace.app.rest.repository that return types with arguments of type BitstreamRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<BitstreamRest>org.springframework.data.domain.Page<BitstreamRest>BundleBitstreamLinkRepository.getBitstreams(jakarta.servlet.http.HttpServletRequest request, UUID bundleId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) BitstreamRestRepository.getDomainClass()org.springframework.data.domain.Page<BitstreamRest>ProcessFilesLinkRepository.getFilesFromProcess(jakarta.servlet.http.HttpServletRequest request, Integer processId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This method will retrieve all the files from the processProcessRestRepository.getProcessBitstreams(Integer processId) Calls on the getBitstreams method to retrieve all the Bitstreams of this process