| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization | |
| org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsArtifactHandler.createItem(MetadataItem item,
String parentGUID,
String anchorGUID,
boolean bNested,
String parentQName)
Create item entity to store item bean.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataItem |
MetadataContainer.getItem(int index) |
MetadataItem |
MetadataItem.getItem(int index) |
MetadataItem |
MetadataContainer.removeItem(int index) |
MetadataItem |
MetadataItem.removeItem(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataItem> |
MetadataContainer.getItem() |
List<MetadataItem> |
MetadataItem.getItem()
Get the nested data.
|
List<MetadataItem> |
AnalyticsAsset.getItem() |
| Modifier and Type | Method and Description |
|---|---|
static void |
AnalyticsAssetUtils.addItem(AnalyticsAsset asset,
MetadataItem item)
Add item to the asset.
|
void |
MetadataContainer.addItem(MetadataItem item) |
void |
MetadataItem.addItem(MetadataItem item)
Add single nested item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataContainer.setItem(List<MetadataItem> item) |
void |
MetadataItem.setItem(List<MetadataItem> items)
Set all nested items.
|
void |
AnalyticsAsset.setItem(List<MetadataItem> items) |
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.