Package | Description |
---|---|
org.overlord.rtgov.reports |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReportContext
This class represents the abstract implementation of the ReportContext
interface.
|
Modifier and Type | Method and Description |
---|---|
ReportContext |
AbstractReportManager.getContext()
Deprecated.
This method returns the report context.
|
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.
|
void |
AbstractReportManager.setContext(ReportContext context)
Deprecated.
This method sets the report context.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.