Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.GlossaryTermElement
-
Packages that use GlossaryTermElement 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 GlossaryTermElement in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return GlossaryTermElement Modifier and Type Method Description GlossaryTermElementGlossaryExchangeInterface. getGlossaryTermByGUID(String userId, String assetManagerGUID, String assetManagerName, String glossaryTermGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the glossary term metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return types with arguments of type GlossaryTermElement Modifier and Type Method Description List<GlossaryTermElement>GlossaryExchangeInterface. findGlossaryTerms(String userId, String assetManagerGUID, String assetManagerName, String searchString, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of glossary term metadata elements that contain the search string.List<GlossaryTermElement>GlossaryExchangeInterface. getGlossaryTermsByName(String userId, String assetManagerGUID, String assetManagerName, String name, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of glossary term metadata elements with a matching qualified or display name.List<GlossaryTermElement>GlossaryExchangeInterface. getTermsForGlossary(String userId, String assetManagerGUID, String assetManagerName, String glossaryGUID, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of glossary terms associated with a glossary.List<GlossaryTermElement>GlossaryExchangeInterface. getTermsForGlossaryCategory(String userId, String assetManagerGUID, String assetManagerName, String glossaryCategoryGUID, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of glossary terms associated with a glossary category. -
Uses of GlossaryTermElement in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type GlossaryTermElement Constructor Description GlossaryTermElement(GlossaryTermElement template)Copy/clone constructor -
Uses of GlossaryTermElement in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return GlossaryTermElement Modifier and Type Method Description GlossaryTermElementGlossaryTermElementResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return types with arguments of type GlossaryTermElement Modifier and Type Method Description List<GlossaryTermElement>GlossaryTermElementsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type GlossaryTermElement Modifier and Type Method Description voidGlossaryTermElementResponse. setElement(GlossaryTermElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.rest with type arguments of type GlossaryTermElement Modifier and Type Method Description voidGlossaryTermElementsResponse. setElementList(List<GlossaryTermElement> elementList)Set up the metadata element to return.
-