Class ReportResultToCsvConverter
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.converter.ReportResultToCsvConverter
-
public class ReportResultToCsvConverter extends java.lang.Object
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
DELIMITER
static java.lang.String
DURATION_HEADER
protected static java.lang.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 java.lang.String
convertDurationReportResult(java.util.List<ReportResult> reports)
static java.lang.String
convertReportResult(java.util.List<ReportResult> reports, java.lang.String reportType)
-
-
-
Method Detail
-
convertReportResult
public static java.lang.String convertReportResult(java.util.List<ReportResult> reports, java.lang.String reportType)
-
convertDurationReportResult
protected static java.lang.String convertDurationReportResult(java.util.List<ReportResult> reports)
-
-