| 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 |
|---|---|
ValidValueElement |
AssetOnboardingValidValues.getValidValueByGUID(String userId,
String validValueGUID)
Retrieve a specific valid value from the repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidValueElement> |
AssetOnboardingValidValues.findValidValues(String userId,
String searchString,
int startFrom,
int pageSize)
Locate valid values that match the search string.
|
List<ValidValueElement> |
AssetOnboardingValidValues.getSetsForValidValue(String userId,
String validValueGUID,
int startFrom,
int pageSize)
Page through the list of valid value sets that a valid value definition/set belongs to.
|
List<ValidValueElement> |
AssetOnboardingValidValues.getValidValueByName(String userId,
String validValueName,
int startFrom,
int pageSize)
Retrieve a specific valid value from the repository.
|
List<ValidValueElement> |
AssetOnboardingValidValues.getValidValueSetMembers(String userId,
String validValueSetGUID,
int startFrom,
int pageSize)
Page through the members of a valid value set.
|
| Constructor and Description |
|---|
ValidValueElement(ValidValueElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
ValidValueElement |
ValidValueResponse.getElement()
Return the metadata element.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidValueElement> |
ValidValuesResponse.getElementList()
Return the list of metadata elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidValueResponse.setElement(ValidValueElement element)
Set up the metadata element to return.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidValuesResponse.setElementList(List<ValidValueElement> elementList)
Set up the list of metadata elements to return.
|
Copyright © 2018–2020 ODPi. All rights reserved.