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)
How long to wait for a connection to be established.
|
public void setTimeout(int timeout)
timeout - millisecondspublic List<gr.ekt.bte.core.Record> getByDOIs(Set<String> dois) throws org.apache.http.HttpException, IOException
org.apache.http.HttpExceptionIOExceptionpublic List<gr.ekt.bte.core.Record> searchByTerm(String title, String author, int year) throws org.apache.http.HttpException, IOException
org.apache.http.HttpExceptionIOExceptionpublic gr.ekt.bte.core.Record getByArXivIDs(String raw) throws org.apache.http.HttpException, IOException
org.apache.http.HttpExceptionIOExceptionCopyright © 2014 DuraSpace. All Rights Reserved.