| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetmanager.api |
This package contains the different interfaces of the asset manager.
|
| org.odpi.openmetadata.accessservices.assetmanager.metadataelements |
The metadata elements describe the way that metadata is returned from the repository.
|
| org.odpi.openmetadata.accessservices.assetmanager.properties |
These beans describe the core properties that are passed to the server to create and update metadata.
|
| 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.createDataAsset(String userId,
String assetManagerGUID,
String assetManagerName,
boolean assetManagerIsHome,
String assetExternalIdentifier,
String assetExternalIdentifierName,
String assetExternalIdentifierUsage,
String assetExternalIdentifierSource,
KeyPattern assetExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
DataAssetProperties assetProperties)
Create a new metadata element to represent the root of an asset.
|
void |
DataAssetExchangeInterface.updateDataAsset(String userId,
String assetManagerGUID,
String assetManagerName,
String assetGUID,
String assetExternalIdentifier,
boolean isMergeUpdate,
DataAssetProperties assetProperties)
Update the metadata element representing an asset.
|
| Modifier and Type | Method and Description |
|---|---|
DataAssetProperties |
DataAssetElement.getDataAssetProperties()
Return the properties for the asset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataAssetElement.setDataAssetProperties(DataAssetProperties dataAssetProperties)
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.
|
| Constructor and Description |
|---|
DataAssetProperties(DataAssetProperties template)
Copy/clone constructor.
|
DataStoreProperties(DataAssetProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DataAssetProperties |
DataAssetRequestBody.getElementProperties()
Return the properties for the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataAssetRequestBody.setElementProperties(DataAssetProperties elementProperties)
Set up the properties for the element.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.