Class ReportResultToCsvConverter
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.converter.ReportResultToCsvConverter
-
public class ReportResultToCsvConverter extends Object
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringDELIMITERstatic StringDURATION_HEADERprotected static StringNEW_LINE_SEPARATOR
-
Constructor Summary
Constructors Constructor Description ReportResultToCsvConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static StringconvertDurationReportResult(List<org.camunda.bpm.engine.history.ReportResult> reports)static StringconvertReportResult(List<org.camunda.bpm.engine.history.ReportResult> reports, String reportType)
-