Package | Description |
---|---|
org.overlord.rtgov.reports | |
org.overlord.rtgov.reports.util |
Modifier and Type | Method and Description |
---|---|
ReportDefinition |
ReportDefinition.setGenerator(ReportGenerator gen)
This method sets the report generator.
|
ReportDefinition |
ReportDefinition.setName(String name)
This method sets the name of the report.
|
ReportDefinition |
ReportDefinition.setVersion(String version)
This method sets the version of the report.
|
Modifier and Type | Method and Description |
---|---|
List<ReportDefinition> |
AbstractReportManager.getReportDefinitions()
Deprecated.
This method returns a list of registered report definitions.
|
List<ReportDefinition> |
ReportManager.getReportDefinitions()
Deprecated.
This method returns a list of registered report definitions.
|
Class<? extends ReportDefinition> |
MVELReportGenerator.getReportDefinitionType() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractReportsLoader.preInit(ReportDefinition rd)
This method pre-initializes the Reports Definition
before it is registered with the manager.
|
void |
AbstractReportManager.register(ReportDefinition rd)
Deprecated.
This method registers the supplied report definition.
|
void |
ReportManager.register(ReportDefinition rd)
Deprecated.
This method registers the supplied report definition.
|
void |
AbstractReportManager.unregister(ReportDefinition rd)
Deprecated.
This method unregisters the supplied report definition.
|
void |
ReportManager.unregister(ReportDefinition rd)
Deprecated.
This method unregisters the supplied report definition.
|
Modifier and Type | Method and Description |
---|---|
static ReportDefinition |
ReportsUtil.deserializeReportDefinition(byte[] content)
This method deserializes the report definition based on the contents.
|
Modifier and Type | Method and Description |
---|---|
static List<ReportDefinition> |
ReportsUtil.deserializeReportDefinitionList(byte[] content)
This method deserializes the report definition list based on the contents.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
ReportsUtil.serializeReportDefinition(ReportDefinition defn)
This method serializes a report definition into a JSON representation.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.