public class CrossRefService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
timeout |
| Constructor and Description |
|---|
CrossRefService() |
| Modifier and Type | Method and Description |
|---|---|
List<gr.ekt.bte.core.Record> |
search(Context context,
Set<String> dois,
String apiKey) |
List<gr.ekt.bte.core.Record> |
search(Context context,
String title,
String authors,
int year,
int count,
String apiKey) |
void |
setTimeout(int timeout) |
public void setTimeout(int timeout)
public List<gr.ekt.bte.core.Record> search(Context context, Set<String> dois, String apiKey) throws org.apache.http.HttpException, IOException, org.jdom.JDOMException, ParserConfigurationException, SAXException
org.apache.http.HttpExceptionIOExceptionorg.jdom.JDOMExceptionParserConfigurationExceptionSAXExceptionpublic List<gr.ekt.bte.core.Record> search(Context context, String title, String authors, int year, int count, String apiKey) throws IOException, org.apache.http.HttpException
IOExceptionorg.apache.http.HttpExceptionCopyright © 2022 LYRASIS. All rights reserved.