Uses of Class
org.dspace.importer.external.exception.FileMultipleOccurencesException
-
Packages that use FileMultipleOccurencesException Package Description org.dspace.importer.external.pubmed.service Pubmed implementation of specificorg.dspace.importer.external.serviceclassesorg.dspace.importer.external.service Main import framework services.org.dspace.importer.external.service.components Service components that are aggregated/used in theAbstractImportMetadataSourceServiceandImportService -
-
Uses of FileMultipleOccurencesException in org.dspace.importer.external.pubmed.service
Methods in org.dspace.importer.external.pubmed.service that throw FileMultipleOccurencesException Modifier and Type Method Description ImportRecordPubmedImportMetadataSourceServiceImpl. getRecord(InputStream inputStream) -
Uses of FileMultipleOccurencesException in org.dspace.importer.external.service
Methods in org.dspace.importer.external.service that throw FileMultipleOccurencesException Modifier and Type Method Description ImportRecordImportService. getRecord(File file, String originalName) -
Uses of FileMultipleOccurencesException in org.dspace.importer.external.service.components
Methods in org.dspace.importer.external.service.components that throw FileMultipleOccurencesException Modifier and Type Method Description ImportRecordAbstractPlainMetadataSource. getRecord(InputStream is)Return an ImportRecord constructed from input file.ImportRecordFileSource. getRecord(InputStream inputStream)Return an ImportRecord constructed from input file.
-