public class CrossRefOnlineDataLoader extends NetworkSubmissionLookupDataLoader
| Constructor and Description |
|---|
CrossRefOnlineDataLoader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
List<gr.ekt.bte.core.Record> |
getByIdentifier(Context context,
Map<String,Set<String>> keys) |
int |
getMaxResults() |
List<String> |
getSupportedIdentifiers() |
boolean |
isSearchProvider() |
List<gr.ekt.bte.core.Record> |
search(Context context,
String title,
String author,
int year) |
void |
setApiKey(String apiKey) |
void |
setCrossrefService(CrossRefService crossrefService) |
void |
setMaxResults(int maxResults) |
void |
setSearchProvider(boolean searchProvider) |
convertFields, getByDOIs, getFieldMap, getIdentifiers, getRecords, getRecords, getSearchTerms, setFieldMap, setIdentifiers, setProviderName, setSearchTermspublic void setSearchProvider(boolean searchProvider)
public void setCrossrefService(CrossRefService crossrefService)
public List<gr.ekt.bte.core.Record> getByIdentifier(Context context, Map<String,Set<String>> keys) throws org.apache.commons.httpclient.HttpException, IOException
org.apache.commons.httpclient.HttpExceptionIOExceptionpublic List<gr.ekt.bte.core.Record> search(Context context, String title, String author, int year) throws org.apache.commons.httpclient.HttpException, IOException
org.apache.commons.httpclient.HttpExceptionIOExceptionpublic boolean isSearchProvider()
public String getApiKey()
public void setApiKey(String apiKey)
public int getMaxResults()
public void setMaxResults(int maxResults)
Copyright © 2014 DuraSpace. All Rights Reserved.