Uses of Class
org.odpi.openmetadata.commonservices.ocf.metadatamanagement.properties.GlossaryTerm
-
Packages that use GlossaryTerm Package Description org.odpi.openmetadata.commonservices.ocf.metadatamanagement.properties This package contains all of the beans for metadata objects in addition to the beans defined in the Open Connector Framework (OCF).org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest -
-
Uses of GlossaryTerm in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.properties
Constructors in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.properties with parameters of type GlossaryTerm Constructor Description GlossaryTerm(GlossaryTerm template)Copy/clone Constructor - the resulting object. -
Uses of GlossaryTerm in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest
Methods in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest that return GlossaryTerm Modifier and Type Method Description GlossaryTermGlossaryTermResponse. getGlossaryTerm()Return the glossary term object.Methods in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest that return types with arguments of type GlossaryTerm Modifier and Type Method Description List<GlossaryTerm>GlossaryTermListResponse. getMeanings()Return the list of glossary terms in the response.Methods in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest with parameters of type GlossaryTerm Modifier and Type Method Description voidGlossaryTermResponse. setGlossaryTerm(GlossaryTerm glossaryTerm)Set up the glossary term object.Method parameters in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest with type arguments of type GlossaryTerm Modifier and Type Method Description voidGlossaryTermListResponse. setMeanings(List<GlossaryTerm> meanings)Set up the list of glossary terms for the response.
-