Uses of Interface
com.redwood.scheduler.api.model.report.ReportDestination
-
Packages that use ReportDestination Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.report Scheduler API - Reporting interfaces. -
-
Uses of ReportDestination in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model with parameters of type ReportDestination Modifier and Type Method Description void
Report. generate(ReportDestination formatter)
Generate the report and output the results to the ReportDestination.void
Report. generate(ReportDestination formatter, Map<String,Object> parameters)
Generate the report and output the results to the ReportDestination.void
Report. validate(ReportDestination formatter, Map<String,Object> parameters)
Validate the report. -
Uses of ReportDestination in com.redwood.scheduler.api.model.report
-