public interface SubmissionLookupDataLoader
extends gr.ekt.bte.core.DataLoader
| Modifier and Type | Field and Description |
|---|---|
static String |
ARXIV |
static String |
DOI |
static String |
PUBMED |
static String |
REPEC |
static String |
SCOPUSEID |
static String |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
List<gr.ekt.bte.core.Record> |
getByDOIs(Context context,
Set<String> doiToSearch) |
List<gr.ekt.bte.core.Record> |
getByIdentifier(Context context,
Map<String,Set<String>> keys) |
List<String> |
getSupportedIdentifiers() |
boolean |
isSearchProvider() |
List<gr.ekt.bte.core.Record> |
search(Context context,
String title,
String author,
int year) |
static final String DOI
static final String PUBMED
static final String ARXIV
static final String REPEC
static final String SCOPUSEID
static final String TYPE
boolean isSearchProvider()
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.HttpExceptionIOExceptionList<gr.ekt.bte.core.Record> getByIdentifier(Context context, Map<String,Set<String>> keys) throws org.apache.commons.httpclient.HttpException, IOException
org.apache.commons.httpclient.HttpExceptionIOExceptionList<gr.ekt.bte.core.Record> getByDOIs(Context context, Set<String> doiToSearch) throws org.apache.commons.httpclient.HttpException, IOException
org.apache.commons.httpclient.HttpExceptionIOExceptionCopyright © 2013 DuraSpace. All Rights Reserved.