Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.GlossaryCategoryElement
-
Packages that use GlossaryCategoryElement Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetmanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of GlossaryCategoryElement in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return GlossaryCategoryElement Modifier and Type Method Description GlossaryCategoryElementGlossaryExchangeInterface. getGlossaryCategoryByGUID(String userId, String assetManagerGUID, String assetManagerName, String glossaryCategoryGUID)Retrieve the glossary category metadata element with the supplied unique identifier.GlossaryCategoryElementGlossaryExchangeInterface. getGlossaryCategoryParent(String userId, String assetManagerGUID, String assetManagerName, String glossaryCategoryGUID)Retrieve the glossary category metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return types with arguments of type GlossaryCategoryElement Modifier and Type Method Description List<GlossaryCategoryElement>GlossaryExchangeInterface. findGlossaryCategories(String userId, String assetManagerGUID, String assetManagerName, String searchString, int startFrom, int pageSize)Retrieve the list of glossary category metadata elements that contain the search string.List<GlossaryCategoryElement>GlossaryExchangeInterface. getCategoriesForGlossary(String userId, String assetManagerGUID, String assetManagerName, String glossaryGUID, int startFrom, int pageSize)Return the list of categories associated with a glossary.List<GlossaryCategoryElement>GlossaryExchangeInterface. getGlossaryCategoriesByName(String userId, String assetManagerGUID, String assetManagerName, String name, int startFrom, int pageSize)Retrieve the list of glossary category metadata elements with a matching qualified or display name.List<GlossaryCategoryElement>GlossaryExchangeInterface. getGlossarySubCategories(String userId, String assetManagerGUID, String assetManagerName, String glossaryCategoryGUID, int startFrom, int pageSize)Retrieve the glossary category metadata element with the supplied unique identifier. -
Uses of GlossaryCategoryElement in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type GlossaryCategoryElement Constructor Description GlossaryCategoryElement(GlossaryCategoryElement template)Copy/clone constructor -
Uses of GlossaryCategoryElement in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return GlossaryCategoryElement Modifier and Type Method Description GlossaryCategoryElementGlossaryCategoryElementResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return types with arguments of type GlossaryCategoryElement Modifier and Type Method Description List<GlossaryCategoryElement>GlossaryCategoryElementsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type GlossaryCategoryElement Modifier and Type Method Description voidGlossaryCategoryElementResponse. setElement(GlossaryCategoryElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.rest with type arguments of type GlossaryCategoryElement Modifier and Type Method Description voidGlossaryCategoryElementsResponse. setElementList(List<GlossaryCategoryElement> elementList)Set up the metadata element to return.
-