Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.elements.MeaningElement
-
Packages that use MeaningElement 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 The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetconsumer.rest This package defines the beans used to build the REST request payloads. -
-
Uses of MeaningElement in org.odpi.openmetadata.accessservices.assetconsumer.api
Methods in org.odpi.openmetadata.accessservices.assetconsumer.api that return MeaningElement Modifier and Type Method Description MeaningElementAssetConsumerGlossaryInterface. 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.Methods in org.odpi.openmetadata.accessservices.assetconsumer.api that return types with arguments of type MeaningElement Modifier and Type Method 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. -
Uses of MeaningElement in org.odpi.openmetadata.accessservices.assetconsumer.elements
Constructors in org.odpi.openmetadata.accessservices.assetconsumer.elements with parameters of type MeaningElement Constructor Description MeaningElement(MeaningElement template)Copy/clone constructor -
Uses of MeaningElement in org.odpi.openmetadata.accessservices.assetconsumer.rest
Methods in org.odpi.openmetadata.accessservices.assetconsumer.rest that return MeaningElement Modifier and Type Method Description MeaningElementGlossaryTermResponse. getMeaning()Return the glossary term object.Methods in org.odpi.openmetadata.accessservices.assetconsumer.rest that return types with arguments of type MeaningElement Modifier and Type Method Description List<MeaningElement>GlossaryTermListResponse. getMeanings()Return the list of glossary terms in the response.Methods in org.odpi.openmetadata.accessservices.assetconsumer.rest with parameters of type MeaningElement Modifier and Type Method Description voidGlossaryTermResponse. setMeaning(MeaningElement meaning)Set up the glossary term object.Method parameters in org.odpi.openmetadata.accessservices.assetconsumer.rest with type arguments of type MeaningElement Modifier and Type Method Description voidGlossaryTermListResponse. setMeanings(List<MeaningElement> meanings)Set up the list of glossary terms for the response.
-