org.camunda.bpm.engine.rest.sub.task.impl
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 ProcessEngine engine
TaskReportResourceImpl
public TaskReportResourceImpl(ProcessEngine engine)
getTaskCountByCandidateGroupReport
public javax.ws.rs.core.Response getTaskCountByCandidateGroupReport(javax.ws.rs.core.Request request)
- Specified by:
getTaskCountByCandidateGroupReport in interface TaskReportResource
queryTaskCountByCandidateGroupReport
protected List<TaskCountByCandidateGroupResult> queryTaskCountByCandidateGroupReport()
getTaskCountByCandidateGroupResultAsJson
protected List<TaskCountByCandidateGroupResultDto> getTaskCountByCandidateGroupResultAsJson()
getReportResultAsCsv
protected String getReportResultAsCsv()
Copyright © 2016 camunda services GmbH. All rights reserved.