Class PubmedEuropeMetadataSourceServiceImpl.FindMatchingRecordCallable
- java.lang.Object
-
- org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl.FindMatchingRecordCallable
-
- All Implemented Interfaces:
Callable<List<ImportRecord>>
- Enclosing class:
- PubmedEuropeMetadataSourceServiceImpl
public class PubmedEuropeMetadataSourceServiceImpl.FindMatchingRecordCallable extends Object implements Callable<List<ImportRecord>>
This class is a Callable implementation to search PubMed Europe entries using author, title and year. Pagination is supported too, using the value of the Query's map with keys "start" and "count".- Author:
- Mykhaylo Boychuk (mykhaylo.boychuk at 4science.com)
-
-
Method Detail
-
call
public List<ImportRecord> call() throws Exception
- Specified by:
callin interfaceCallable<List<ImportRecord>>- Throws:
Exception
-
-