| 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 BiFolder |
BiReport.biFolder |
protected BiFolder |
BiModel.biFolder |
protected BiFolder |
BiFolder.biFolder |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<BiFolder> |
BiRootFolder.containsBiFolders |
protected ItemList<BiFolder> |
BiFolder.containsBiFolders |
| Modifier and Type | Method and Description |
|---|---|
BiFolder |
BiReport.getBiFolder()
Retrieve the
bi_folder property (displayed as 'BI Folder') of the object. |
BiFolder |
BiModel.getBiFolder()
Retrieve the
bi_folder property (displayed as 'BI Folder') of the object. |
BiFolder |
BiFolder.getBiFolder()
Retrieve the
bi_folder property (displayed as 'BI Folder') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<BiFolder> |
BiRootFolder.getContainsBiFolders()
Retrieve the
contains_bi_folders property (displayed as 'Contains BI Folders') of the object. |
ItemList<BiFolder> |
BiFolder.getContainsBiFolders()
Retrieve the
contains_bi_folders property (displayed as 'Contains BI Folders') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
BiReport.setBiFolder(BiFolder biFolder)
Set the
bi_folder property (displayed as BI Folder) of the object. |
void |
BiModel.setBiFolder(BiFolder biFolder)
Set the
bi_folder property (displayed as BI Folder) of the object. |
void |
BiFolder.setBiFolder(BiFolder biFolder)
Set the
bi_folder property (displayed as BI Folder) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
BiRootFolder.setContainsBiFolders(ItemList<BiFolder> containsBiFolders)
Set the
contains_bi_folders property (displayed as Contains BI Folders) of the object. |
void |
BiFolder.setContainsBiFolders(ItemList<BiFolder> containsBiFolders)
Set the
contains_bi_folders property (displayed as Contains BI Folders) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.