class ExternalSiteService extends java.lang.Object
Get information from external sites
| Type | Name and description |
|---|---|
java.lang.String |
bhlApiAPI Key to use when accessing BHL |
java.lang.String |
bhlApiKeyBase URL of BHL web services |
boolean |
bhlExtendExtend BHL information with DOIs and citations |
int |
bhlPageSizeThe fixed BHL search page size |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
searchBhl(java.util.List<java.lang.String> search, int start = 0, int rows = 10, boolean fulltext = false)Search the BHL for terms |
|
void |
setConfiguration(grails.config.Config config) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
API Key to use when accessing BHL
Base URL of BHL web services
Extend BHL information with DOIs and citations
The fixed BHL search page size
Search the BHL for terms
search - The terms to search forstart - The start positionrows - The number of rowsfulltext - Do a full text search if true (very slow)