| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BiReportNocontext
POJO for the
bi_report_nocontext asset type in IGC, displayed as 'BI Report' in the IGC UI. |
class |
BiReportNofolder
POJO for the
bi_report_nofolder asset type in IGC, displayed as 'BI Report' in the IGC UI. |
| Modifier and Type | Field and Description |
|---|---|
protected BiReport |
BiReportQuery.biReport |
protected BiReport |
BiReportSection.biReport |
protected BiReport |
BiReportQueryUsage.biReport |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<BiReport> |
BiRootFolder.biReports |
protected ItemList<BiReport> |
Database.biReports |
protected ItemList<BiReport> |
BiModel.biReports |
protected ItemList<BiReport> |
BiFolder.biReports |
protected ItemList<BiReport> |
BiReport.referencedByBiReports |
protected ItemList<BiReport> |
BiReport.referencesBiReports |
protected ItemList<BiReport> |
BiCube.usedByBiReports |
protected ItemList<BiReport> |
BiModel.usedByBiReports |
| Modifier and Type | Method and Description |
|---|---|
BiReport |
BiReportQuery.getBiReport()
Retrieve the
bi_report property (displayed as 'BI Report') of the object. |
BiReport |
BiReportSection.getBiReport()
Retrieve the
bi_report property (displayed as 'BI Report') of the object. |
BiReport |
BiReportQueryUsage.getBiReport()
Retrieve the
bi_report property (displayed as 'BI Report') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<BiReport> |
BiRootFolder.getBiReports()
Retrieve the
bi_reports property (displayed as 'BI Reports') of the object. |
ItemList<BiReport> |
Database.getBiReports()
Retrieve the
bi_reports property (displayed as 'BI Reports') of the object. |
ItemList<BiReport> |
BiModel.getBiReports()
Retrieve the
bi_reports property (displayed as 'BI Reports') of the object. |
ItemList<BiReport> |
BiFolder.getBiReports()
Retrieve the
bi_reports property (displayed as 'BI Reports') of the object. |
ItemList<BiReport> |
BiReport.getReferencedByBiReports()
Retrieve the
referenced_by_bi_reports property (displayed as 'Referenced by BI Reports') of the object. |
ItemList<BiReport> |
BiReport.getReferencesBiReports()
Retrieve the
references_bi_reports property (displayed as 'References BI Reports') of the object. |
ItemList<BiReport> |
BiCube.getUsedByBiReports()
Retrieve the
used_by_bi_reports property (displayed as 'Used by BI Reports') of the object. |
ItemList<BiReport> |
BiModel.getUsedByBiReports()
Retrieve the
used_by_bi_reports property (displayed as 'Used by BI Reports') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
BiReportQuery.setBiReport(BiReport biReport)
Set the
bi_report property (displayed as BI Report) of the object. |
void |
BiReportSection.setBiReport(BiReport biReport)
Set the
bi_report property (displayed as BI Report) of the object. |
void |
BiReportQueryUsage.setBiReport(BiReport biReport)
Set the
bi_report property (displayed as BI Report) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
BiRootFolder.setBiReports(ItemList<BiReport> biReports)
Set the
bi_reports property (displayed as BI Reports) of the object. |
void |
Database.setBiReports(ItemList<BiReport> biReports)
Set the
bi_reports property (displayed as BI Reports) of the object. |
void |
BiModel.setBiReports(ItemList<BiReport> biReports)
Set the
bi_reports property (displayed as BI Reports) of the object. |
void |
BiFolder.setBiReports(ItemList<BiReport> biReports)
Set the
bi_reports property (displayed as BI Reports) of the object. |
void |
BiReport.setReferencedByBiReports(ItemList<BiReport> referencedByBiReports)
Set the
referenced_by_bi_reports property (displayed as Referenced by BI Reports) of the object. |
void |
BiReport.setReferencesBiReports(ItemList<BiReport> referencesBiReports)
Set the
references_bi_reports property (displayed as References BI Reports) of the object. |
void |
BiCube.setUsedByBiReports(ItemList<BiReport> usedByBiReports)
Set the
used_by_bi_reports property (displayed as Used by BI Reports) of the object. |
void |
BiModel.setUsedByBiReports(ItemList<BiReport> usedByBiReports)
Set the
used_by_bi_reports property (displayed as Used by BI Reports) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.