Uses of Class
org.dspace.importer.external.exception.FileSourceException
Packages that use FileSourceException
Package
Description
Pubmed implementation of specific
org.dspace.importer.external.service classesMain import framework services.
Service components that are aggregated/used in the
AbstractImportMetadataSourceService and
ImportService-
Uses of FileSourceException in org.dspace.importer.external.bibtex.service
Methods in org.dspace.importer.external.bibtex.service that throw FileSourceExceptionModifier and TypeMethodDescriptionprotected 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 FileSourceExceptionModifier and TypeMethodDescriptionprotected 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 FileSourceExceptionModifier and TypeMethodDescriptionprotected 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 FileSourceExceptionModifier and TypeMethodDescriptionPubmedImportMetadataSourceServiceImpl.getRecord(InputStream inputStream) PubmedImportMetadataSourceServiceImpl.getRecords(InputStream inputStream) -
Uses of FileSourceException in org.dspace.importer.external.ris.service
Methods in org.dspace.importer.external.ris.service that throw FileSourceExceptionModifier and TypeMethodDescriptionprotected List<PlainMetadataSourceDto>RisImportMetadataSourceServiceImpl.readData(InputStream inputStream) -
Uses of FileSourceException in org.dspace.importer.external.service
Methods in org.dspace.importer.external.service that throw FileSourceExceptionModifier and TypeMethodDescription -
Uses of FileSourceException in org.dspace.importer.external.service.components
Methods in org.dspace.importer.external.service.components that throw FileSourceExceptionModifier and TypeMethodDescriptionAbstractPlainMetadataSource.getRecord(InputStream is) Return an ImportRecord constructed from input file.FileSource.getRecord(InputStream inputStream) Return an ImportRecord constructed from input file.AbstractPlainMetadataSource.getRecords(InputStream is) Return a list of ImportRecord constructed from input file.FileSource.getRecords(InputStream inputStream) Return a list of ImportRecord constructed from input file.protected abstract List<PlainMetadataSourceDto>AbstractPlainMetadataSource.readData(InputStream fileInpuStream)