@Path(value="/{version}/{species}/clinical")
@Produces(value="application/json")
public class ClinicalWSServer
extends GenericRestWSServer
assembly, cellBaseConfiguration, count, dbAdaptorFactory, exclude, httpServletRequest, include, initialized, jsonObjectMapper, jsonObjectWriter, limit, logger, monitor, outputFormat, params, query, queryOptions, SERVICE_START_DATE, skip, skipCount, sort, species, startTime, uriInfo, version, WATCH| Constructor and Description |
|---|
ClinicalWSServer(String version,
String species,
javax.ws.rs.core.UriInfo uriInfo,
javax.servlet.http.HttpServletRequest hsr) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getAll() |
javax.ws.rs.core.Response |
getAlleleOriginLabels() |
javax.ws.rs.core.Response |
getClinicalSignificanceLabels() |
javax.ws.rs.core.Response |
getConsistencyLabels() |
javax.ws.rs.core.Response |
getModeInheritanceLabels() |
javax.ws.rs.core.Response |
getVariantTypes() |
createErrorResponse, createErrorResponse, createJsonResponse, createModelResponse, createOkResponse, createOkResponse, createOkResponse, createQueries, createStringResponse, defaultMethod, generateResponse, generateResponse, help, logQuery, parseQueryParamspublic ClinicalWSServer(@PathParam(value="version")
String version,
@PathParam(value="species")
String species,
@Context
javax.ws.rs.core.UriInfo uriInfo,
@Context
javax.servlet.http.HttpServletRequest hsr)
throws VersionException,
SpeciesException,
IOException,
CellbaseException
@GET @Path(value="/variant/search") public javax.ws.rs.core.Response getAll()
@GET @Path(value="/variant/allele_origin_labels") public javax.ws.rs.core.Response getAlleleOriginLabels()
@GET @Path(value="/variant/mode_inheritance_labels") public javax.ws.rs.core.Response getModeInheritanceLabels()
@GET @Path(value="/variant/clinsig_labels") public javax.ws.rs.core.Response getClinicalSignificanceLabels()
@GET @Path(value="/variant/consistency_labels") public javax.ws.rs.core.Response getConsistencyLabels()
@GET @Path(value="/variant/type") public javax.ws.rs.core.Response getVariantTypes()
Copyright © 2019. All rights reserved.