| Package | Description |
|---|---|
| com.bmc.arsys.arreporting | |
| com.bmc.arsys.arreporting.birt |
| Modifier and Type | Method and Description |
|---|---|
ReportParameters |
ReportDelegator.getParameters(com.bmc.arsys.api.ARServerUser context,
String reportName) |
ReportParameters |
ReportDelegator.getParameters(String fileName) |
ReportParameters |
IReport.getParameters(String reportName) |
ReportParameters |
ReportDelegator.getParametersByEntryID(com.bmc.arsys.api.ARServerUser context,
String entryID) |
| Modifier and Type | Method and Description |
|---|---|
String |
ReportDelegator.createReport(com.bmc.arsys.api.ARServerUser context,
ReportType type,
ReportParameters parameters,
String fileName,
boolean persist) |
Object |
IReport.createReport(ReportParameters parameters) |
ByteArrayOutputStream |
ReportDelegator.runEntryReport(com.bmc.arsys.api.ARServerUser context,
ReportParameters parameters)
Runs an existing report file from an AR System report entry.
|
ByteArrayOutputStream |
ReportDelegator.runFileReport(com.bmc.arsys.api.ARServerUser context,
ReportParameters parameters)
Runs an existing report file on disk
|
ByteArrayOutputStream |
ReportDelegator.runNewReport(com.bmc.arsys.api.ARServerUser context,
ReportParameters parameters)
Runs an existing report file on disk
|
Object |
IReport.runReport(ReportParameters parameters,
OutputFormat format) |
Object |
IReport.runReport(String reportName,
ReportParameters parameters,
OutputFormat format) |
void |
ReportDelegator.updateReport(com.bmc.arsys.api.ARServerUser context,
String reportName,
ReportParameters parameters) |
void |
IReport.updateReport(String reportName,
ReportParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
ReportParameters |
BIRTReportConverter.convertARRFromDefinition(String reportString) |
ReportParameters |
BIRTReportConverter.convertARRFromFile(File reportFile) |
ReportParameters |
BIRTReportConverter.convertARRFromFile(String reportFile) |
ReportParameters |
BIRTReportEngine.getParameters(byte[] content) |
ReportParameters |
BIRTReportEngine.getParameters(String reportName) |
| Modifier and Type | Method and Description |
|---|---|
void |
BIRTReportEngine.createReport(com.bmc.arsys.api.ARServerUser context,
ReportParameters parameters,
String fileName) |
void |
BIRTReportEngine.runReport(com.bmc.arsys.api.ARServerUser context,
ReportParameters parameters,
byte[] reportDefinition,
ByteArrayOutputStream out) |
OutputStream |
BIRTReportEngine.runReport(com.bmc.arsys.api.ARServerUser context,
ReportParameters parameters,
OutputFormat format) |
void |
BIRTReportEngine.runReport(com.bmc.arsys.api.ARServerUser context,
ReportParameters parameters,
String fileName,
OutputStream outStream) |
? Copyright 2013 BMC Software, Inc.