Class CsvExportService
java.lang.Object
io.camunda.optimize.service.export.CsvExportService
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCsvExportService(AuthorizationCheckReportEvaluationHandler reportEvaluationHandler, ConfigurationService configurationService) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getCsvBytesForEvaluatedReportResult(String userId, ReportDefinitionDto<?> reportDefinition, ZoneId timezone) Optional<byte[]> getCsvBytesForEvaluatedReportResult(String userId, String reportId, ZoneId timezone)
-
Field Details
-
DEFAULT_RECORD_LIMIT
-
-
Constructor Details
-
CsvExportService
public CsvExportService(AuthorizationCheckReportEvaluationHandler reportEvaluationHandler, ConfigurationService configurationService)
-
-
Method Details
-
getCsvBytesForEvaluatedReportResult
-
getCsvBytesForEvaluatedReportResult
public byte[] getCsvBytesForEvaluatedReportResult(String userId, ReportDefinitionDto<?> reportDefinition, ZoneId timezone)
-