| Package | Description |
|---|---|
| com.bmc.arsys.arreporting | |
| com.bmc.arsys.arreporting.birt |
| Modifier and Type | Method and Description |
|---|---|
static OutputFormat |
OutputFormat.fromExtension(String extension) |
static OutputFormat |
OutputFormat.fromMimeType(String mimeType) |
static OutputFormat |
OutputFormat.fromPropValue(String propValue) |
OutputFormat |
ReportParameters.getOutputFormat() |
static OutputFormat |
OutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputFormat[] |
OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
IReport.runReport(ReportParameters parameters,
OutputFormat format) |
Object |
IReport.runReport(String reportName,
OutputFormat format) |
Object |
IReport.runReport(String reportName,
ReportParameters parameters,
OutputFormat format) |
void |
ReportParameters.setOutputFormat(OutputFormat format) |
| Modifier and Type | Method and Description |
|---|---|
void |
BIRTReportEngine.runReport(com.bmc.arsys.api.ARServerUser context,
byte[] content,
OutputFormat format,
OutputStream outStream) |
OutputStream |
BIRTReportEngine.runReport(com.bmc.arsys.api.ARServerUser context,
ReportParameters parameters,
OutputFormat format) |
? Copyright 2013 BMC Software, Inc.