Package | Description |
---|---|
org.kepler.objectmanager.cache | |
org.kepler.reporting.gui | |
org.kepler.reporting.rio | |
org.kepler.reporting.rio.fop | |
org.kepler.reporting.rio.test | |
org.kepler.workflow |
Modifier and Type | Method and Description |
---|---|
void |
ReportLayoutCacheObject.setReportLayout(ReportLayout rl)
set the data file that is associated with this RawDataCacheObject
|
Modifier and Type | Method and Description |
---|---|
ReportLayout |
ReportDesignerPanel.lookupReportLayout(java.lang.Integer execId) |
Constructor and Description |
---|
DynamicReportItemPanel(ReportDesignerPanel reportDesignerPanel,
Item tmpItem,
javax.swing.JRadioButton dynamicreportItemButton,
DeleteItemButton delbutton,
java.lang.String strItemFullName,
ReportLayout reportLayout,
TableauFrame tableauFrame) |
Modifier and Type | Class and Description |
---|---|
class |
ReportInstance |
Modifier and Type | Method and Description |
---|---|
static ReportInstance |
ReportAssembler.populateReport(Queryable queryable,
ReportLayout reportLayout,
KeplerLSID lsid,
int execId,
TableauFrame tableauFrame) |
static ReportInstance |
ReportAssembler.populateReportWithLatest(Queryable queryable,
ReportLayout reportLayout,
KeplerLSID lsid,
TableauFrame tableauFrame) |
Constructor and Description |
---|
ReportInstance(ReportLayout reportLayout) |
Modifier and Type | Method and Description |
---|---|
static ReportLayout |
ReportRenderer.convertXML2Report(java.io.File xml) |
static ReportLayout |
ReportRenderer.convertXML2Report(java.io.InputStream xml) |
ReportLayout |
ReportInputSource.getReport()
Returns the report.
|
Modifier and Type | Method and Description |
---|---|
static void |
ReportRenderer.convertReport2XML(ReportLayout report,
java.io.File xml) |
static void |
ReportRenderer.convertReport2XML(ReportLayout report,
java.io.OutputStream xml)
Converts a Report object to XML.
|
protected void |
ReportXMLReader.generateFor(ReportLayout report)
Generates SAX events for a Report object.
|
static javax.xml.transform.Source |
ReportInputSource.getSourceForReport(ReportLayout report)
Returns a Source object for a Report object so it can be used as input for
a JAXP transformation.
|
void |
ReportXMLReader.parse(ReportLayout report)
Starts parsing the Report object.
|
void |
ReportInputSource.setReport(ReportLayout report)
Sets the report.
|
Constructor and Description |
---|
ReportInputSource(ReportLayout report)
Constructor for the ProjectTeamInputSource
|
Modifier and Type | Method and Description |
---|---|
static ReportLayout |
ReportTest.makeReportLayout() |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<TableauFrame,ReportLayout> |
Workflow.reportLayouts |
Modifier and Type | Method and Description |
---|---|
ReportLayout |
Workflow.getReportLayout(TableauFrame tableauFrame) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<TableauFrame,ReportLayout> |
Workflow.getReportLayouts() |
Modifier and Type | Method and Description |
---|---|
void |
Workflow.addReportLayout(TableauFrame tableauFrame,
ReportLayout reportLayout) |