| 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 Category |
Category.parentCategory |
protected Category |
Term.parentCategory |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Category> |
Category.categoryPath |
protected ItemList<Category> |
Term.categoryPath |
protected ItemList<Category> |
Term.referencingCategories |
protected ItemList<Category> |
LineageContainer.subBusinessContainer |
protected ItemList<Category> |
Category.subcategories |
protected ItemList<Category> |
Category.translations |
| Modifier and Type | Method and Description |
|---|---|
Category |
Category.getParentCategory()
Retrieve the
parent_category property (displayed as 'Parent Category') of the object. |
Category |
Term.getParentCategory()
Retrieve the
parent_category property (displayed as 'Parent Category') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Category> |
Category.getCategoryPath()
Retrieve the
category_path property (displayed as 'Category Path') of the object. |
ItemList<Category> |
Term.getCategoryPath()
Retrieve the
category_path property (displayed as 'Category Path') of the object. |
ItemList<Category> |
Term.getReferencingCategories()
Retrieve the
referencing_categories property (displayed as 'Referencing Categories') of the object. |
ItemList<Category> |
LineageContainer.getSubBusinessContainer()
Retrieve the
sub_business_container property (displayed as 'Sub Business Container') of the object. |
ItemList<Category> |
Category.getSubcategories()
Retrieve the
subcategories property (displayed as 'Subcategories') of the object. |
ItemList<Category> |
Category.getTranslations()
Retrieve the
translations property (displayed as 'Translations') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setParentCategory(Category parentCategory)
Set the
parent_category property (displayed as Parent Category) of the object. |
void |
Term.setParentCategory(Category parentCategory)
Set the
parent_category property (displayed as Parent Category) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setCategoryPath(ItemList<Category> categoryPath)
Set the
category_path property (displayed as Category Path) of the object. |
void |
Term.setCategoryPath(ItemList<Category> categoryPath)
Set the
category_path property (displayed as Category Path) of the object. |
void |
Term.setReferencingCategories(ItemList<Category> referencingCategories)
Set the
referencing_categories property (displayed as Referencing Categories) of the object. |
void |
LineageContainer.setSubBusinessContainer(ItemList<Category> subBusinessContainer)
Set the
sub_business_container property (displayed as Sub Business Container) of the object. |
void |
Category.setSubcategories(ItemList<Category> subcategories)
Set the
subcategories property (displayed as Subcategories) of the object. |
void |
Category.setTranslations(ItemList<Category> translations)
Set the
translations property (displayed as Translations) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.