@ProviderType
public interface ReportExporterService
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.
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Resource> |
exportReportsOf(java.lang.Object source)
Export the reports of the specified source object.
|
java.util.List<java.lang.String> |
getAvailableReportsOf(java.lang.Object source) |
java.util.List<java.lang.String> getAvailableReportsOf(java.lang.Object source)
source
- the targeted source object to report, may be null
null
java.util.Map<java.lang.String,Resource> exportReportsOf(java.lang.Object source)
source
- the source object to report, may be null
null