Uses of Class
org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization.model.MetadataItem
-
Packages that use MetadataItem Package Description org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization.model -
-
Uses of MetadataItem in org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization.model
Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization.model that return MetadataItem Modifier and Type Method Description MetadataItemMetadataContainer. getItem(int index)MetadataItemMetadataItem. getItem(int index)MetadataItemMetadataContainer. removeItem(int index)MetadataItemMetadataItem. removeItem(int index)Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization.model that return types with arguments of type MetadataItem Modifier and Type Method Description List<MetadataItem>AnalyticsAsset. getItem()List<MetadataItem>MetadataContainer. getItem()List<MetadataItem>MetadataItem. getItem()Get the nested data.Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization.model with parameters of type MetadataItem Modifier and Type Method Description voidMetadataContainer. addItem(MetadataItem item)voidMetadataItem. addItem(MetadataItem item)Add single nested item.Method parameters in org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization.model with type arguments of type MetadataItem Modifier and Type Method Description voidAnalyticsAsset. setItem(List<MetadataItem> items)voidMetadataContainer. setItem(List<MetadataItem> item)voidMetadataItem. setItem(List<MetadataItem> items)Set all nested items.
-