| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ValidValueElement |
ValidValuesExchangeInterface.getValidValueByGUID(String userId,
String assetManagerGUID,
String assetManagerName,
String validValueGUID)
Retrieve a specific valid value from the repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidValueElement> |
ValidValuesExchangeInterface.findValidValues(String userId,
String assetManagerGUID,
String assetManagerName,
String searchString,
int startFrom,
int pageSize)
Locate valid values that match the search string.
|
List<ValidValueElement> |
ValidValuesExchangeInterface.getSetsForValidValue(String userId,
String assetManagerGUID,
String assetManagerName,
String validValueGUID,
int startFrom,
int pageSize)
Page through the list of valid value sets that a valid value definition/set belongs to.
|
List<ValidValueElement> |
ValidValuesExchangeInterface.getValidValueByName(String userId,
String assetManagerGUID,
String assetManagerName,
String validValueName,
int startFrom,
int pageSize)
Retrieve a specific valid value from the repository.
|
List<ValidValueElement> |
ValidValuesExchangeInterface.getValidValueSetMembers(String userId,
String assetManagerGUID,
String assetManagerName,
String validValueSetGUID,
int startFrom,
int pageSize)
Page through the members of a valid value set.
|
| Constructor and Description |
|---|
ValidValueElement(ValidValueElement template)
Copy/clone constructor
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.