| Package | Description |
|---|---|
| org.genesys.glis.v1.api | |
| org.genesys.glis.v1.invoker |
| Modifier and Type | Method and Description |
|---|---|
List<DOIHolder> |
QueryApi.listHolders(DOIArray dois)
Query for holder of PGRFA by DOIs
Query GLIS for WIEWS code of the holder for each submitted DOI.
|
List<Relationship> |
QueryApi.listRelationships(String doi,
String role,
String oper)
Get PGRFA relationships
Multiple status values can be provided with comma separated strings
|
List<Term> |
QueryApi.listTerms(List<String> acceptLanguage)
GLIS vocabularies
To describe the kind of information that will be found in the targets, GLIS adopts a simple controlled vocabulary.
|
List<UpdatedTarget> |
GenesysApi.registerGenesysAsTarget(UpdateTargets targets)
Add Genesys as target URL to specified DOIs
We'll have fun!
|
List<PGRFA> |
QueryApi.search(Integer page,
Integer perPage,
List<String> acceptLanguage,
String doi,
String identifier,
String genus,
String species,
String name,
String holdwiews,
String holdpid,
String holdname,
String holdcountry,
String methodcode,
String provwiews,
String provpid,
String provname,
String provcountry,
String provenance,
String collwiews,
String collpid,
String collname,
String collcountry,
String bredwiews,
String bredpid,
String bredname,
String bredcountry,
String biostatus,
String mlsstatus,
String targetkw)
Find passport data on PGRFA in GLIS
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ApiClient.deserialize(javax.ws.rs.core.Response response,
javax.ws.rs.core.GenericType<T> returnType)
Deserialize response body to Java object according to the Content-Type.
|
File |
ApiClient.downloadFileFromResponse(javax.ws.rs.core.Response response)
Download file from the given response.
|
<T> T |
ApiClient.invokeAPI(String path,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String accept,
String contentType,
String[] authNames,
javax.ws.rs.core.GenericType<T> returnType)
Invoke API by sending HTTP request with the given options.
|
javax.ws.rs.client.Entity<?> |
ApiClient.serialize(Object obj,
Map<String,Object> formParams,
String contentType)
Serialize the given Java object into string entity according the given
Content-Type (only JSON is supported for now).
|
Copyright © 2018 Global Crop Diversity Trust. All rights reserved.