Interface HistoricTaskInstanceReportService


  • @Produces("application/json")
    public interface HistoricTaskInstanceReportService
    Author:
    Stefan Hentschel.
    • Method Detail

      • getTaskReportResults

        @GET
        @Produces("application/json")
        java.util.List<HistoricTaskInstanceReportResultDto> getTaskReportResults​(@Context
                                                                                 javax.ws.rs.core.UriInfo uriInfo)
        creates a historic task instance report
      • getTaskDurationReportResults

        @GET
        @Path("/duration")
        @Produces("application/json")
        java.util.List<ReportResultDto> getTaskDurationReportResults​(@Context
                                                                     javax.ws.rs.core.UriInfo uriInfo)
        creates a historic task instance duration report.