org.camunda.bpm.engine.rest.sub.task.impl
Class TaskReportResourceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.sub.task.impl.TaskReportResourceImpl
All Implemented Interfaces:
TaskReportResource

public class TaskReportResourceImpl
extends Object
implements TaskReportResource


Field Summary
static javax.ws.rs.core.MediaType APPLICATION_CSV_TYPE
           
protected  ProcessEngine engine
           
static javax.ws.rs.core.MediaType TEXT_CSV_TYPE
           
static List<javax.ws.rs.core.Variant> VARIANTS
           
 
Fields inherited from interface org.camunda.bpm.engine.rest.sub.task.TaskReportResource
PATH
 
Constructor Summary
TaskReportResourceImpl(ProcessEngine engine)
           
 
Method Summary
protected  String getReportResultAsCsv()
           
 javax.ws.rs.core.Response getTaskCountByCandidateGroupReport(javax.ws.rs.core.Request request)
           
protected  List<TaskCountByCandidateGroupResultDto> getTaskCountByCandidateGroupResultAsJson()
           
protected  List<TaskCountByCandidateGroupResult> queryTaskCountByCandidateGroupReport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 ProcessEngine engine
Constructor Detail

TaskReportResourceImpl

public TaskReportResourceImpl(ProcessEngine engine)
Method Detail

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.