org.camunda.bpm.engine.rest.dto.converter
Class ReportResultToCsvConverter
java.lang.Object
org.camunda.bpm.engine.rest.dto.converter.ReportResultToCsvConverter
public class ReportResultToCsvConverter
- extends Object
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DELIMITER
protected static String DELIMITER
NEW_LINE_SEPARATOR
protected static String NEW_LINE_SEPARATOR
DURATION_HEADER
public static String DURATION_HEADER
ReportResultToCsvConverter
public ReportResultToCsvConverter()
convertReportResult
public static String convertReportResult(List<ReportResult> reports,
String reportType)
convertDurationReportResult
protected static String convertDurationReportResult(List<ReportResult> reports)
Copyright © 2016 camunda services GmbH. All rights reserved.