Uses of Class
org.dspace.app.rest.model.CorrectionTypeRest
Packages that use CorrectionTypeRest
Package
Description
-
Uses of CorrectionTypeRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return CorrectionTypeRestModifier and TypeMethodDescriptionCorrectionTypeConverter.convert(CorrectionType target, Projection projection) -
Uses of CorrectionTypeRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type CorrectionTypeRest -
Uses of CorrectionTypeRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return CorrectionTypeRestMethods in org.dspace.app.rest.repository that return types with arguments of type CorrectionTypeRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CorrectionTypeRest>CorrectionTypeRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<CorrectionTypeRest>CorrectionTypeRestRepository.findByItem(UUID uuid, org.springframework.data.domain.Pageable pageable) CorrectionTypeRestRepository.getDomainClass()