Uses of Class
org.dspace.app.rest.model.OrcidQueueRest
Packages that use OrcidQueueRest
Package
Description
-
Uses of OrcidQueueRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return OrcidQueueRestModifier and TypeMethodDescriptionOrcidQueueRestConverter.convert(OrcidQueue orcidQueue, Projection projection) -
Uses of OrcidQueueRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type OrcidQueueRest -
Uses of OrcidQueueRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return OrcidQueueRestModifier and TypeMethodDescriptionMethods in org.dspace.app.rest.repository that return types with arguments of type OrcidQueueRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<OrcidQueueRest>OrcidQueueRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<OrcidQueueRest>OrcidQueueRestRepository.findByProfileItemId(String profileItemId, org.springframework.data.domain.Pageable pageable) OrcidQueueRestRepository.getDomainClass()