org.camunda.bpm.engine.rest.dto.converter
Class ReportResultToCsvConverter

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.converter.ReportResultToCsvConverter

public class ReportResultToCsvConverter
extends Object

Author:
Roman Smirnov

Field Summary
protected static String DELIMITER
           
static String DURATION_HEADER
           
protected static String NEW_LINE_SEPARATOR
           
 
Constructor Summary
ReportResultToCsvConverter()
           
 
Method Summary
protected static String convertDurationReportResult(List<ReportResult> reports)
           
static String convertReportResult(List<ReportResult> reports, String reportType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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<ReportResult> reports,
                                         String reportType)

convertDurationReportResult

protected static String convertDurationReportResult(List<ReportResult> reports)


Copyright © 2016 camunda services GmbH. All rights reserved.