public class PubmedService extends Object
| Constructor and Description |
|---|
PubmedService() |
| Modifier and Type | Method and Description |
|---|---|
gr.ekt.bte.core.Record |
getByPubmedID(String pubmedid) |
List<gr.ekt.bte.core.Record> |
getByPubmedIDs(List<String> pubmedIDs) |
List<gr.ekt.bte.core.Record> |
search(String query) |
List<gr.ekt.bte.core.Record> |
search(String doi,
String pmid) |
List<gr.ekt.bte.core.Record> |
search(String title,
String author,
int year) |
void |
setTimeout(int timeout) |
public void setTimeout(int timeout)
public gr.ekt.bte.core.Record getByPubmedID(String pubmedid) throws org.apache.http.HttpException, IOException, ParserConfigurationException, SAXException
org.apache.http.HttpExceptionIOExceptionParserConfigurationExceptionSAXExceptionpublic List<gr.ekt.bte.core.Record> search(String title, String author, int year) throws org.apache.http.HttpException, IOException
org.apache.http.HttpExceptionIOExceptionpublic List<gr.ekt.bte.core.Record> search(String query) throws IOException, org.apache.http.HttpException
IOExceptionorg.apache.http.HttpExceptionpublic List<gr.ekt.bte.core.Record> getByPubmedIDs(List<String> pubmedIDs) throws org.apache.http.HttpException, IOException, ParserConfigurationException, SAXException
org.apache.http.HttpExceptionIOExceptionParserConfigurationExceptionSAXExceptionpublic List<gr.ekt.bte.core.Record> search(String doi, String pmid) throws org.apache.http.HttpException, IOException
org.apache.http.HttpExceptionIOExceptionCopyright © 2014 DuraSpace. All Rights Reserved.