Uses of Interface
com.redwood.scheduler.api.model.Report
-
Packages that use Report Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of Report in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type Report Modifier and Type Field Description static QueryObjectType<Report>
Report. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return Report Modifier and Type Method Description Report
SchedulerSession. createReport()
Return a new instance of Report.Report
ReportColumn. getReport()
Get the Report.Report
ReportSelection. getReport()
Get the Report.Report
ReportSort. getReport()
Get the Report.static Report
BusinessKeyLookup. getReportByBusinessKey(SchedulerSession session, String key)
Query an instance ofReport
, based on its business key.Report
SchedulerSession. getReportByJobDefinition(JobDefinition jobDefinition)
Get theReport
by JobDefinition.Report
BusinessKeyResolver. getReportByKey(BusinessKey key)
Query an instance ofReport
, based on its business key.Report
SchedulerSession. getReportByUniqueId(Long uniqueId)
Get theReport
by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type Report Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(Report theReport)
void
ConcreteObjectCallback. handle(Report theReport)
-