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

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

public class TaskReportResultToCsvConverter
extends Object

Author:
Roman Smirnov

Field Summary
static String CANDIDATE_GROUP_HEADER
           
protected static String DELIMITER
           
protected static String NEW_LINE_SEPARATOR
           
 
Constructor Summary
TaskReportResultToCsvConverter()
           
 
Method Summary
static String convertCandidateGroupReportResult(List<TaskCountByCandidateGroupResult> reports)
           
 
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

CANDIDATE_GROUP_HEADER

public static String CANDIDATE_GROUP_HEADER
Constructor Detail

TaskReportResultToCsvConverter

public TaskReportResultToCsvConverter()
Method Detail

convertCandidateGroupReportResult

public static String convertCandidateGroupReportResult(List<TaskCountByCandidateGroupResult> reports)


Copyright © 2016 camunda services GmbH. All rights reserved.