| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetowner.api |
This package provides the definition of the Java API for the Asset Owner OMAS.
|
| org.odpi.openmetadata.accessservices.assetowner.metadataelements | |
| org.odpi.openmetadata.accessservices.assetowner.properties |
This properties package provides the properties used to create different types of instances for an asset and its attachments.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AssetOnboardingInterface.addAssetToCatalog(String userId,
AssetProperties assetProperties)
Add a comprehensive asset description to the catalog.
|
| Modifier and Type | Method and Description |
|---|---|
AssetProperties |
AssetElement.getAssetProperties()
Retrieve details of the asset itself.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetElement.setAssetProperties(AssetProperties assetProperties)
Save details of the asset itself
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataStoreProperties
DataStoreProperties provides the JavaBean for describing a data store.
|
class |
FileProperties
FileProperties describes the property of a single data file.
|
class |
FolderProperties
FolderProperties defines an asset that is a folder.
|
| Constructor and Description |
|---|
AssetProperties(AssetProperties template)
Copy/clone constructor.
|
DataStoreProperties(AssetProperties template)
Copy/clone constructor.
|
FolderProperties(AssetProperties template)
Subtyping constructor.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.