Uses of Class
com.azure.analytics.purview.datamap.models.AtlasGlossaryTerm
Packages that use AtlasGlossaryTerm
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasGlossaryTerm in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return AtlasGlossaryTermModifier and TypeMethodDescriptionGlossaryClient.createTerm(AtlasGlossaryTerm body) Create a glossary term.GlossaryClient.createTerm(AtlasGlossaryTerm body, Boolean includeTermHierarchy) Create a glossary term.Get a specific glossary term by its GUID.GlossaryClient.partialUpdateTerm(String termId, Map<String, String> body) Update the glossary term partially.GlossaryClient.partialUpdateTerm(String termId, Map<String, String> body, Boolean includeTermHierarchy) Update the glossary term partially.GlossaryClient.updateTerm(String termId, AtlasGlossaryTerm body) Update the given glossary term by its GUID.GlossaryClient.updateTerm(String termId, AtlasGlossaryTerm body, Boolean includeTermHierarchy) Update the given glossary term by its GUID.Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasGlossaryTermModifier and TypeMethodDescriptionGlossaryAsyncClient.createTerm(AtlasGlossaryTerm body) Create a glossary term.GlossaryAsyncClient.createTerm(AtlasGlossaryTerm body, Boolean includeTermHierarchy) Create a glossary term.GlossaryAsyncClient.createTerms(List<AtlasGlossaryTerm> body) Create glossary terms in bulk.GlossaryAsyncClient.createTerms(List<AtlasGlossaryTerm> body, Boolean includeTermHierarchy) Create glossary terms in bulk.GlossaryClient.createTerms(List<AtlasGlossaryTerm> body) Create glossary terms in bulk.GlossaryClient.createTerms(List<AtlasGlossaryTerm> body, Boolean includeTermHierarchy) Create glossary terms in bulk.Get a specific glossary term by its GUID.Get terms belonging to a specific glossary.Get terms belonging to a specific glossary.Get terms belonging to a specific glossary.Get terms belonging to a specific glossary.GlossaryAsyncClient.partialUpdateTerm(String termId, Map<String, String> body) Update the glossary term partially.GlossaryAsyncClient.partialUpdateTerm(String termId, Map<String, String> body, Boolean includeTermHierarchy) Update the glossary term partially.GlossaryAsyncClient.updateTerm(String termId, AtlasGlossaryTerm body) Update the given glossary term by its GUID.GlossaryAsyncClient.updateTerm(String termId, AtlasGlossaryTerm body, Boolean includeTermHierarchy) Update the given glossary term by its GUID.Methods in com.azure.analytics.purview.datamap with parameters of type AtlasGlossaryTermModifier and TypeMethodDescriptionGlossaryAsyncClient.createTerm(AtlasGlossaryTerm body) Create a glossary term.GlossaryAsyncClient.createTerm(AtlasGlossaryTerm body, Boolean includeTermHierarchy) Create a glossary term.GlossaryClient.createTerm(AtlasGlossaryTerm body) Create a glossary term.GlossaryClient.createTerm(AtlasGlossaryTerm body, Boolean includeTermHierarchy) Create a glossary term.GlossaryAsyncClient.updateTerm(String termId, AtlasGlossaryTerm body) Update the given glossary term by its GUID.GlossaryAsyncClient.updateTerm(String termId, AtlasGlossaryTerm body, Boolean includeTermHierarchy) Update the given glossary term by its GUID.GlossaryClient.updateTerm(String termId, AtlasGlossaryTerm body) Update the given glossary term by its GUID.GlossaryClient.updateTerm(String termId, AtlasGlossaryTerm body, Boolean includeTermHierarchy) Update the given glossary term by its GUID.Method parameters in com.azure.analytics.purview.datamap with type arguments of type AtlasGlossaryTermModifier and TypeMethodDescriptionGlossaryAsyncClient.createTerms(List<AtlasGlossaryTerm> body) Create glossary terms in bulk.GlossaryAsyncClient.createTerms(List<AtlasGlossaryTerm> body, Boolean includeTermHierarchy) Create glossary terms in bulk.GlossaryClient.createTerms(List<AtlasGlossaryTerm> body) Create glossary terms in bulk.GlossaryClient.createTerms(List<AtlasGlossaryTerm> body, Boolean includeTermHierarchy) Create glossary terms in bulk. -
Uses of AtlasGlossaryTerm in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasGlossaryTermModifier and TypeMethodDescriptionstatic AtlasGlossaryTermAtlasGlossaryTerm.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasGlossaryTerm from the JsonReader.AtlasGlossaryTerm.setAbbreviation(String abbreviation) Set the abbreviation property: The abbreviation of the term.AtlasGlossaryTerm.setAnchor(AtlasGlossaryHeader anchor) Set the anchor property: The glossary header with basic information.AtlasGlossaryTerm.setAntonyms(List<AtlasRelatedTermHeader> antonyms) Set the antonyms property: An array of related term headers as antonyms.AtlasGlossaryTerm.setAssignedEntities(List<AtlasRelatedObjectId> assignedEntities) Set the assignedEntities property: An array of related object IDs.AtlasGlossaryTerm.setAttributes(Map<String, Map<String, com.azure.core.util.BinaryData>> attributes) Set the attributes property: The custom attributes of the term, which is map<string,map<string,object>>.AtlasGlossaryTerm.setCategories(List<AtlasTermCategorizationHeader> categories) Set the categories property: An array of term categorization headers.AtlasGlossaryTerm.setClassifications(List<AtlasClassification> classifications) Set the classifications property: An array of classifications.AtlasGlossaryTerm.setClassifies(List<AtlasRelatedTermHeader> classifies) Set the classifies property: An array of related term headers.AtlasGlossaryTerm.setContacts(Map<String, List<ContactInfo>> contacts) Set the contacts property: The dictionary of contacts for terms.AtlasGlossaryTerm.setCreatedBy(String createdBy) Set the createdBy property: The user who created the record.AtlasGlossaryTerm.setCreateTime(Long createTime) Set the createTime property: The created time of the record.AtlasGlossaryTerm.setExamples(List<String> examples) Set the examples property: An array of examples.Set the guid property: The GUID of the object.AtlasGlossaryTerm.setHierarchyInfo(List<PurviewObjectId> hierarchyInfo) Set the hierarchyInfo property: The hierarchy information of the term.AtlasGlossaryTerm.setIsA(List<AtlasRelatedTermHeader> isA) Set the isA property: An array of related term headers indicating the is-a relationship.AtlasGlossaryTerm.setLastModifiedTS(String lastModifiedTS) Set the lastModifiedTS property: ETag for concurrency control.AtlasGlossaryTerm.setLongDescription(String longDescription) Set the longDescription property: The long version description.Set the name property: The name of the glossary object.AtlasGlossaryTerm.setNickName(String nickName) Set the nickName property: The nick name of the term.AtlasGlossaryTerm.setPreferredTerms(List<AtlasRelatedTermHeader> preferredTerms) Set the preferredTerms property: An array of preferred related term headers.AtlasGlossaryTerm.setPreferredToTerms(List<AtlasRelatedTermHeader> preferredToTerms) Set the preferredToTerms property: An array of related term headers that are preferred to.AtlasGlossaryTerm.setQualifiedName(String qualifiedName) Set the qualifiedName property: The qualified name of the glossary object.AtlasGlossaryTerm.setReplacedBy(List<AtlasRelatedTermHeader> replacedBy) Set the replacedBy property: An array of related term headers that are replaced by.AtlasGlossaryTerm.setReplacementTerms(List<AtlasRelatedTermHeader> replacementTerms) Set the replacementTerms property: An array of related term headers for replacement.AtlasGlossaryTerm.setResources(List<ResourceLink> resources) Set the resources property: An array of resource link for term.AtlasGlossaryTerm.setSeeAlso(List<AtlasRelatedTermHeader> seeAlso) Set the seeAlso property: An array of related term headers for see also.AtlasGlossaryTerm.setShortDescription(String shortDescription) Set the shortDescription property: The short version of description.AtlasGlossaryTerm.setStatus(TermStatus status) Set the status property: Status of the AtlasGlossaryTerm.AtlasGlossaryTerm.setSynonyms(List<AtlasRelatedTermHeader> synonyms) Set the synonyms property: An array of related term headers as synonyms.AtlasGlossaryTerm.setTemplateName(List<com.azure.core.util.BinaryData> templateName) Set the templateName property: The name of the template.AtlasGlossaryTerm.setTranslatedTerms(List<AtlasRelatedTermHeader> translatedTerms) Set the translatedTerms property: An array of translated related term headers.AtlasGlossaryTerm.setTranslationTerms(List<AtlasRelatedTermHeader> translationTerms) Set the translationTerms property: An array of related term headers for translation.AtlasGlossaryTerm.setUpdatedBy(String updatedBy) Set the updatedBy property: The user who updated the record.AtlasGlossaryTerm.setUpdateTime(Long updateTime) Set the updateTime property: The update time of the record.Set the usage property: The usage of the term.AtlasGlossaryTerm.setValidValues(List<AtlasRelatedTermHeader> validValues) Set the validValues property: An array of related term headers as valid values.AtlasGlossaryTerm.setValidValuesFor(List<AtlasRelatedTermHeader> validValuesFor) Set the validValuesFor property: An array of related term headers as valid values for other records.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type AtlasGlossaryTermModifier and TypeMethodDescriptionAtlasGlossaryExtInfo.getTermInfo()Get the termInfo property: The glossary term information.