| 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 BiHierarchy |
BiCollectionDimension.usesOlapHierarchy |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<BiHierarchy> |
BiModel.biHierarchies |
protected ItemList<BiHierarchy> |
BiCollection.biHierarchies |
protected ItemList<BiHierarchy> |
BiLevel.biHierarchy |
protected ItemList<BiHierarchy> |
BiCollection.referencedByBiHierarchies |
| Modifier and Type | Method and Description |
|---|---|
BiHierarchy |
BiCollectionDimension.getUsesOlapHierarchy()
Retrieve the
uses_olap_hierarchy property (displayed as 'Uses OLAP Hierarchy') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<BiHierarchy> |
BiModel.getBiHierarchies()
Retrieve the
bi_hierarchies property (displayed as 'BI Hierarchies') of the object. |
ItemList<BiHierarchy> |
BiCollection.getBiHierarchies()
Retrieve the
bi_hierarchies property (displayed as 'BI Hierarchies') of the object. |
ItemList<BiHierarchy> |
BiLevel.getBiHierarchy()
Retrieve the
bi_hierarchy property (displayed as 'BI Hierarchy') of the object. |
ItemList<BiHierarchy> |
BiCollection.getReferencedByBiHierarchies()
Retrieve the
referenced_by_bi_hierarchies property (displayed as 'Referenced by BI Hierarchies') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
BiCollectionDimension.setUsesOlapHierarchy(BiHierarchy usesOlapHierarchy)
Set the
uses_olap_hierarchy property (displayed as Uses OLAP Hierarchy) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
BiModel.setBiHierarchies(ItemList<BiHierarchy> biHierarchies)
Set the
bi_hierarchies property (displayed as BI Hierarchies) of the object. |
void |
BiCollection.setBiHierarchies(ItemList<BiHierarchy> biHierarchies)
Set the
bi_hierarchies property (displayed as BI Hierarchies) of the object. |
void |
BiLevel.setBiHierarchy(ItemList<BiHierarchy> biHierarchy)
Set the
bi_hierarchy property (displayed as BI Hierarchy) of the object. |
void |
BiCollection.setReferencedByBiHierarchies(ItemList<BiHierarchy> referencedByBiHierarchies)
Set the
referenced_by_bi_hierarchies property (displayed as Referenced by BI Hierarchies) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.