|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eaglei.search.provider.ncbi.EUtils
org.eaglei.search.provider.ncbi.ESummary
public final class ESummary
Contains logic for using NCBI EUtils.
| Nested Class Summary | |
|---|---|
static class |
ESummary.ESummaryResult
Simple representation of the result (a DocSum) from an eSummary search |
static class |
ESummary.Item
|
static class |
ESummary.ListItem
|
| Field Summary | |
|---|---|
static java.lang.String |
EUTILS_SUMMARY_URL
|
| Fields inherited from class org.eaglei.search.provider.ncbi.EUtils |
|---|
DB, EUTILS_URL, ID, ID_PARAM, IDLIST, RETMAX, RETMODE, RETSTART, TERM, TOOL |
| Constructor Summary | |
|---|---|
ESummary()
|
|
| Method Summary | |
|---|---|
static void |
getSummaries(ESearch.ESearchResult result,
java.lang.String db,
java.lang.String tool,
int max)
Executes an NCBI search and then series of summary calls for the initial page of results. |
static java.util.List<ESummary.ESummaryResult> |
parseESummaryResult(org.w3c.dom.Document doc)
Parses an eSummary XML result and returns the IDs. |
| Methods inherited from class org.eaglei.search.provider.ncbi.EUtils |
|---|
buildServiceURL, executeNCBIRequest, serializeDocument |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String EUTILS_SUMMARY_URL
| Constructor Detail |
|---|
public ESummary()
| Method Detail |
|---|
public static void getSummaries(ESearch.ESearchResult result,
java.lang.String db,
java.lang.String tool,
int max)
throws java.io.IOException
java.io.IOException
public static java.util.List<ESummary.ESummaryResult> parseESummaryResult(org.w3c.dom.Document doc)
throws java.io.IOException
doc - XML Document.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||