Uses of Interface
com.redwood.scheduler.api.model.report.ReportResultSet
-
Packages that use ReportResultSet Package Description com.redwood.scheduler.api.model.report Scheduler API - Reporting interfaces. -
-
Uses of ReportResultSet in com.redwood.scheduler.api.model.report
Methods in com.redwood.scheduler.api.model.report with parameters of type ReportResultSet Modifier and Type Method Description boolean
ReportDestination. callback(ReportResultSet rs, ObjectGetter objectGetter)
Call back used to format a row.void
ReportDestination. postExecute(ReportResultSet rs)
Process the result set before the initial ResultSet.next() is called.
-