Uses of Class
org.dspace.app.rest.model.BitstreamFormatRest
Packages that use BitstreamFormatRest
Package
Description
-
Uses of BitstreamFormatRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return BitstreamFormatRestModifier and TypeMethodDescriptionBitstreamFormatConverter.convert(BitstreamFormat obj, Projection projection) -
Uses of BitstreamFormatRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type BitstreamFormatRest -
Uses of BitstreamFormatRest in org.dspace.app.rest.model.step
Methods in org.dspace.app.rest.model.step that return BitstreamFormatRestMethods in org.dspace.app.rest.model.step with parameters of type BitstreamFormatRest -
Uses of BitstreamFormatRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return BitstreamFormatRestModifier and TypeMethodDescriptionprotected BitstreamFormatRestBitstreamFormatRestRepository.createAndReturn(Context context) BitstreamFormatLinkRepository.getFormat(jakarta.servlet.http.HttpServletRequest request, UUID bitstreamId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) protected BitstreamFormatRestBitstreamFormatRestRepository.put(Context context, jakarta.servlet.http.HttpServletRequest request, String apiCategory, String model, Integer id, com.fasterxml.jackson.databind.JsonNode jsonNode) Methods in org.dspace.app.rest.repository that return types with arguments of type BitstreamFormatRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<BitstreamFormatRest>BitstreamFormatRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) BitstreamFormatRestRepository.getDomainClass()