Interface ReportExporterService
@ProviderType
public interface ReportExporterService
This plugin can export a report generated by the
ReportGeneratorService service. The exported report can be serialized
into a specific format and optionally be transformed by a template engine.
The service can be extended by implementing the
ReportSerializerPlugin and the
ReportTransformerPlugin interfaces
respectively to support additional serialization format and additional
template engine.
-
Method Summary
Modifier and TypeMethodDescriptionexportReportsOf(Object source) Export the reports of the specified source object.getAvailableReportsOf(Object source)
-
Method Details
-
getAvailableReportsOf
-
exportReportsOf
-