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.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.repository
Methods in org.dspace.app.rest.repository that return BitstreamRest Modifier and Type Method Description 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)BitstreamRestBundlePrimaryBitstreamLinkRepository. getPrimaryBitstream(javax.servlet.http.HttpServletRequest request, UUID bundleId, 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()
-