| 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.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
AssetElement |
AssetReviewInterface.getAssetSummary(String userId,
String assetGUID)
Return the basic attributes of an asset.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetElement> |
AssetReviewInterface.findAssets(String userId,
String searchString,
int startFrom,
int pageSize)
Return a list of assets with the requested search string in their name, qualified name
or description.
|
List<AssetElement> |
AssetReviewInterface.getAssetsByName(String userId,
String name,
int startFrom,
int pageSize)
Return a list of assets with the requested name.
|
| Constructor and Description |
|---|
AssetElement(AssetElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
AssetElement |
AssetElementResponse.getAsset()
Return the asset result.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetElement> |
AssetElementsResponse.getAssets()
Return the list of assets in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetElementResponse.setAsset(AssetElement asset)
Set up the asset result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetElementsResponse.setAssets(List<AssetElement> assets)
Set up the list of assets for the response.
|
Copyright © 2018–2020 ODPi. All rights reserved.