Uses of Class
org.dspace.app.rest.model.BitstreamRest
-
Packages that use BitstreamRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.model.step org.dspace.app.rest.repository -
-
Uses of BitstreamRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return BitstreamRest Modifier and Type Method Description BitstreamRestBitstreamConverter. 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 Constructor Description BitstreamResource(BitstreamRest bs, Utils utils) -
Uses of BitstreamRest in org.dspace.app.rest.model.step
Methods in org.dspace.app.rest.model.step that return BitstreamRest Modifier and Type Method Description BitstreamRestDataCCLicense. getFile()Methods in org.dspace.app.rest.model.step with parameters of type BitstreamRest Modifier and Type Method Description voidDataCCLicense. setFile(BitstreamRest file) -
Uses of BitstreamRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return BitstreamRest Modifier and Type Method Description BitstreamRestBitstreamRestRepository. findByItemHandle(String handle, Integer sequence, String filename)Find the bitstream for the provided handle and sequence or filename.BitstreamRestBitstreamRestRepository. findOne(Context context, UUID id)BitstreamRestCollectionLogoLinkRepository. getLogo(javax.servlet.http.HttpServletRequest request, UUID collectionId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)BitstreamRestCommunityLogoLinkRepository. getLogo(javax.servlet.http.HttpServletRequest request, UUID communityId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)BitstreamRestProcessOutputLinkRepository. getOutputFromProcess(javax.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.BitstreamRestBundlePrimaryBitstreamLinkRepository. getPrimaryBitstream(javax.servlet.http.HttpServletRequest request, UUID bundleId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)BitstreamRestProcessRestRepository. getProcessBitstreamByType(Integer processId, String type)Retrieves the Bitstream in the given Process of a given typeBitstreamRestProcessFilesLinkRepository. getResource(javax.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 fileTypeBitstreamRestBitstreamThumbnailLinkRepository. getThumbnail(javax.servlet.http.HttpServletRequest request, UUID bitstreamId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)BitstreamRestItemThumbnailLinkRepository. getThumbnail(javax.servlet.http.HttpServletRequest request, UUID itemId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)BitstreamRestCollectionRestRepository. setLogo(Context context, Collection collection, org.springframework.web.multipart.MultipartFile uploadfile)Method to install a logo on a Collection which doesn't have a logo Called by request mappings in CollectionLogoControllerBitstreamRestCommunityRestRepository. setLogo(Context context, Community community, org.springframework.web.multipart.MultipartFile uploadfile)Method to install a logo on a Community which doesn't have a logo Called by request mappings in CommunityLogoControllerBitstreamRestBundleRestRepository. 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 BitstreamRest Modifier and Type Method Description org.springframework.data.domain.Page<BitstreamRest>BitstreamRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<BitstreamRest>BundleBitstreamLinkRepository. getBitstreams(javax.servlet.http.HttpServletRequest request, UUID bundleId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)Class<BitstreamRest>BitstreamRestRepository. getDomainClass()org.springframework.data.domain.Page<BitstreamRest>ProcessFilesLinkRepository. getFilesFromProcess(javax.servlet.http.HttpServletRequest request, Integer processId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)This method will retrieve all the files from the processList<BitstreamRest>ProcessRestRepository. getProcessBitstreams(Integer processId)Calls on the getBitstreams method to retrieve all the Bitstreams of this process
-