Interface ReportWidgetConfigService
- All Known Implementing Classes:
ReportWidgetConfigServiceImpl
public interface ReportWidgetConfigService
-
Method Summary
Modifier and TypeMethodDescriptiongetReportOutputJobFromWidgetConfig(jakarta.ws.rs.core.UriInfo uriInfo, String reportRelation, PrimaryKeyList entities)
-
Method Details
-
getReportOutputJobFromWidgetConfig
Entity getReportOutputJobFromWidgetConfig(jakarta.ws.rs.core.UriInfo uriInfo, String reportRelation, PrimaryKeyList entities) - Parameters:
uriInfo- the uri inforeportRelation- the relation in the Widget_config to the Reportentities- the keys for which the Report should be executed- Returns:
- the
Entityof the Output_job for the Report
-