Class TaskReportResourceImpl
- java.lang.Object
-
- org.camunda.bpm.engine.rest.sub.task.impl.TaskReportResourceImpl
-
- All Implemented Interfaces:
TaskReportResource
public class TaskReportResourceImpl extends Object implements TaskReportResource
-
-
Field Summary
Fields Modifier and Type Field Description static javax.ws.rs.core.MediaTypeAPPLICATION_CSV_TYPEprotected org.camunda.bpm.engine.ProcessEngineenginestatic javax.ws.rs.core.MediaTypeTEXT_CSV_TYPEstatic List<javax.ws.rs.core.Variant>VARIANTS-
Fields inherited from interface org.camunda.bpm.engine.rest.sub.task.TaskReportResource
PATH
-
-
Constructor Summary
Constructors Constructor Description TaskReportResourceImpl(org.camunda.bpm.engine.ProcessEngine engine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetReportResultAsCsv()javax.ws.rs.core.ResponsegetTaskCountByCandidateGroupReport(javax.ws.rs.core.Request request)protected List<TaskCountByCandidateGroupResultDto>getTaskCountByCandidateGroupResultAsJson()protected List<org.camunda.bpm.engine.task.TaskCountByCandidateGroupResult>queryTaskCountByCandidateGroupReport()
-
-
-
Field Detail
-
APPLICATION_CSV_TYPE
public static final javax.ws.rs.core.MediaType APPLICATION_CSV_TYPE
-
TEXT_CSV_TYPE
public static final javax.ws.rs.core.MediaType TEXT_CSV_TYPE
-
VARIANTS
public static final List<javax.ws.rs.core.Variant> VARIANTS
-
engine
protected org.camunda.bpm.engine.ProcessEngine engine
-
-
Method Detail
-
getTaskCountByCandidateGroupReport
public javax.ws.rs.core.Response getTaskCountByCandidateGroupReport(javax.ws.rs.core.Request request)
- Specified by:
getTaskCountByCandidateGroupReportin interfaceTaskReportResource
-
queryTaskCountByCandidateGroupReport
protected List<org.camunda.bpm.engine.task.TaskCountByCandidateGroupResult> queryTaskCountByCandidateGroupReport()
-
getTaskCountByCandidateGroupResultAsJson
protected List<TaskCountByCandidateGroupResultDto> getTaskCountByCandidateGroupResultAsJson()
-
getReportResultAsCsv
protected String getReportResultAsCsv()
-
-