| 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.
|
com.squareup.okhttp.Call |
QueryApi.listHoldersAsync(DOIArray dois,
ApiCallback<List<DOIHolder>> callback)
Query for holder of PGRFA by DOIs (asynchronously)
Query GLIS for WIEWS code of the holder for each submitted DOI.
|
com.squareup.okhttp.Call |
QueryApi.listHoldersCall(DOIArray dois,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listHolders
|
ApiResponse<List<DOIHolder>> |
QueryApi.listHoldersWithHttpInfo(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
|
com.squareup.okhttp.Call |
QueryApi.listRelationshipsAsync(String doi,
String role,
String oper,
ApiCallback<List<Relationship>> callback)
Get PGRFA relationships (asynchronously)
Multiple status values can be provided with comma separated strings
|
com.squareup.okhttp.Call |
QueryApi.listRelationshipsCall(String doi,
String role,
String oper,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRelationships
|
ApiResponse<List<Relationship>> |
QueryApi.listRelationshipsWithHttpInfo(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.
|
com.squareup.okhttp.Call |
QueryApi.listTermsAsync(List<String> acceptLanguage,
ApiCallback<List<Term>> callback)
GLIS vocabularies (asynchronously)
To describe the kind of information that will be found in the targets, GLIS adopts a simple controlled vocabulary.
|
com.squareup.okhttp.Call |
QueryApi.listTermsCall(List<String> acceptLanguage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listTerms
|
ApiResponse<List<Term>> |
QueryApi.listTermsWithHttpInfo(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!
|
com.squareup.okhttp.Call |
GenesysApi.registerGenesysAsTargetAsync(UpdateTargets targets,
ApiCallback<List<UpdatedTarget>> callback)
Add Genesys as target URL to specified DOIs (asynchronously)
We'll have fun!
|
com.squareup.okhttp.Call |
GenesysApi.registerGenesysAsTargetCall(UpdateTargets targets,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for registerGenesysAsTarget
|
ApiResponse<List<UpdatedTarget>> |
GenesysApi.registerGenesysAsTargetWithHttpInfo(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
|
com.squareup.okhttp.Call |
QueryApi.searchAsync(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,
ApiCallback<List<PGRFA>> callback)
Find passport data on PGRFA in GLIS (asynchronously)
|
com.squareup.okhttp.Call |
QueryApi.searchCall(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,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for search
|
ApiResponse<List<PGRFA>> |
QueryApi.searchWithHttpInfo(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 |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
Copyright © 2018 Global Crop Diversity Trust. All rights reserved.