| Modifier and Type | Method and Description |
|---|---|
AnalyticsModelingOMASAPIResponse |
AnalyticsModelingRestServices.updateArtifact(String serverName,
String userId,
String serverCapability,
AnalyticsAsset artifact)
Update analytics artifact defined as json input.
|
| Modifier and Type | Method and Description |
|---|---|
AssetHandler<AnalyticsAsset> |
AnalyticsArtifactHandler.getAssetHandler() |
| Modifier and Type | Method and Description |
|---|---|
ResponseContainerAssets |
AnalyticsArtifactHandler.updateAssets(String user,
String serverCapability,
AnalyticsAsset asset)
Update assets defined by input.
|
| Constructor and Description |
|---|
IdentifierResolver(ExecutionContext ctx,
AnalyticsAsset asset)
Constructor with initialization of metadata referenced in asset.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticsAsset |
AssetConverter.getNewBean(Class<AnalyticsAsset> beanClass,
EntityDetail entity,
String methodName)
Using the supplied instances, return a new instance of the bean.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticsAsset |
AssetConverter.getNewBean(Class<AnalyticsAsset> beanClass,
EntityDetail entity,
String methodName)
Using the supplied instances, return a new instance of the bean.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AnalyticsAssetUtils.addContainer(AnalyticsAsset asset,
MetadataContainer container)
Add container to the asset.
|
static void |
AnalyticsAssetUtils.addItem(AnalyticsAsset asset,
MetadataItem item)
Add item to the asset.
|
static void |
AnalyticsAssetUtils.addReference(AnalyticsAsset asset,
AssetReference reference)
Add reference to the asset.
|
static void |
AnalyticsAssetUtils.addSourceGuid(AnalyticsAsset asset,
String guid)
Add source GUID to the asset.
|
static Map<String,String> |
AnalyticsAssetUtils.buildAdditionalProperties(AnalyticsAsset asset)
Build additional properties of the bean from asset content.
|
static AssetReference |
AnalyticsAssetUtils.getAssetReferenceByGuid(AnalyticsAsset asset,
String guid)
Find reference to asset with GUID.
|
static MetadataContainer |
AnalyticsAssetUtils.getContainer(AnalyticsAsset asset,
int index)
get container from asset at defined index.
|
static boolean |
AnalyticsAssetUtils.hasMetadataModule(AnalyticsAsset asset)
Check if asset is metadata module.
|
static boolean |
AnalyticsAssetUtils.isVisualization(AnalyticsAsset asset)
Check if asset is visualization.
|
static MetadataContainer |
AnalyticsAssetUtils.removeContainer(AnalyticsAsset asset,
int index)
Remove container from asset at defined index.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.