Package org.dspace.submit.lookup
Class CrossRefService
- java.lang.Object
-
- org.dspace.submit.lookup.CrossRefService
-
public class CrossRefService extends Object
- Author:
- Andrea Bollini, Kostas Stamatis, Luigi Andrea Pascarelli, Panagiotis Koutsourakis
-
-
Field Summary
Fields Modifier and Type Field Description protected inttimeout
-
Constructor Summary
Constructors Constructor Description CrossRefService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<gr.ekt.bte.core.Record>search(Context context, String title, String authors, int year, int count, String apiKey)List<gr.ekt.bte.core.Record>search(Context context, Set<String> dois, String apiKey)voidsetTimeout(int timeout)
-
-
-
Method Detail
-
setTimeout
public void setTimeout(int timeout)
-
search
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
- Throws:
org.apache.http.HttpExceptionIOExceptionorg.jdom.JDOMExceptionParserConfigurationExceptionSAXException
-
search
public 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
- Throws:
IOExceptionorg.apache.http.HttpException
-
-