public class ArXivService extends Object
Constructor and Description |
---|
ArXivService() |
Modifier and Type | Method and Description |
---|---|
gr.ekt.bte.core.Record |
getByArXivIDs(String raw) |
List<gr.ekt.bte.core.Record> |
getByDOIs(Set<String> dois) |
List<gr.ekt.bte.core.Record> |
searchByTerm(String title,
String author,
int year) |
void |
setTimeout(int timeout) |
public void setTimeout(int timeout)
public List<gr.ekt.bte.core.Record> getByDOIs(Set<String> dois) throws org.apache.commons.httpclient.HttpException, IOException
org.apache.commons.httpclient.HttpException
IOException
public List<gr.ekt.bte.core.Record> searchByTerm(String title, String author, int year) throws org.apache.commons.httpclient.HttpException, IOException
org.apache.commons.httpclient.HttpException
IOException
public gr.ekt.bte.core.Record getByArXivIDs(String raw) throws org.apache.commons.httpclient.HttpException, IOException
org.apache.commons.httpclient.HttpException
IOException
Copyright © 2016 DuraSpace. All Rights Reserved.