| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetconsumer.api |
The API package defines the Java interfaces supported by the Asset Consumer OMAS.
|
| org.odpi.openmetadata.accessservices.assetconsumer.elements | |
| org.odpi.openmetadata.accessservices.assetconsumer.rest |
This package defines the beans used to build the REST request payloads.
|
| Modifier and Type | Method and Description |
|---|---|
MeaningElement |
AssetConsumerGlossaryInterface.getMeaning(String userId,
String guid)
Return the full definition (meaning) of a term using the unique identifier of the glossary term
that contains the definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<MeaningElement> |
AssetConsumerGlossaryInterface.findMeanings(String userId,
String term,
int startFrom,
int pageSize)
Return the full definition (meaning) of the terms matching the supplied name.
|
List<MeaningElement> |
AssetConsumerGlossaryInterface.getMeaningByName(String userId,
String term,
int startFrom,
int pageSize)
Return the full definition (meaning) of the terms exactly matching the supplied name.
|
| Constructor and Description |
|---|
MeaningElement(MeaningElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
MeaningElement |
GlossaryTermResponse.getMeaning()
Return the glossary term object.
|
| Modifier and Type | Method and Description |
|---|---|
List<MeaningElement> |
GlossaryTermListResponse.getMeanings()
Return the list of glossary terms in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryTermResponse.setMeaning(MeaningElement meaning)
Set up the glossary term object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryTermListResponse.setMeanings(List<MeaningElement> meanings)
Set up the list of glossary terms for the response.
|
Copyright © 2018–2020 ODPi. All rights reserved.