@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 |
|---|---|
Map<String,Resource> |
exportReportsOf(Object source)
Export the reports of the specified source object.
|
List<String> |
getAvailableReportsOf(Object source) |
List<String> getAvailableReportsOf(Object source)
source - the targeted source object to report, may be nullnullMap<String,Resource> exportReportsOf(Object source)
source - the source object to report, may be nullnullCopyright © 2021. All rights reserved.