Interface TaskReportResource
-
- All Known Implementing Classes:
TaskReportResourceImpl
@Produces("application/json") public interface TaskReportResource
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PATH
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.ws.rs.core.Response
getTaskCountByCandidateGroupReport(javax.ws.rs.core.Request request)
-
-
-
Field Detail
-
PATH
static final java.lang.String PATH
- See Also:
- Constant Field Values
-
-