Class ReportResultToCsvConverter
java.lang.Object
org.camunda.bpm.engine.rest.dto.converter.ReportResultToCsvConverter
- Author:
 - Roman Smirnov
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected static StringconvertDurationReportResult(List<ReportResult> reports) static StringconvertReportResult(List<ReportResult> reports, String reportType)  
- 
Field Details
- 
DELIMITER
 - 
NEW_LINE_SEPARATOR
 - 
DURATION_HEADER
 
 - 
 - 
Constructor Details
- 
ReportResultToCsvConverter
public ReportResultToCsvConverter() 
 - 
 - 
Method Details
- 
convertReportResult
 - 
convertDurationReportResult
 
 -