Class PhenotypeWebService

    • Constructor Detail

      • PhenotypeWebService

        public PhenotypeWebService()
        Deprecated.
        Required by spring
    • Method Detail

      • getPhenotypeEvidence

        @GET
        @Path("/evidence")
        @Produces("application/json")
        public ResponseDataObject<Set<EvidenceValueObject<? extends PhenotypeAssociation>>> getPhenotypeEvidence​(@QueryParam("database")
                                                                                                                 String database,
                                                                                                                 @QueryParam("offset") @DefaultValue("0")
                                                                                                                 OffsetArg offset,
                                                                                                                 @QueryParam("limit") @DefaultValue("10000")
                                                                                                                 LimitArg limit)
        Deprecated.
        Finds all evidence with the given external database name.
        Parameters:
        database - The name of external database to match.
        offset - Only return the result collection from this index.
        limit - Limit the number of results to this amount.
        Returns:
        A collection of Evidence Value Objects.