Uses of Class
eu.dnetlib.app.directindex.errors.DirectIndexApiException
Packages that use DirectIndexApiException
Package
Description
-
Uses of DirectIndexApiException in eu.dnetlib.app.directindex.clients
Methods in eu.dnetlib.app.directindex.clients that throw DirectIndexApiExceptionModifier and TypeMethodDescriptionDatasourceManagerClient.findDatasource(String dsId) VocabularyClient.findVocabulary(String voc) -
Uses of DirectIndexApiException in eu.dnetlib.app.directindex.controllers
Methods in eu.dnetlib.app.directindex.controllers that throw DirectIndexApiExceptionModifier and TypeMethodDescriptionbooleanLegacyApiController.deleteResultWithOpenaireId(String openaireId, javax.servlet.http.HttpServletRequest req) booleanLegacyApiController.deleteResultWithOriginalId(String originalId, String collectedFromId, javax.servlet.http.HttpServletRequest req) LegacyApiController.feedResult(ResultEntry pub, javax.servlet.http.HttpServletRequest req) LegacyApiController.feedResult_deprecated(ResultEntry pub, javax.servlet.http.HttpServletRequest req) Deprecated.LegacyApiController.getResultWithOpenaireId(String openaireId) -
Uses of DirectIndexApiException in eu.dnetlib.app.directindex.mapping
Methods in eu.dnetlib.app.directindex.mapping that throw DirectIndexApiExceptionModifier and TypeMethodDescriptionSolrRecordMapper.calculateOpenaireId(String originalId, String collectedFromId) -
Uses of DirectIndexApiException in eu.dnetlib.app.directindex.service
Methods in eu.dnetlib.app.directindex.service that throw DirectIndexApiExceptionModifier and TypeMethodDescriptionDirectIndexService.prepareMetadataInsertOrUpdate(ResultEntry r, String createdBy) -
Uses of DirectIndexApiException in eu.dnetlib.app.directindex.solr
Methods in eu.dnetlib.app.directindex.solr that throw DirectIndexApiExceptionModifier and TypeMethodDescriptionorg.apache.solr.client.solrj.response.UpdateResponseSolrIndexClient.addRecords(Iterator<org.apache.solr.common.SolrInputDocument> iter) voidSolrIndexClient.commit()org.apache.solr.client.solrj.response.UpdateResponseSolrIndexClient.deleteRecord(String id) booleanSolrIndexClient.existsRecord(String id) eu.dnetlib.dhp.schema.solr.SolrRecordSolrIndexClient.findRecord(String id)