| Modifier and Type | Method and Description |
|---|---|
GlossaryTerm |
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<GlossaryTerm> |
AssetConsumerGlossaryInterface.getMeaningByName(String userId,
String term,
int startFrom,
int pageSize)
Return the full definition (meaning) of the terms matching the supplied name.
|
| Constructor and Description |
|---|
GlossaryTerm(GlossaryTerm template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryTerm |
GlossaryTermResponse.getGlossaryTerm()
Return the glossary term object.
|
| Modifier and Type | Method and Description |
|---|---|
List<GlossaryTerm> |
GlossaryTermListResponse.getMeanings()
Return the list of glossary terms in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryTermResponse.setGlossaryTerm(GlossaryTerm glossaryTerm)
Set up the glossary term object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryTermListResponse.setMeanings(List<GlossaryTerm> meanings)
Set up the list of glossary terms for the response.
|
Copyright © 2018–2019 ODPi. All rights reserved.