Uses of Class
eu.dnetlib.app.directindex.input.ResultEntry
Packages that use ResultEntry
Package
Description
-
Uses of ResultEntry in eu.dnetlib.app.directindex.controllers
Methods in eu.dnetlib.app.directindex.controllers that return types with arguments of type ResultEntryModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ResultEntry>SwordApiController.getMetadata(String id, org.springframework.security.core.Authentication authentication) Methods in eu.dnetlib.app.directindex.controllers with parameters of type ResultEntryModifier and TypeMethodDescriptionLegacyApiController.feedResult(ResultEntry pub, javax.servlet.http.HttpServletRequest req) LegacyApiController.feedResult_deprecated(ResultEntry pub, javax.servlet.http.HttpServletRequest req) Deprecated.org.springframework.http.ResponseEntity<Void>SwordApiController.replaceMetadata(String contentDisposition, String contentLength, String contentType, String digest, String mdFormat, String id, ResultEntry result, org.springframework.security.core.Authentication authentication) -
Uses of ResultEntry in eu.dnetlib.app.directindex.mapping
Methods in eu.dnetlib.app.directindex.mapping that return ResultEntryModifier and TypeMethodDescriptionSolrRecordMapper.toResultEntry(eu.dnetlib.dhp.schema.solr.SolrRecord r) Methods in eu.dnetlib.app.directindex.mapping with parameters of type ResultEntryModifier and TypeMethodDescriptionorg.apache.solr.common.SolrInputDocumentSolrRecordMapper.toSolrInputRecord(ResultEntry result) eu.dnetlib.dhp.schema.solr.SolrRecordSolrRecordMapper.toSolrRecord(ResultEntry result) -
Uses of ResultEntry in eu.dnetlib.app.directindex.service
Methods in eu.dnetlib.app.directindex.service with parameters of type ResultEntryModifier and TypeMethodDescriptionDirectIndexService.prepareMetadataInsertOrUpdate(ResultEntry r, String createdBy)