Interface ReportExecutorExecuteAsHooker
- All Superinterfaces:
Hook
- All Known Implementing Classes:
ExecuteAsGridEditorHooker,ExecuteAsScriptReportPreviewHooker,ExecuteAsTableReportPreviewHooker
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionReportDtoadjustReport(ReportDto report, User currentUser, String format, Collection<ReportExecutionConfig> config) adjustResult(ReportDto reportDto, User currentUser, Collection<ReportExecutionConfig> config, Object res) boolean
-
Method Details
-
consumes
-
getConfig
ReportExecutorExecuteAsHooker.ExecuteConfig getConfig(ReportDto report, User currentUser, String format, DwModel config) -
adjustResult
DwModel adjustResult(ReportDto reportDto, User currentUser, Collection<ReportExecutionConfig> config, Object res) -
adjustReport
ReportDto adjustReport(ReportDto report, User currentUser, String format, Collection<ReportExecutionConfig> config)
-