- getAllGlossaries(String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.GlossaryResource
-
Extract all glossary definitions
- getAntonyms(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract antonyms
- getAssignedElements(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract assigned elements
- getAttributes(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract attributes
- getCategoriesViaCategoryAnchorRelationships(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.CategoryResource
-
Extract category definitions for the given glossary GUID via the 'CategoryAnchor' type relationships
- getCategory(String, String, String) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.CategoryResource
-
Extract the category definition for the given GUID
- getCategoryHomeGlossary(String, String, String) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.GlossaryResource
-
Extract a category's home glossary
- getExternalGlossaryLinks(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.CategoryResource
-
Extract external glossary link definitions for the given category
- getExternalGlossaryLinks(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.GlossaryResource
-
Extract the external glossary link definitions
- getExternalGlossaryLinks(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract external glossary link definitions for the given term
- getGlossary(String, String, String) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.GlossaryResource
-
Extract a glossary definition
- getIsA(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract "is a"
- getPreferredTerms(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract preferred terms
- getRelatedTerms(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract related terms
- getReplacementTerms(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract replacement terms
- getSubcategories(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.CategoryResource
-
Extract subcategory definitions for the given GUID
- getSubtypes(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract subtypes
- getSynonyms(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract synonyms
- getTerm(String, String, String) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract a term definition for the given GUID
- getTermHomeGlossary(String, String, String) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.GlossaryResource
-
Extract a term's home glossary
- getTermsViaTermAnchorRelationships(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract term definitions for the given glossary GUID via the 'TermAnchor' type relationships
- getTermsViaTermCategorizationRelationships(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract term definitions for the given GUID via the 'TermCategorization' type relationships
- getTranslations(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract translations
- getTypes(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract types
- getUsedInContexts(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract "used in contexts"
- getValidValues(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.glossaryview.server.spring.TermResource
-
Extract valid values
- GlossaryResource - Class in org.odpi.openmetadata.accessservices.glossaryview.server.spring
-
Spring Rest Controller defining 'Glossary' oriented endpoints
- GlossaryResource() - Constructor for class org.odpi.openmetadata.accessservices.glossaryview.server.spring.GlossaryResource
-
Called by Spring