AssignTermToEntities(String, RequestContent, RequestContext)
|
Assign the given term to the provided list of related objects.
|
AssignTermToEntitiesAsync(String, RequestContent, RequestContext)
|
Assign the given term to the provided list of related objects.
|
CreateGlossary(RequestContent, RequestContext)
|
Create a glossary.
|
CreateGlossaryAsync(RequestContent, RequestContext)
|
Create a glossary.
|
CreateGlossaryCategories(RequestContent, RequestContext)
|
Create glossary category in bulk.
|
CreateGlossaryCategoriesAsync(RequestContent, RequestContext)
|
Create glossary category in bulk.
|
CreateGlossaryCategory(RequestContent, RequestContext)
|
Create a glossary category.
|
CreateGlossaryCategoryAsync(RequestContent, RequestContext)
|
Create a glossary category.
|
CreateGlossaryTerm(RequestContent, Nullable<Boolean>, RequestContext)
|
Create a glossary term.
|
CreateGlossaryTermAsync(RequestContent, Nullable<Boolean>, RequestContext)
|
Create a glossary term.
|
CreateGlossaryTerms(RequestContent, Nullable<Boolean>, RequestContext)
|
Create glossary terms in bulk.
|
CreateGlossaryTermsAsync(RequestContent, Nullable<Boolean>, RequestContext)
|
Create glossary terms in bulk.
|
DeleteGlossary(String, RequestContext)
|
Delete a glossary.
|
DeleteGlossaryAsync(String, RequestContext)
|
Delete a glossary.
|
DeleteGlossaryCategory(String, RequestContext)
|
Delete a glossary category.
|
DeleteGlossaryCategoryAsync(String, RequestContext)
|
Delete a glossary category.
|
DeleteGlossaryTerm(String, RequestContext)
|
Delete a glossary term.
|
DeleteGlossaryTermAsync(String, RequestContext)
|
Delete a glossary term.
|
DeleteTermAssignmentFromEntities(String, RequestContent, RequestContext)
|
Delete the term assignment for the given list of related objects.
|
DeleteTermAssignmentFromEntitiesAsync(String, RequestContent, RequestContext)
|
Delete the term assignment for the given list of related objects.
|
ExportGlossaryTermsAsCsv(String, RequestContent, Nullable<Boolean>, RequestContext)
|
Export Glossary Terms as csv file.
|
ExportGlossaryTermsAsCsvAsync(String, RequestContent, Nullable<Boolean>, RequestContext)
|
Export Glossary Terms as csv file.
|
GetCategoryTerms(String, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get all terms associated with the specific category.
|
GetCategoryTermsAsync(String, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get all terms associated with the specific category.
|
GetDetailedGlossary(String, Nullable<Boolean>, RequestContext)
|
Get a specific glossary with detailed information.
|
GetDetailedGlossaryAsync(String, Nullable<Boolean>, RequestContext)
|
Get a specific glossary with detailed information.
|
GetEntitiesAssignedWithTerm(String, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get all related objects assigned with the specified term.
|
GetEntitiesAssignedWithTermAsync(String, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get all related objects assigned with the specified term.
|
GetGlossaries(Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, RequestContext)
|
Get all glossaries registered with Atlas.
|
GetGlossariesAsync(Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, RequestContext)
|
Get all glossaries registered with Atlas.
|
GetGlossary(String, RequestContext)
|
Get a specific Glossary by its GUID.
|
GetGlossaryAsync(String, RequestContext)
|
Get a specific Glossary by its GUID.
|
GetGlossaryCategories(String, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get the categories belonging to a specific glossary.
|
GetGlossaryCategoriesAsync(String, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get the categories belonging to a specific glossary.
|
GetGlossaryCategoriesHeaders(String, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get the category headers belonging to a specific glossary.
|
GetGlossaryCategoriesHeadersAsync(String, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get the category headers belonging to a specific glossary.
|
GetGlossaryCategory(String, RequestContext)
|
Get specific glossary category by its GUID.
|
GetGlossaryCategoryAsync(String, RequestContext)
|
Get specific glossary category by its GUID.
|
GetGlossaryTerm(String, Nullable<Boolean>, IEnumerable<String>, RequestContext)
|
Get a specific glossary term by its GUID.
|
GetGlossaryTermAsync(String, Nullable<Boolean>, IEnumerable<String>, RequestContext)
|
Get a specific glossary term by its GUID.
|
GetGlossaryTermHeaders(String, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get term headers belonging to a specific glossary.
|
GetGlossaryTermHeadersAsync(String, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get term headers belonging to a specific glossary.
|
GetGlossaryTerms(String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get terms belonging to a specific glossary.
|
GetGlossaryTermsAsync(String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get terms belonging to a specific glossary.
|
GetImportCsvOperationStatus(String, RequestContext)
|
Get the status of import csv operation.
|
GetImportCsvOperationStatusAsync(String, RequestContext)
|
Get the status of import csv operation.
|
GetRelatedCategories(String, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get all related categories (parent and children). Limit, offset, and sort parameters are currently not being enabled and won't work even they are passed.
|
GetRelatedCategoriesAsync(String, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get all related categories (parent and children). Limit, offset, and sort parameters are currently not being enabled and won't work even they are passed.
|
GetRelatedTerms(String, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get all related terms for a specific term by its GUID. Limit, offset, and sort parameters are currently not being enabled and won't work even they are passed.
|
GetRelatedTermsAsync(String, Nullable<Int32>, Nullable<Int32>, String, RequestContext)
|
Get all related terms for a specific term by its GUID. Limit, offset, and sort parameters are currently not being enabled and won't work even they are passed.
|
GetTermsByGlossaryName(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, RequestContext)
|
Get terms by glossary name.
|
GetTermsByGlossaryNameAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, RequestContext)
|
Get terms by glossary name.
|
ImportGlossaryTermsViaCsv(WaitUntil, String, RequestContent, Nullable<Boolean>, RequestContext)
|
Import Glossary Terms from local csv file.
|
ImportGlossaryTermsViaCsvAsync(WaitUntil, String, RequestContent, Nullable<Boolean>, RequestContext)
|
Import Glossary Terms from local csv file.
|
ImportGlossaryTermsViaCsvByGlossaryName(WaitUntil, String, RequestContent, Nullable<Boolean>, RequestContext)
|
Import Glossary Terms from local csv file by glossaryName.
|
ImportGlossaryTermsViaCsvByGlossaryNameAsync(WaitUntil, String, RequestContent, Nullable<Boolean>, RequestContext)
|
Import Glossary Terms from local csv file by glossaryName.
|
PartialUpdateGlossary(String, RequestContent, Nullable<Boolean>, RequestContext)
|
Update the glossary partially. Some properties such as qualifiedName are not allowed to be updated.
|
PartialUpdateGlossaryAsync(String, RequestContent, Nullable<Boolean>, RequestContext)
|
Update the glossary partially. Some properties such as qualifiedName are not allowed to be updated.
|
PartialUpdateGlossaryCategory(String, RequestContent, RequestContext)
|
Update the glossary category partially.
|
PartialUpdateGlossaryCategoryAsync(String, RequestContent, RequestContext)
|
Update the glossary category partially.
|
PartialUpdateGlossaryTerm(String, RequestContent, Nullable<Boolean>, RequestContext)
|
Update the glossary term partially.
|
PartialUpdateGlossaryTermAsync(String, RequestContent, Nullable<Boolean>, RequestContext)
|
Update the glossary term partially.
|
RemoveTermAssignmentFromEntities(String, RequestContent, RequestContext)
|
Delete the term assignment for the given list of related objects.
|
RemoveTermAssignmentFromEntitiesAsync(String, RequestContent, RequestContext)
|
Delete the term assignment for the given list of related objects.
|
UpdateGlossary(String, RequestContent, RequestContext)
|
Update the given glossary.
|
UpdateGlossaryAsync(String, RequestContent, RequestContext)
|
Update the given glossary.
|
UpdateGlossaryCategory(String, RequestContent, RequestContext)
|
Update the given glossary category by its GUID.
|
UpdateGlossaryCategoryAsync(String, RequestContent, RequestContext)
|
Update the given glossary category by its GUID.
|
UpdateGlossaryTerm(String, RequestContent, Nullable<Boolean>, RequestContext)
|
Update the given glossary term by its GUID.
|
UpdateGlossaryTermAsync(String, RequestContent, Nullable<Boolean>, RequestContext)
|
Update the given glossary term by its GUID.
|