@Service public class ReportService extends Object
| Constructor and Description |
|---|
ReportService() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.io.ByteArrayResource |
generateReport(String id,
Date startDate,
Date endDate)
Generate report of executions for a task
|
public org.springframework.core.io.ByteArrayResource generateReport(String id, Date startDate, Date endDate) throws IOException, NumberFormatException, SQLException, ParseException
id - task idstartDate - start dateendDate - end dateIOExceptionNumberFormatExceptionSQLExceptionParseExceptionCopyright © 2021 Pivotal Software, Inc.. All rights reserved.