Uses of Class
org.dspace.app.rest.model.QAEventRest
Packages that use QAEventRest
Package
Description
-
Uses of QAEventRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return QAEventRestModifier and TypeMethodDescriptionQAEventConverter.convert(QAEvent modelObject, Projection projection) -
Uses of QAEventRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type QAEventRest -
Uses of QAEventRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return QAEventRestModifier and TypeMethodDescriptionprotected QAEventRestQAEventRestRepository.createAndReturn(Context context) Methods in org.dspace.app.rest.repository that return types with arguments of type QAEventRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<QAEventRest>org.springframework.data.domain.Page<QAEventRest>QAEventRestRepository.findByTopic(String topic, org.springframework.data.domain.Pageable pageable) QAEventRestRepository.getDomainClass()