public interface ReportServiceDriver
A low-level Report Service driver interface. Provides access to the raw and a minimal RS API.
Can be used for building high-level clients upon the.
Don't use it directly, it will be hard to maintenance. Should be treat as an abstraction part of the GoF Bridge Pattern.
Out the box there one implementation for the DRS - SnsReportRESTfulServiceDriver.
| Modifier and Type | Method and Description |
|---|---|
void |
createNewReport(java.util.UUID reportId,
java.util.Date date,
java.lang.String reportType,
java.lang.String reportSender,
java.io.Serializable reportContent)
Creates new report on the service usin given parameters.
|
void createNewReport(java.util.UUID reportId,
java.util.Date date,
java.lang.String reportType,
java.lang.String reportSender,
java.io.Serializable reportContent)
Creates new report on the service usin given parameters.
reportId - identifier of the new reportdate - date where report were datedreportType - custom report type, concrete drivers may restrict a values.reportSender - subject who sent the reportreportContent - the report content