Uses of Class
ubic.gemma.core.loader.entrez.EntrezRetmode
-
Packages that use EntrezRetmode Package Description ubic.gemma.core.loader.entrez -
-
Uses of EntrezRetmode in ubic.gemma.core.loader.entrez
Methods in ubic.gemma.core.loader.entrez that return EntrezRetmode Modifier and Type Method Description static EntrezRetmode
EntrezRetmode. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntrezRetmode[]
EntrezRetmode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.core.loader.entrez with parameters of type EntrezRetmode Modifier and Type Method Description static URL
EntrezUtils. fetch(String db, EntrezQuery query, EntrezRetmode retmode, String rettype, int retstart, int retmax, String apiKey)
Retrieve the results of a previousEntrezUtils.search(String, String, EntrezRetmode, String)
query.static URL
EntrezUtils. fetchById(String db, String id, EntrezRetmode retmode, String rettype, String apiKey)
Retrieve a record from an Entrez database by ID.static URL
EntrezUtils. link(String db, String dbfrom, EntrezQuery query, String cmd, EntrezRetmode retmode, String apiKey)
Retrieve related records from an Entrez database from a previousEntrezUtils.search(String, String, EntrezRetmode, String)
query.static URL
EntrezUtils. linkById(String db, String dbfrom, String id, String cmd, EntrezRetmode retmode, String apiKey)
Retrieve related records from an Entrez database by ID.static URL
EntrezUtils. search(String db, String term, EntrezRetmode retmode, String apiKey)
Perform a search on an Entrez database.static URL
EntrezUtils. search(String db, EntrezQuery query, EntrezRetmode retmode, int retstart, int retmax, String apiKey)
Replay a previousEntrezUtils.search(String, String, EntrezRetmode, String)
query.static URL
EntrezUtils. summary(String db, EntrezQuery query, EntrezRetmode retmode, int retstart, int retmax, String apiKey)
Summarize a previousEntrezUtils.search(String, String, EntrezRetmode, String)
query.
-