Uses of Class
org.dspace.app.rest.model.BitstreamFormatRest
-
Packages that use BitstreamFormatRest 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 BitstreamFormatRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return BitstreamFormatRest Modifier and Type Method Description BitstreamFormatRestBitstreamFormatConverter. 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 Constructor Description BitstreamFormatResource(BitstreamFormatRest bf, Utils utils) -
Uses of BitstreamFormatRest in org.dspace.app.rest.model.step
Methods in org.dspace.app.rest.model.step that return BitstreamFormatRest Modifier and Type Method Description BitstreamFormatRestUploadBitstreamRest. getFormat()Methods in org.dspace.app.rest.model.step with parameters of type BitstreamFormatRest Modifier and Type Method Description voidUploadBitstreamRest. setFormat(BitstreamFormatRest format) -
Uses of BitstreamFormatRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return BitstreamFormatRest Modifier and Type Method Description protected BitstreamFormatRestBitstreamFormatRestRepository. createAndReturn(Context context)BitstreamFormatRestBitstreamFormatRestRepository. findOne(Context context, Integer id)BitstreamFormatRestBitstreamFormatLinkRepository. getFormat(javax.servlet.http.HttpServletRequest request, UUID bitstreamId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)protected BitstreamFormatRestBitstreamFormatRestRepository. put(Context context, javax.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 BitstreamFormatRest Modifier and Type Method Description org.springframework.data.domain.Page<BitstreamFormatRest>BitstreamFormatRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<BitstreamFormatRest>BitstreamFormatRestRepository. getDomainClass()
-