| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected BiCube |
BiCollectionDimension.biCube |
protected BiCube |
BiReport.biCube |
protected BiCube |
BiCollectionFact.biCube |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<BiCube> |
BiModel.biCubes |
protected ItemList<BiCube> |
OlapJoin.referencedByAnOlapCube |
protected ItemList<BiCube> |
BiCollectionMember.usedByBiCubes |
protected ItemList<BiCube> |
BiCollection.usedByBiCubes |
| Modifier and Type | Method and Description |
|---|---|
BiCube |
BiCollectionDimension.getBiCube()
Retrieve the
bi_cube property (displayed as 'BI Cube') of the object. |
BiCube |
BiReport.getBiCube()
Retrieve the
bi_cube property (displayed as 'BI Cube') of the object. |
BiCube |
BiCollectionFact.getBiCube()
Retrieve the
bi_cube property (displayed as 'BI Cube') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<BiCube> |
BiModel.getBiCubes()
Retrieve the
bi_cubes property (displayed as 'BI Cubes') of the object. |
ItemList<BiCube> |
OlapJoin.getReferencedByAnOlapCube()
Retrieve the
referenced_by_an_olap_cube property (displayed as 'Referenced by an OLAP Cube') of the object. |
ItemList<BiCube> |
BiCollectionMember.getUsedByBiCubes()
Retrieve the
used_by_bi_cubes property (displayed as 'Used by BI Cubes') of the object. |
ItemList<BiCube> |
BiCollection.getUsedByBiCubes()
Retrieve the
used_by_bi_cubes property (displayed as 'Used by BI Cubes') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
BiCollectionDimension.setBiCube(BiCube biCube)
Set the
bi_cube property (displayed as BI Cube) of the object. |
void |
BiReport.setBiCube(BiCube biCube)
Set the
bi_cube property (displayed as BI Cube) of the object. |
void |
BiCollectionFact.setBiCube(BiCube biCube)
Set the
bi_cube property (displayed as BI Cube) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
BiModel.setBiCubes(ItemList<BiCube> biCubes)
Set the
bi_cubes property (displayed as BI Cubes) of the object. |
void |
OlapJoin.setReferencedByAnOlapCube(ItemList<BiCube> referencedByAnOlapCube)
Set the
referenced_by_an_olap_cube property (displayed as Referenced by an OLAP Cube) of the object. |
void |
BiCollectionMember.setUsedByBiCubes(ItemList<BiCube> usedByBiCubes)
Set the
used_by_bi_cubes property (displayed as Used by BI Cubes) of the object. |
void |
BiCollection.setUsedByBiCubes(ItemList<BiCube> usedByBiCubes)
Set the
used_by_bi_cubes property (displayed as Used by BI Cubes) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.