Uses of Class
org.dspace.app.rest.model.QATopicRest
Packages that use QATopicRest
Package
Description
-
Uses of QATopicRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return QATopicRestModifier and TypeMethodDescriptionQATopicConverter.convert(QATopic modelObject, Projection projection) -
Uses of QATopicRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type QATopicRest -
Uses of QATopicRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return QATopicRestModifier and TypeMethodDescriptionQAEventTopicLinkRepository.getTopic(jakarta.servlet.http.HttpServletRequest request, String id, org.springframework.data.domain.Pageable pageable, Projection projection) Returns the topic of the qa event with the given id.Methods in org.dspace.app.rest.repository that return types with arguments of type QATopicRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<QATopicRest>org.springframework.data.domain.Page<QATopicRest>QATopicRestRepository.findBySource(String source, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<QATopicRest>QATopicRestRepository.findByTarget(UUID target, String source, org.springframework.data.domain.Pageable pageable) QATopicRestRepository.getDomainClass()