Uses of Class
org.dspace.importer.external.exception.FileSourceException
-
Packages that use FileSourceException Package Description org.dspace.importer.external.bibtex.service org.dspace.importer.external.csv.service org.dspace.importer.external.endnote.service org.dspace.importer.external.pubmed.service Pubmed implementation of specificorg.dspace.importer.external.serviceclassesorg.dspace.importer.external.ris.service org.dspace.importer.external.service Main import framework services.org.dspace.importer.external.service.components Service components that are aggregated/used in theAbstractImportMetadataSourceServiceandImportService -
-
Uses of FileSourceException in org.dspace.importer.external.bibtex.service
Methods in org.dspace.importer.external.bibtex.service that throw FileSourceException Modifier and Type Method Description protected List<PlainMetadataSourceDto>BibtexImportMetadataSourceServiceImpl. readData(InputStream inputStream) -
Uses of FileSourceException in org.dspace.importer.external.csv.service
Methods in org.dspace.importer.external.csv.service that throw FileSourceException Modifier and Type Method Description protected List<PlainMetadataSourceDto>CharacterSeparatedImportMetadataSourceServiceImpl. readData(InputStream inputStream)The method process any kind of "character separated" files, like CSV, TSV, and so on. -
Uses of FileSourceException in org.dspace.importer.external.endnote.service
Methods in org.dspace.importer.external.endnote.service that throw FileSourceException Modifier and Type Method Description protected List<PlainMetadataSourceDto>EndnoteImportMetadataSourceServiceImpl. readData(InputStream fileInpuStream)This method map the data present in the inputStream, then return a list PlainMetadataSourceDto. -
Uses of FileSourceException in org.dspace.importer.external.pubmed.service
Methods in org.dspace.importer.external.pubmed.service that throw FileSourceException Modifier and Type Method Description ImportRecordPubmedImportMetadataSourceServiceImpl. getRecord(InputStream inputStream)List<ImportRecord>PubmedImportMetadataSourceServiceImpl. getRecords(InputStream inputStream) -
Uses of FileSourceException in org.dspace.importer.external.ris.service
Methods in org.dspace.importer.external.ris.service that throw FileSourceException Modifier and Type Method Description protected List<PlainMetadataSourceDto>RisImportMetadataSourceServiceImpl. readData(InputStream inputStream) -
Uses of FileSourceException in org.dspace.importer.external.service
Methods in org.dspace.importer.external.service that throw FileSourceException Modifier and Type Method Description ImportRecordImportService. getRecord(File file, String originalName) -
Uses of FileSourceException in org.dspace.importer.external.service.components
Methods in org.dspace.importer.external.service.components that throw FileSourceException 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.List<ImportRecord>AbstractPlainMetadataSource. getRecords(InputStream is)Return a list of ImportRecord constructed from input file.List<ImportRecord>FileSource. getRecords(InputStream inputStream)Return a list of ImportRecord constructed from input file.protected abstract List<PlainMetadataSourceDto>AbstractPlainMetadataSource. readData(InputStream fileInpuStream)
-