Package | Description |
---|---|
org.overlord.rtgov.reports | |
org.overlord.rtgov.reports.model | |
org.overlord.rtgov.reports.util |
Modifier and Type | Method and Description |
---|---|
abstract Report |
ReportGenerator.generate(ReportContext context,
Map<String,Object> properties)
This method generates a report, based on the supplied definition,
and returns the report contents.
|
Report |
MVELReportGenerator.generate(ReportContext context,
Map<String,Object> properties)
This method generates a report, based on the supplied definition,
and returns the report contents.
|
Report |
AbstractReportManager.generate(String reportName,
Map<String,Object> params)
Deprecated.
This method returns the report associated with the supplied name and parameters.
|
Report |
ReportManager.generate(String reportName,
Map<String,Object> params)
Deprecated.
This method returns the report associated with the supplied name and parameters.
|
Modifier and Type | Method and Description |
---|---|
Report |
Report.setCreated(String created)
This method sets the created date/time.
|
Report |
Report.setSections(List<Section> sections)
This method sets the sections of the report.
|
Report |
Report.setTitle(String title)
This method sets the title.
|
Modifier and Type | Method and Description |
---|---|
static Report |
ReportsUtil.deserializeReport(byte[] content)
This method deserializes the report from a JSON representation.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
ReportsUtil.serializeReport(Report report)
This method serializes a report into a JSON representation.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.