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 String
DELIMITER
static String
DURATION_HEADER
protected static String
NEW_LINE_SEPARATOR
-
Constructor Summary
Constructors Constructor Description ReportResultToCsvConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static String
convertDurationReportResult(List<ReportResult> reports)
static String
convertReportResult(List<ReportResult> reports, String reportType)
-
-
-
Method Detail
-
convertReportResult
public static String convertReportResult(List<ReportResult> reports, String reportType)
-
convertDurationReportResult
protected static String convertDurationReportResult(List<ReportResult> reports)
-
-