Interface TaskReportResource

  • All Known Implementing Classes:
    TaskReportResourceImpl

    @Produces("application/json")
    public interface TaskReportResource
    • Method Detail

      • getTaskCountByCandidateGroupReport

        @GET
        @Path("candidate-group-count")
        @Produces({"application/json","text/csv","application/csv"})
        javax.ws.rs.core.Response getTaskCountByCandidateGroupReport​(@Context
                                                                     javax.ws.rs.core.Request request)