| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetmanager.api |
This package contains the different interfaces of the asset manager.
|
| org.odpi.openmetadata.accessservices.assetmanager.metadataelements | |
| org.odpi.openmetadata.accessservices.assetmanager.properties | |
| org.odpi.openmetadata.accessservices.assetmanager.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DataAssetExchangeInterface.createAsset(String userId,
String assetManagerGUID,
String assetManagerName,
boolean assetManagerIsHome,
String assetExternalIdentifier,
String assetExternalIdentifierName,
String assetExternalIdentifierUsage,
String assetExternalIdentifierSource,
KeyPattern assetExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
AssetProperties assetProperties)
Create a new metadata element to represent the root of an asset.
|
void |
DataAssetExchangeInterface.updateAsset(String userId,
String assetManagerGUID,
String assetManagerName,
String assetGUID,
String assetExternalIdentifier,
boolean isMergeUpdate,
AssetProperties assetProperties)
Update the metadata element representing an asset.
|
| Modifier and Type | Method and Description |
|---|---|
AssetProperties |
AssetElement.getAssetProperties()
Return the properties for the asset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetElement.setAssetProperties(AssetProperties assetProperties)
Set up the properties for the asset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataSetProperties
DataSetProperties is a class for representing a generic data set.
|
class |
DataStoreProperties
DataStoreProperties is a class for representing a generic data store.
|
class |
ProcessProperties
Process properties defines the properties of a process.
|
| Constructor and Description |
|---|
AssetProperties(AssetProperties template)
Copy/clone constructor.
|
DataStoreProperties(AssetProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AssetProperties |
AssetRequestBody.getElementProperties()
Return the properties for the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetRequestBody.setElementProperties(AssetProperties elementProperties)
Set up the properties for the element.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.