Skip navigation links
C D F G O R U 

C

createAntonym(String, String, Antonym) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create an antonym relationship, which is a link between glossary terms that have the opposite meaning.
createCategory(String, String, Category) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewCategoryRESTResource
Create a Category.
createCategoryAnchor(String, String, CategoryAnchor) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create a categoryAnchor Relationship.
createGlossary(String, String, Glossary) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewGlossaryRESTResource
Create a Glossary.
createiSARelationship(String, String, IsA) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create a iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
createMultipleTermsInAGlossary(String, String, String, Term[]) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewGlossaryRESTResource
Create the supplied list of Terms in the glossary, identified by the supplied guid.
createPreferredTerm(String, String, PreferredTerm) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create a preferredTerm relationship, which is a link between glossary terms, it is a Link to an alternative term that the organization prefers is used.
createProject(String, String, Project) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewProjectRESTResource
Create a Project.
createProjectScopeRelationship(String, String, ProjectScope) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create a project scope relationship, which is a link between the project content and the project.
createRelatedTerm(String, String, RelatedTerm) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create a RelatedTerm.
createReplacementTerm(String, String, ReplacementTerm) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
createSynonym(String, String, Synonym) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create a synonym relationship, which is a link between glossary terms that have the same meaning.
createTerm(String, String, Term) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewTermRESTResource
Create a Term.
createTermAnchor(String, String, TermAnchor) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create a termAnchor Relationship.
createTermCategorization(String, String, Categorization) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create a termCategorization Relationship.
createTermHasARelationship(String, String, HasA) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create a TermHasARelationship is the relationship between a spine object and a spine attribute.
createTermIsATypeOfRelationship(String, String, IsATypeOf) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create a termIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
createtermTYPEDBYRelationship(String, String, TypedBy) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
createTranslation(String, String, Translation) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create a translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
createusedInContext(String, String, UsedInContext) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
createValidValue(String, String, ValidValue) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Create a validValue relationship, which is a link between glossary terms that have the same meaning.

D

deleteAntonymRelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a Antonym relationship
deleteCategory(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewCategoryRESTResource
Delete a Category instance
deleteCategoryAnchorRelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a CategoryAnchor Relationship.
deleteGlossary(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewGlossaryRESTResource
Delete a Glossary instance
deletePreferredTermRelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a PreferredTerm relationship, which is a link between glossary terms, it is a Link to an alternative term that the organization prefers is used.
deleteProject(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewProjectRESTResource
Delete a Project instance
deleteProjectScopeRelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a Project scope relationship which is a link between the project content and the project.
deleteRelatedTerm(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a Related Term relationship
deleteReplacementTermRelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a ReplacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
deleteSynonymRelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a Synonym relationship
deleteTerm(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewTermRESTResource
Delete a Term instance
deleteTermAnchorRelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a TermAnchor Relationship.
deleteTermCategorizationRelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a TermCategorization Relationship.
deleteTermHasARelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a Term HAS A relationship
deleteTermIsARelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a IsARelationship relationship, which is a link between a more general glossary term and a more specific definition.
deleteTermIsaTypeOfRelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a TermIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
deleteTranslationRelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a Translation relationshiptranslation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
deleteTypedByRelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a TermTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
deleteUsedInContextRelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a UsedInContext relationship which is a link between glossary terms, where one describes the context where the other one is valid to use.
deleteValidValueRelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Delete a ValidValue relationship

F

findCategory(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewCategoryRESTResource
Find Category
findGlossary(String, String, String, Date, int, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewGlossaryRESTResource
Find Glossary
findProject(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewProjectRESTResource
Find Project
findTerm(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewTermRESTResource
Find Term

G

getAntonymRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a antonym relationship
getBreadCrumbTrail(String, String, String, String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewGlossaryRESTResource
Get BreadCrumbTrail.
getCategorizedTerms(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewCategoryRESTResource
Get the terms that are categorized by this Category
getCategory(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewCategoryRESTResource
Get a category.
getCategoryAnchorRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a categoryAnchor Relationship.
getCategoryChildren(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewCategoryRESTResource
Get this Category's child Categories.
getCategoryRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewCategoryRESTResource
Get Category relationships.
getGlossary(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewGlossaryRESTResource
Get a glossary.
getGlossary(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewGonfigRESTResource
Get a config.
getGlossaryCategories(String, String, String, int, Integer, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewGlossaryRESTResource
Get the Categories owned by this glossary.
getGlossaryRelationships(String, String, String, Date, int, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewGlossaryRESTResource
Get Glossary relationships.
getGlossaryTerms(String, String, String, int, Integer) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewGlossaryRESTResource
Get terms that are owned by this glossary.
getIsARelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
getPreferredTermRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a preferredTerm relationship, which is a link between glossary terms, it is a Link to an alternative term that the organization prefers is used.
getProject(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewProjectRESTResource
Get a project.
getProjectRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewProjectRESTResource
Get Project relationships.
getProjectScopeRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a project scope relationship, which is a link between the project content and the project.
getRelatedTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a related Term relationship.
getReplacementTermRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
getSemanticAssignmentRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a SemanticAssignment relationship, Links a glossary term to another element such as an asset or schema element to define its meaning.
getSynonymRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a synonym relationship, which is a link between glossary terms that have the same meaning.
getTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewTermRESTResource
Get a term.
getTermAnchorRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a termAnchor Relationship.
getTermCategories(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewTermRESTResource
Get the Categories categorizing this Term.
getTermCategorizationRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a termCategorization Relationship.
getTermHasARelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a Term HAS A relationship
getTermIsATypeOfRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a termIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
getTermRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewTermRESTResource
Get Term relationships.
getTranslationRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a translation relationshiptranslation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
getTYPEDBYRelationshipRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
getUsedInContextRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
getValidValueRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Get a validValue relationship, which is a link between glossary terms that have the same meaning.
GlossaryAuthorViewCategoryRESTResource - Class in org.odpi.openmetadata.viewservices.glossaryauthor.server
The GlossaryAuthorRESTServicesInstance provides the org.odpi.openmetadata.viewervices.glossaryauthor.server implementation of the Glossary Author Open Metadata View Service (OMVS) for categories.
GlossaryAuthorViewCategoryRESTResource() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewCategoryRESTResource
Default constructor
GlossaryAuthorViewGlossaryRESTResource - Class in org.odpi.openmetadata.viewservices.glossaryauthor.server
The GlossaryAuthorRESTServicesInstance provides the org.odpi.openmetadata.viewservices.glossaryauthor.server implementation of the Glossary Author Open Metadata View Service (OMVS) for glossaries.
GlossaryAuthorViewGlossaryRESTResource() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewGlossaryRESTResource
Default constructor
GlossaryAuthorViewGonfigRESTResource - Class in org.odpi.openmetadata.viewservices.glossaryauthor.server
The GlossaryAuthorRESTServicesInstance provides the org.odpi.openmetadata.viewservices.glossaryauthor.server implementation of the Glossary Author Open Metadata View Service (OMVS) for glossaries.
GlossaryAuthorViewGonfigRESTResource() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewGonfigRESTResource
Default constructor
GlossaryAuthorViewProjectRESTResource - Class in org.odpi.openmetadata.viewservices.glossaryauthor.server
The GlossaryAuthorRESTServicesInstance provides the org.odpi.openmetadata.viewservices.glossaryauthor.server implementation of the Glossary Author Open Metadata View Service (OMVS) for projects.
GlossaryAuthorViewProjectRESTResource() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewProjectRESTResource
Default constructor
GlossaryAuthorViewRelationshipRESTResource - Class in org.odpi.openmetadata.viewservices.glossaryauthor.server
The GlossaryAuthorRESTServicesInstance provides the org.odpi.openmetadata.viewservices.glossaryauthor.server implementation of the Glossary Author Open Metadata View Service (OMVS) for relationships.
GlossaryAuthorViewRelationshipRESTResource() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Default constructor
GlossaryAuthorViewTermRESTResource - Class in org.odpi.openmetadata.viewservices.glossaryauthor.server
The GlossaryAuthorRESTServicesInstance provides the org.odpi.openmetadata.viewervices.glossaryauthor.server implementation of the Glossary Author Open Metadata View Service (OMVS) for terms.
GlossaryAuthorViewTermRESTResource() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewTermRESTResource
Default constructor

O

org.odpi.openmetadata.viewservices.glossaryauthor.server - package org.odpi.openmetadata.viewservices.glossaryauthor.server
 

R

restoreAntonym(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a Antonym
restoreCategory(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewCategoryRESTResource
Restore a Category
restoreCategoryAnchorRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a CategoryAnchor Relationship.
restoreGlossary(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewGlossaryRESTResource
Restore a Glossary
restoreIsaRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a Isa Relationship
restorePreferredTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a PreferredTerm
restoreProject(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewProjectRESTResource
Restore a Project
restoreProjectScopeRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a ProjectScope, which is a link between the project content and the project.
restoreRelatedTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a related Term relationship.
restoreReplacementTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a ReplacementTerm
restoreSynonym(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a Synonym
restoreTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewTermRESTResource
Restore a Term
restoreTermAnchorRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a TermAnchor Relationship.
restoreTermCategorizationRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a TermCategorization Relationship.
restoreTermHasARelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a has a relationship.
restoreTermIsaTypeOfRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a Is a Type Of Relationship
restoreTermTYPEDBYRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a Term TYPED BY relationship
restoreTranslation(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a Translation
restoreUsedInContext(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a UsedInContext
restoreValidValue(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Restore a ValidValue

U

updateAntonymRelationship(String, String, String, Antonym, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a Antonym relationship which is a link between glossary terms that have the opposite meaning
updateCategory(String, String, String, Category, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewCategoryRESTResource
Update a Category
updateCategoryAnchorRelationship(String, String, String, CategoryAnchor, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a categoryAnchor Relationship.
updateGlossary(String, String, String, Glossary, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewGlossaryRESTResource
Update a Glossary
updateIsARelationship(String, String, String, IsA, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a IsARelationship relationship, which is a link between a more general glossary term and a more specific definition.
updateIsARelationship(String, String, String, IsATypeOf, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a IsARelationship relationship, which is a link between a more general glossary term and a more specific definition.
updatePreferredTermRelationship(String, String, String, PreferredTerm, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a PreferredTerm relationship, which is a link between glossary terms, it is a Link to an alternative term that the organization prefers is used.
updateProject(String, String, String, Project, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewProjectRESTResource
Update a Project
updateProjectScopeRelationship(String, String, String, ProjectScope, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a Project scope relationship which is a link between the project content and the project.
updateRelatedTerm(String, String, String, RelatedTerm, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a Related Term relationship.
updateReplacementTermRelationship(String, String, String, ReplacementTerm, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a ReplacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
updateSynonymRelationship(String, String, String, Synonym, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a Synonym relationship which is a link between glossary terms that have the same meaning
updateTerm(String, String, String, Term, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewTermRESTResource
Update a Term
updateTermAnchorRelationship(String, String, String, TermAnchor, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a termAnchor Relationship.
updateTermCategorizationRelationship(String, String, String, Categorization, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a termCategorization Relationship.
updateTermHasARelationship(String, String, String, HasA, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a TermHasARelationship is the relationship between a spine object and a spine attribute.
updateTermTYPEDBYRelationship(String, String, String, TypedBy, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a TermTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
updateTranslationRelationship(String, String, String, Translation, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a Translation relationship translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
updateUsedInContextRelationship(String, String, String, UsedInContext, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a UsedInContext relationship which is a link between glossary terms, where one describes the context where the other one is valid to use.
updateValidValueRelationship(String, String, String, ValidValue, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource
Update a ValidValue relationship which is a link between glossary terms that have the same meaning
C D F G O R U 
Skip navigation links

Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.