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 Details

    • 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
  • Constructor Details

    • TaskReportResourceImpl

      public TaskReportResourceImpl(org.camunda.bpm.engine.ProcessEngine engine)
  • Method Details

    • getTaskCountByCandidateGroupReport

      public javax.ws.rs.core.Response getTaskCountByCandidateGroupReport(javax.ws.rs.core.Request request)
      Specified by:
      getTaskCountByCandidateGroupReport in interface TaskReportResource
    • queryTaskCountByCandidateGroupReport

      protected List<org.camunda.bpm.engine.task.TaskCountByCandidateGroupResult> queryTaskCountByCandidateGroupReport()
    • getTaskCountByCandidateGroupResultAsJson

      protected List<TaskCountByCandidateGroupResultDto> getTaskCountByCandidateGroupResultAsJson()
    • getReportResultAsCsv

      protected String getReportResultAsCsv()