Class ReportResultToCsvConverter


  • public class ReportResultToCsvConverter
    extends Object
    Author:
    Roman Smirnov
    • Field Detail

      • DELIMITER

        protected static String DELIMITER
      • NEW_LINE_SEPARATOR

        protected static String NEW_LINE_SEPARATOR
      • DURATION_HEADER

        public static String DURATION_HEADER
    • Constructor Detail

      • ReportResultToCsvConverter

        public ReportResultToCsvConverter()
    • Method Detail

      • convertReportResult

        public static String convertReportResult​(List<org.camunda.bpm.engine.history.ReportResult> reports,
                                                 String reportType)
      • convertDurationReportResult

        protected static String convertDurationReportResult​(List<org.camunda.bpm.engine.history.ReportResult> reports)