Uses of Class
org.dspace.app.rest.model.OrcidHistoryRest
-
Packages that use OrcidHistoryRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of OrcidHistoryRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return OrcidHistoryRest Modifier and Type Method Description OrcidHistoryRestOrcidHistoryRestConverter. convert(OrcidHistory modelObject, Projection projection) -
Uses of OrcidHistoryRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type OrcidHistoryRest Constructor Description OrcidHistoryResource(OrcidHistoryRest data, Utils utils) -
Uses of OrcidHistoryRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return OrcidHistoryRest Modifier and Type Method Description protected OrcidHistoryRestOrcidHistoryRestRepository. createAndReturn(Context context, List<String> list)OrcidHistoryRestOrcidHistoryRestRepository. findOne(Context context, Integer id)Methods in org.dspace.app.rest.repository that return types with arguments of type OrcidHistoryRest Modifier and Type Method Description org.springframework.data.domain.Page<OrcidHistoryRest>OrcidHistoryRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<OrcidHistoryRest>OrcidHistoryRestRepository. getDomainClass()
-