Class GlossaryAuthorViewRelationshipRESTResource

java.lang.Object
org.odpi.openmetadata.viewservices.glossaryauthor.server.GlossaryAuthorViewRelationshipRESTResource

@RestController @RequestMapping("/servers/{serverName}/open-metadata/view-services/glossary-author/users/{userId}/relationships") public class GlossaryAuthorViewRelationshipRESTResource extends Object
The GlossaryAuthorRESTServicesInstance provides the org.odpi.openmetadata.viewservices.glossaryauthor.server implementation of the Glossary Author Open Metadata View Service (OMVS) for relationships. This interface provides relationship authoring interfaces for subject area experts.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym>
    createAntonym(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym antonym)
    Create an antonym relationship, which is a link between glossary terms that have the opposite meaning.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink>
    createCategoryHierarchyLink(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink categoryHierarchyLink)
    Create a CategoryHierarchyLink Relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsA>
    createiSARelationship(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsA iSARelationship)
    Create a iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf>
    createIsATypeOf(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf IsATypeOf)
    Create a IsATypeOf Relationship relationship, which is an inheritance relationship between two spine objects.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm>
    createPreferredTerm(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm preferredTerm)
    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.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope>
    createProjectScopeRelationship(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope projectScope)
    Create a project scope relationship, which is a link between the project content and the project.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm>
    createRelatedTerm(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm relatedTermRelationship)
    Create a RelatedTerm.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm>
    createReplacementTerm(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm replacementTerm)
    Create a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym>
    createSynonym(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym synonym)
    Create a synonym relationship, which is a link between glossary terms that have the same meaning.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization>
    createTermCategorization(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization termCategorizationRelationship)
    Create a termCategorization Relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.HasA>
    createTermHasARelationship(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.HasA termHasARelationship)
    Create a TermHasARelationship is the relationship between a spine object and a spine attribute.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated>
    createTermIsATypeOfDeprecated(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated TermIsATypeOfDeprecated)
    Deprecated.
    IsATypeOfRelationship it is deprecated; move your instances to use IsATypeOf instead.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy>
    createtermTYPEDBYRelationship(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy termTYPEDBYRelationship)
    Create a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation>
    createTranslation(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation translation)
    Create a translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext>
    createusedInContext(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext usedInContext)
    Create a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue>
    createValidValue(String serverName, String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue validValue)
    Create a validValue relationship, which is a link between glossary terms that have the same meaning.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym>
    deleteAntonymRelationship(String serverName, String userId, String guid)
    Delete a Antonym relationship
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink>
    deleteCategoryHierarchyLink(String serverName, String userId, String guid)
    Delete a CategoryHierarchyLink Relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf>
    deleteIsATypeOf(String serverName, String userId, String guid)
    Delete a IsATypeOf, which is an inheritance relationship between two spine objects.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm>
    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.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope>
    deleteProjectScopeRelationship(String serverName, String userId, String guid)
    Delete a Project scope relationship which is a link between the project content and the project.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm>
    deleteRelatedTerm(String serverName, String userId, String guid)
    Delete a Related Term relationship
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm>
    Delete a ReplacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym>
    deleteSynonymRelationship(String serverName, String userId, String guid)
    Delete a Synonym relationship
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization>
    Delete a TermCategorization Relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.HasA>
    deleteTermHasARelationship(String serverName, String userId, String guid)
    Delete a Term HAS A relationship
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsA>
    deleteTermIsARelationship(String serverName, String userId, String guid)
    Delete a IsARelationship relationship, which is a link between a more general glossary term and a more specific definition.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated>
    deleteTermIsATypeOfDeprecated(String serverName, String userId, String guid)
    Deprecated.
    IsATypeOfRelationship it is deprecated; move your instances to use IsATypeOf instead.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation>
    deleteTranslationRelationship(String serverName, String userId, String guid)
    Delete a Translation relationshiptranslation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy>
    deleteTypedByRelationship(String serverName, String userId, String guid)
    Delete a TermTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext>
    Delete a UsedInContext relationship which is a link between glossary terms, where one describes the context where the other one is valid to use.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue>
    deleteValidValueRelationship(String serverName, String userId, String guid)
    Delete a ValidValue relationship
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym>
    getAntonymRelationship(String serverName, String userId, String guid)
    Get a antonym relationship
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryAnchor>
    getCategoryAnchorRelationship(String serverName, String userId, String guid)
    Get a categoryAnchor Relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink>
    getCategoryHierarchyLink(String serverName, String userId, String guid)
    Get a CategoryHierarchyLink Relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsA>
    getIsARelationship(String serverName, String userId, String guid)
    Get a iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf>
    getIsATypeOf(String serverName, String userId, String guid)
    Get a IsATypeOf Relationship, which is an inheritance relationship between two spine objects.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm>
    getPreferredTermRelationship(String serverName, String userId, String guid)
    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.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope>
    getProjectScopeRelationship(String serverName, String userId, String guid)
    Get a project scope relationship, which is a link between the project content and the project.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm>
    getRelatedTerm(String serverName, String userId, String guid)
    Get a related Term relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm>
    getReplacementTermRelationship(String serverName, String userId, String guid)
    Get a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.SemanticAssignment>
    Get a SemanticAssignment relationship, Links a glossary term to another element such as an asset or schema element to define its meaning.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym>
    getSynonymRelationship(String serverName, String userId, String guid)
    Get a synonym relationship, which is a link between glossary terms that have the same meaning.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermAnchor>
    getTermAnchorRelationship(String serverName, String userId, String guid)
    Get a termAnchor Relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization>
    Get a termCategorization Relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.HasA>
    getTermHasARelationship(String serverName, String userId, String guid)
    Get a Term HAS A relationship
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated>
    getTermIsATypeOfDeprecated(String serverName, String userId, String guid)
    Deprecated.
    IsATypeOfRelationship it is deprecated; move your instances to use IsATypeOf instead.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation>
    getTranslationRelationship(String serverName, String userId, String guid)
    Get a translation relationshiptranslation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy>
    getTYPEDBYRelationship(String serverName, String userId, String guid)
    Get a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext>
    getUsedInContextRelationship(String serverName, String userId, String guid)
    Get a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue>
    getValidValueRelationship(String serverName, String userId, String guid)
    Get a validValue relationship, which is a link between glossary terms that have the same meaning.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym>
    restoreAntonym(String serverName, String userId, String guid)
    Restore a Antonym
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink>
    restoreCategoryHierarchyLink(String serverName, String userId, String guid)
    Restore a CategoryHierarchyLink Relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsA>
    restoreIsaRelationship(String serverName, String userId, String guid)
    Restore a Isa Relationship
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf>
    restoreIsATypeOf(String serverName, String userId, String guid)
    Restore a 'IsATypeOf' Relationship
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm>
    restorePreferredTerm(String serverName, String userId, String guid)
    Restore a PreferredTerm
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope>
    Restore a ProjectScope, which is a link between the project content and the project.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm>
    restoreRelatedTerm(String serverName, String userId, String guid)
    Restore a related Term relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm>
    restoreReplacementTerm(String serverName, String userId, String guid)
    Restore a ReplacementTerm
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym>
    restoreSynonym(String serverName, String userId, String guid)
    Restore a Synonym
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization>
    Restore a TermCategorization Relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.HasA>
    restoreTermHasARelationship(String serverName, String userId, String guid)
    Restore a has a relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated>
    restoreTermIsATypeOfDeprecated(String serverName, String userId, String guid)
    Deprecated.
    IsATypeOfRelationship it is deprecated; move your instances to use IsATypeOf instead.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy>
    restoreTermTYPEDBYRelationship(String serverName, String userId, String guid)
    Restore a Term TYPED BY relationship
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation>
    restoreTranslation(String serverName, String userId, String guid)
    Restore a Translation
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext>
    restoreUsedInContext(String serverName, String userId, String guid)
    Restore a UsedInContext
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue>
    restoreValidValue(String serverName, String userId, String guid)
    Restore a ValidValue
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym>
    updateAntonymRelationship(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym antonym, Boolean isReplace)
    Update a Antonym relationship which is a link between glossary terms that have the opposite meaning
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink>
    updateCategoryHierarchyLink(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink categoryHierarchyLink, Boolean isReplace)
    Update a CategoryHierarchyLink Relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsA>
    updateIsARelationship(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsA isa, Boolean isReplace)
    Update a IsARelationship relationship, which is a link between a more general glossary term and a more specific definition.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated>
    updateIsARelationship(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated isatypeof, Boolean isReplace)
    Deprecated.
    IsATypeOfRelationship it is deprecated; move your instances to use IsATypeOf instead.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf>
    updateIsATypeOf(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf IsATypeOf, Boolean isReplace)
    Update a IsATypeOf Relationship, which is an inheritance relationship between two spine objects.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm>
    updatePreferredTermRelationship(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm preferredTerm, Boolean isReplace)
    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.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope>
    updateProjectScopeRelationship(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope projectScope, Boolean isReplace)
    Update a Project scope relationship which is a link between the project content and the project.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm>
    updateRelatedTerm(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm relatedTermRelationship, Boolean isReplace)
    Update a Related Term relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm>
    updateReplacementTermRelationship(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm replacementTerm, Boolean isReplace)
    Update a ReplacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym>
    updateSynonymRelationship(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym synonym, Boolean isReplace)
    Update a Synonym relationship which is a link between glossary terms that have the same meaning
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization>
    updateTermCategorizationRelationship(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization categorization, Boolean isReplace)
    Update a termCategorization Relationship.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.HasA>
    updateTermHasARelationship(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.HasA termHasARelationship, Boolean isReplace)
    Update a TermHasARelationship is the relationship between a spine object and a spine attribute.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy>
    updateTermTYPEDBYRelationship(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy termTYPEDBYRelationship, Boolean isReplace)
    Update a TermTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation>
    updateTranslationRelationship(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation translation, Boolean isReplace)
    Update a Translation relationship translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext>
    updateUsedInContextRelationship(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext usedInContext, Boolean isReplace)
    Update a UsedInContext relationship which is a link between glossary terms, where one describes the context where the other one is valid to use.
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue>
    updateValidValueRelationship(String serverName, String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue validValue, Boolean isReplace)
    Update a ValidValue relationship which is a link between glossary terms that have the same meaning

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GlossaryAuthorViewRelationshipRESTResource

      public GlossaryAuthorViewRelationshipRESTResource()
      Default constructor
  • Method Details

    • createTermHasARelationship

      @PostMapping(path="/has-as") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.HasA> createTermHasARelationship(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.HasA termHasARelationship)
      Create a TermHasARelationship is the relationship between a spine object and a spine attribute. Note that this method does not error if the relationship ends are not spine objects or spine attributes. This allows the user to create terms then make them spine objects and spine attributes at a later stage.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      termHasARelationship - the HasA relationship
      Returns:
      response, when successful contains the created TermHasARelationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getTermHasARelationship

      @GetMapping(path="/has-as/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.HasA> getTermHasARelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a Term HAS A relationship
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the HAS A relationship to get
      Returns:
      response which when successful contains the term has a relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updateTermHasARelationship

      @PutMapping(path="/has-as/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.HasA> updateTermHasARelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.HasA termHasARelationship, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      Update a TermHasARelationship is the relationship between a spine object and a spine attribute.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - unique identifier of the Relationship
      termHasARelationship - the HasA relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the created TermHasARelationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • deleteTermHasARelationship

      @DeleteMapping(path="/has-as/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.HasA> deleteTermHasARelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Delete a Term HAS A relationship
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the HAS A relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restoreTermHasARelationship

      @PostMapping(path="/has-as/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.HasA> restoreTermHasARelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Restore a has a relationship.

      Restore allows the deleted relationship to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the relationship to restore
      Returns:
      response which when successful contains the restored relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • createRelatedTerm

      @PostMapping(path="/related-terms") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm> createRelatedTerm(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm relatedTermRelationship)
      Create a RelatedTerm. A Related Term is a link between two similar Terms.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      relatedTermRelationship - the RelatedTerm relationship
      Returns:
      response, when successful contains the created Related Term relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getRelatedTerm

      @GetMapping(path="/related-terms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm> getRelatedTerm(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a related Term relationship.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the related term relationship to get
      Returns:
      response which when successful contains the related term relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updateRelatedTerm

      @PutMapping(path="/related-terms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm> updateRelatedTerm(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm relatedTermRelationship, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      Update a Related Term relationship. A Related Term is a link between two similar Terms.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - unique identifier of the Relationship
      relatedTermRelationship - the related term relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the created RelatedTerm when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • deleteRelatedTerm

      @DeleteMapping(path="/related-terms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm> deleteRelatedTerm(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Delete a Related Term relationship
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the Related term relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restoreRelatedTerm

      @PostMapping(path="/related-terms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm> restoreRelatedTerm(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Restore a related Term relationship.

      Restore allows the deleted relationship to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the relationship to restore
      Returns:
      response which when successful contains the restored relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • createSynonym

      @PostMapping(path="/synonyms") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym> createSynonym(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym synonym)
      Create a synonym relationship, which is a link between glossary terms that have the same meaning.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      synonym - the Synonym relationship
      Returns:
      response, when successful contains the created synonym relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getSynonymRelationship

      @GetMapping(path="/synonyms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym> getSynonymRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a synonym relationship, which is a link between glossary terms that have the same meaning.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the synonym relationship to get
      Returns:
      response which when successful contains the synonym relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updateSynonymRelationship

      @PutMapping(path="/synonyms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym> updateSynonymRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym synonym, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      Update a Synonym relationship which is a link between glossary terms that have the same meaning

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - unique identifier of the Relationship
      synonym - the synonym relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the created SynonymRelationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • deleteSynonymRelationship

      @DeleteMapping(path="/synonyms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym> deleteSynonymRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Delete a Synonym relationship
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the Synonym relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restoreSynonym

      @PostMapping(path="/synonyms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym> restoreSynonym(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Restore a Synonym

      Restore allows the deleted Synonym to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the Synonym to delete
      Returns:
      response which when successful contains the restored Synonym when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • createAntonym

      @PostMapping(path="/antonyms") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym> createAntonym(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym antonym)
      Create an antonym relationship, which is a link between glossary terms that have the opposite meaning.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      antonym - the Antonym relationship
      Returns:
      response, when successful contains the created antonym relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getAntonymRelationship

      @GetMapping(path="/antonyms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym> getAntonymRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a antonym relationship
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the related term relationship to get
      Returns:
      response which when successful contains the antonym relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updateAntonymRelationship

      @PutMapping(path="/antonyms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym> updateAntonymRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym antonym, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      Update a Antonym relationship which is a link between glossary terms that have the opposite meaning

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - unique identifier of the Relationship
      antonym - the antonym relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the created AntonymRelationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • deleteAntonymRelationship

      @DeleteMapping(path="/antonyms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym> deleteAntonymRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Delete a Antonym relationship
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the Antonym relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restoreAntonym

      @PostMapping(path="/antonyms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym> restoreAntonym(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Restore a Antonym

      Restore allows the deleted Antonym to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the Antonym to delete
      Returns:
      response which when successful contains the restored Antonym when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • createTranslation

      @PostMapping(path="/translations") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation> createTranslation(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation translation)
      Create a translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      translation - the Translation relationship
      Returns:
      response, when successful contains the created translation relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getTranslationRelationship

      @GetMapping(path="/translations/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation> getTranslationRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a translation relationshiptranslation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the translation relationship to get
      Returns:
      response which when successful contains the translation relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updateTranslationRelationship

      @PutMapping(path="/translations/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation> updateTranslationRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation translation, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      Update a Translation relationship translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - unique identifier of the Relationship
      translation - the translation relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the created TranslationRelationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • deleteTranslationRelationship

      @DeleteMapping(path="/translations/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation> deleteTranslationRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Delete a Translation relationshiptranslation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the Translation relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restoreTranslation

      @PostMapping(path="/translations/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation> restoreTranslation(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Restore a Translation

      Restore allows the deleted Translation to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the Translation to delete
      Returns:
      response which when successful contains the restored Translation when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • createusedInContext

      @PostMapping(path="/used-in-contexts") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext> createusedInContext(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext usedInContext)
      Create a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      usedInContext - the UsedInContext relationship
      Returns:
      response, when successful contains the created usedInContext relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getUsedInContextRelationship

      @GetMapping(path="/used-in-contexts/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext> getUsedInContextRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the usedInContext relationship to get
      Returns:
      response which when successful contains the usedInContext relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updateUsedInContextRelationship

      @PutMapping(path="/used-in-contexts/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext> updateUsedInContextRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext usedInContext, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      Update a UsedInContext relationship which is a link between glossary terms, where one describes the context where the other one is valid to use.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - unique identifier of the Relationship
      usedInContext - the used in context relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the created UsedInContextRelationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • deleteUsedInContextRelationship

      @DeleteMapping(path="/used-in-contexts/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext> deleteUsedInContextRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Delete a UsedInContext relationship which is a link between glossary terms, where one describes the context where the other one is valid to use.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the UsedInContext relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restoreUsedInContext

      @PostMapping(path="/used-in-contexts/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext> restoreUsedInContext(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Restore a UsedInContext

      Restore allows the deleted UsedInContext to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the UsedInContext to delete
      Returns:
      response which when successful contains the restored UsedInContext when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • createPreferredTerm

      @PostMapping(path="/preferred-terms") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm> createPreferredTerm(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm preferredTerm)
      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.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      preferredTerm - the preferred term relationship
      Returns:
      response, when successful contains the created preferredTerm relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getPreferredTermRelationship

      @GetMapping(path="/preferred-terms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm> getPreferredTermRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      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.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the preferredTerm relationship to get
      Returns:
      response which when successful contains the preferredTerm relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updatePreferredTermRelationship

      @PutMapping(path="/preferred-terms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm> updatePreferredTermRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm preferredTerm, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      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.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - unique identifier of the Relationship
      preferredTerm - the preferred term relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the created PreferredTermRelationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • MetadataServerUncontactableException not able to communicate with a Metadata respository service.
      • InvalidParameterException one of the parameters is null or invalid.
      • UnrecognizedGUIDException the supplied guid was not recognised
      • ClassificationException Error processing a classification
      • FunctionNotSupportedException Function not supported
      • StatusNotSupportedException A status value is not supported
    • deletePreferredTermRelationship

      @DeleteMapping(path="/preferred-terms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm> deletePreferredTermRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      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.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the PreferredTerm relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restorePreferredTerm

      @PostMapping(path="/preferred-terms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm> restorePreferredTerm(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Restore a PreferredTerm

      Restore allows the deleted PreferredTerm to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the PreferredTerm to delete
      Returns:
      response which when successful contains the restored PreferredTerm when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • createValidValue

      @PostMapping(path="/valid-values") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue> createValidValue(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue validValue)
      Create a validValue relationship, which is a link between glossary terms that have the same meaning.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      validValue - the ValidValue relationship
      Returns:
      response, when successful contains the created validValue relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getValidValueRelationship

      @GetMapping(path="/valid-values/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue> getValidValueRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a validValue relationship, which is a link between glossary terms that have the same meaning.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the validValue relationship to get
      Returns:
      response which when successful contains the validValue relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updateValidValueRelationship

      @PutMapping(path="/valid-values/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue> updateValidValueRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue validValue, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      Update a ValidValue relationship which is a link between glossary terms that have the same meaning

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - unique identifier of the Relationship
      validValue - the valid value relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the created ValidValueRelationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • deleteValidValueRelationship

      @DeleteMapping(path="/valid-values/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue> deleteValidValueRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Delete a ValidValue relationship
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the ValidValue relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restoreValidValue

      @PostMapping(path="/valid-values/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue> restoreValidValue(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Restore a ValidValue

      Restore allows the deleted ValidValue to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the ValidValue to delete
      Returns:
      response which when successful contains the restored ValidValue when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • createReplacementTerm

      @PostMapping(path="/replacement-terms") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm> createReplacementTerm(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm replacementTerm)
      Create a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      replacementTerm - the ReplacementTerm relationship
      Returns:
      response, when successful contains the created replacementTerm relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getReplacementTermRelationship

      @GetMapping(path="/replacement-terms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm> getReplacementTermRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the replacementTerm relationship to get
      Returns:
      response which when successful contains the replacementTerm relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updateReplacementTermRelationship

      @PutMapping(path="/replacement-terms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm> updateReplacementTermRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm replacementTerm, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      Update a ReplacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - unique identifier of the Relationship
      replacementTerm - the replacement term relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the created ReplacementTermRelationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • deleteReplacementTermRelationship

      @DeleteMapping(path="/replacement-terms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm> deleteReplacementTermRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Delete a ReplacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the ReplacementTerm relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restoreReplacementTerm

      @PostMapping(path="/replacement-terms/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm> restoreReplacementTerm(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Restore a ReplacementTerm

      Restore allows the deleted ReplacementTerm to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the ReplacementTerm to delete
      Returns:
      response which when successful contains the restored ReplacementTerm when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • createtermTYPEDBYRelationship

      @PostMapping(path="/typed-bys") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy> createtermTYPEDBYRelationship(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy termTYPEDBYRelationship)
      Create a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      termTYPEDBYRelationship - the TermTYPEDBYRelationship relationship
      Returns:
      response, when successful contains the created termTYPEDBYRelationship relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getTYPEDBYRelationship

      @GetMapping(path="/typed-bys/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy> getTYPEDBYRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the termTYPEDBYRelationship relationship to get
      Returns:
      response which when successful contains the termTYPEDBYRelationship relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updateTermTYPEDBYRelationship

      @PutMapping(path="/typed-bys/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy> updateTermTYPEDBYRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy termTYPEDBYRelationship, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      Update a TermTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - unique identifier of the Relationship
      termTYPEDBYRelationship - the typed by relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the created TermTYPEDBYRelationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • deleteTypedByRelationship

      @DeleteMapping(path="/typed-bys/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy> deleteTypedByRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Delete a TermTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the TermTYPEDBYRelationship relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restoreTermTYPEDBYRelationship

      @PostMapping(path="/typed-bys/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy> restoreTermTYPEDBYRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Restore a Term TYPED BY relationship

      Restore allows the deleted TermTYPEDBY to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the TermTYPEDBY to delete
      Returns:
      response which when successful contains the restored TermTYPEDBY when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • createiSARelationship

      @PostMapping(path="/is-as") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsA> createiSARelationship(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsA iSARelationship)
      Create a iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      iSARelationship - the IsARelationship relationship
      Returns:
      response, when successful contains the created iSARelationship relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getIsARelationship

      @GetMapping(path="/is-as/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsA> getIsARelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the iSARelationship relationship to get
      Returns:
      response which when successful contains the iSARelationship relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updateIsARelationship

      @PutMapping(path="/is-as/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsA> updateIsARelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsA isa, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      Update a IsARelationship relationship, which is a link between a more general glossary term and a more specific definition.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - unique identifier of the Relationship
      isa - the is-a relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the created IsARelationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • deleteTermIsARelationship

      @DeleteMapping(path="/is-as/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsA> deleteTermIsARelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Delete a IsARelationship relationship, which is a link between a more general glossary term and a more specific definition.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the IsARelationship relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restoreIsaRelationship

      @PostMapping(path="/is-as/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsA> restoreIsaRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Restore a Isa Relationship

      Restore allows the deleted Isa Relationship to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the Isa Relationship to delete
      Returns:
      response which when successful contains the restored IsaRelationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • createTermIsATypeOfDeprecated

      @PostMapping(path="/is-a-type-of-deprecateds") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated> createTermIsATypeOfDeprecated(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated TermIsATypeOfDeprecated)
      Deprecated.
      IsATypeOfRelationship it is deprecated; move your instances to use IsATypeOf instead.
      Create a TermIsATypeOfDeprecated relationship, which is an inheritance relationship between two spine objects.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      TermIsATypeOfDeprecated - the TermIsATypeOfDeprecated relationship
      Returns:
      response, when successful contains the created TermIsATypeOfDeprecated relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getTermIsATypeOfDeprecated

      @GetMapping(path="/is-a-type-of-deprecateds/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated> getTermIsATypeOfDeprecated(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Deprecated.
      IsATypeOfRelationship it is deprecated; move your instances to use IsATypeOf instead.
      Get a TermIsATypeOfDeprecated relationship, which is an inheritance relationship between two spine objects.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the TermIsATypeOfDeprecated relationship to get
      Returns:
      response which when successful contains the TermIsATypeOfDeprecated relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updateIsARelationship

      @PutMapping(path="/is-a-type-of-deprecateds/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated> updateIsARelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated isatypeof, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      Deprecated.
      IsATypeOfRelationship it is deprecated; move your instances to use IsATypeOf instead.
      Update a TermIsATypeOfDeprecated relationship, which is an inheritance relationship between two spine objects.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - unique identifier of the relationship
      isatypeof - the is-a-type-of relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the created IsARelationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • deleteTermIsATypeOfDeprecated

      @DeleteMapping(path="/is-a-type-of-deprecateds/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated> deleteTermIsATypeOfDeprecated(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Deprecated.
      IsATypeOfRelationship it is deprecated; move your instances to use IsATypeOf instead.
      Delete a TermIsATypeOf Relationship relationship, which is an inheritance relationship between two spine objects.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the TermIsATypeOfDeprecated relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restoreTermIsATypeOfDeprecated

      @PostMapping(path="/is-a-type-of-deprecateds/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated> restoreTermIsATypeOfDeprecated(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Deprecated.
      IsATypeOfRelationship it is deprecated; move your instances to use IsATypeOf instead.

      Restore allows the deleted Is a Type Of Relationship to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Restore a TermIsATypeOf Relationship relationship, which is an inheritance relationship between two spine objects.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the Term Is a Type Of Relationship to delete
      Returns:
      response which when successful contains the restored TermIsATypeOfDeprecated when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • createIsATypeOf

      @PostMapping(path="/is-a-type-ofs") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf> createIsATypeOf(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf IsATypeOf)
      Create a IsATypeOf Relationship relationship, which is an inheritance relationship between two spine objects.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      IsATypeOf - the IsATypeOf relationship
      Returns:
      response, when successful contains the created IsATypeOf relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • MetadataServerUncontactableException not able to communicate with a Metadata respository service.
      • InvalidParameterException one of the parameters is null or invalid.
      • UnrecognizedGUIDException the supplied guid was not recognised
      • ClassificationException Error processing a classification.
      • StatusNotSupportedException A status value is not supported.
      • FunctionNotSupportedException Function not supported.
    • getIsATypeOf

      @GetMapping(path="/is-a-type-ofs/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf> getIsATypeOf(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a IsATypeOf Relationship, which is an inheritance relationship between two spine objects.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the IsATypeOf Relationship to get
      Returns:
      response which when successful contains the IsATypeOf Relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updateIsATypeOf

      @PutMapping(path="/is-a-type-ofs/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf> updateIsATypeOf(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf IsATypeOf, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      Update a IsATypeOf Relationship, which is an inheritance relationship between two spine objects.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - unique identifier of the relationship
      IsATypeOf - the IsATypeOfs relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the created IsATypeOf when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • deleteIsATypeOf

      @DeleteMapping(path="/is-a-type-ofs/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf> deleteIsATypeOf(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Delete a IsATypeOf, which is an inheritance relationship between two spine objects.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the IsATypeOf Relationship relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restoreIsATypeOf

      @PostMapping(path="/is-a-type-ofs/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf> restoreIsATypeOf(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Restore a 'IsATypeOf' Relationship

      Restore allows the deleted 'IsATypeOf' Relationship to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the Term 'IsATypeOf' Relationship to delete
      Returns:
      response which when successful contains the restoredIsATypeOf when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • createTermCategorization

      @PostMapping(path="/term-categorizations") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization> createTermCategorization(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization termCategorizationRelationship)
      Create a termCategorization Relationship. A relationship between a Category and a Term. This relationship allows terms to be categorized.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      termCategorizationRelationship - the TermCategorization Relationship
      Returns:
      response, when successful contains the created termCategorization Relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getTermCategorizationRelationship

      @GetMapping(path="/term-categorizations/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization> getTermCategorizationRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a termCategorization Relationship. A relationship between a Category and a Term. This relationship allows terms to be categorized.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the termCategorization Relationship to get
      Returns:
      response which when successful contains the termCategorization Relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updateTermCategorizationRelationship

      @PutMapping(path="/term-categorizations/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization> updateTermCategorizationRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization categorization, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      Update a termCategorization Relationship. A relationship between a Category and a Term. This relationship allows terms to be categorized.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - unique identifier of the Relationship
      categorization - the categorization relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the created termCategorization Relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • deleteTermCategorizationRelationship

      @DeleteMapping(path="/term-categorizations/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization> deleteTermCategorizationRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Delete a TermCategorization Relationship. A relationship between a Category and a Term. This relationship allows terms to be categorized.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the TermCategorization Relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restoreTermCategorizationRelationship

      @PostMapping(path="/term-categorizations/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization> restoreTermCategorizationRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Restore a TermCategorization Relationship. A relationship between a Category and a Term. This relationship allows terms to be categorized.

      Restore allows the deleted TermCategorization Relationship to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the Term Is a Type Of Relationship to delete
      Returns:
      response which when successful contains the restored TermCategorization when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getTermAnchorRelationship

      @GetMapping(path="/term-anchors/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermAnchor> getTermAnchorRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a termAnchor Relationship. A relationship between a Glossary and a Term. This relationship allows terms to be owned by a Glossary.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the termAnchor Relationship to get
      Returns:
      response which when successful contains the termAnchor Relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getCategoryAnchorRelationship

      @GetMapping(path="/category-anchors/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryAnchor> getCategoryAnchorRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a categoryAnchor Relationship. A relationship between a Glossary and a Category. This relationship allows terms to be owned by a Glossary.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the categoryAnchor Relationship to get
      Returns:
      response which when successful contains the categoryAnchor Relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • createProjectScopeRelationship

      @PostMapping(path="/project-scopes") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope> createProjectScopeRelationship(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope projectScope)
      Create a project scope relationship, which is a link between the project content and the project.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      projectScope - the Project scope relationship
      Returns:
      response, when successful contains the created project scope relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getProjectScopeRelationship

      @GetMapping(path="/project-scopes/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope> getProjectScopeRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a project scope relationship, which is a link between the project content and the project.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the project scope relationship to get
      Returns:
      response which when successful contains the project scope relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updateProjectScopeRelationship

      @PutMapping(path="/project-scopes/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope> updateProjectScopeRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope projectScope, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      Update a Project scope relationship which is a link between the project content and the project.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - unique identifier of the Relationship
      projectScope - the projectScope relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the created ProjectScopeRelationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • deleteProjectScopeRelationship

      @DeleteMapping(path="/project-scopes/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope> deleteProjectScopeRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Delete a Project scope relationship which is a link between the project content and the project.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the Project scope relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restoreProjectScopeRelationship

      @PostMapping(path="/project-scopes/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope> restoreProjectScopeRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Restore a ProjectScope, which is a link between the project content and the project.

      Restore allows the deleted ProjectScopeRelationship to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the ProjectScopeRelationship to delete
      Returns:
      response which when successful contains the restored ProjectScopeRelationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getSemanticAssignmentRelationship

      @GetMapping(path="/semantic-assignments/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.SemanticAssignment> getSemanticAssignmentRelationship(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a SemanticAssignment relationship, Links a glossary term to another element such as an asset or schema element to define its meaning.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the SemanticAssignment relationship to get
      Returns:
      response which when successful contains the SemanticAssignment relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • createCategoryHierarchyLink

      @PostMapping(path="/category-hierarchy-links") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink> createCategoryHierarchyLink(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink categoryHierarchyLink)
      Create a CategoryHierarchyLink Relationship. A relationship between two categories used to create nested categories.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      categoryHierarchyLink - the CategoryHierarchyLink relationship
      Returns:
      response, when successful contains the created categoryHierarchyLink relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • getCategoryHierarchyLink

      @GetMapping(path="/category-hierarchy-links/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink> getCategoryHierarchyLink(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Get a CategoryHierarchyLink Relationship. A relationship between two categories used to create nested categories.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the CategoryHierarchyLink Relationship to get
      Returns:
      response which when successful contains the CategoryHierarchyLink relationship with the requested guid when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • updateCategoryHierarchyLink

      @PutMapping(path="/category-hierarchy-links/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink> updateCategoryHierarchyLink(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid, @RequestBody org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink categoryHierarchyLink, @RequestParam(value="isReplace",required=false,defaultValue="false") Boolean isReplace)
      Update a CategoryHierarchyLink Relationship. A relationship between two categories used to create nested categories.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - userId under which the request is performed
      guid - guid of the CategoryHierarchyLink relationship
      categoryHierarchyLink - the CategoryHierarchyLink relationship
      isReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.
      Returns:
      response, when successful contains the updated categoryHierarchyLink when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • deleteCategoryHierarchyLink

      @DeleteMapping(path="/category-hierarchy-links/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink> deleteCategoryHierarchyLink(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Delete a CategoryHierarchyLink Relationship. A relationship between two categories used to create nested categories.
      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the CategoryHierarchyLink relationship to delete
      Returns:
      response for a soft delete the response contains the deleted relationship when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.
    • restoreCategoryHierarchyLink

      @PostMapping(path="/category-hierarchy-links/{guid}") public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink> restoreCategoryHierarchyLink(@PathVariable String serverName, @PathVariable String userId, @PathVariable String guid)
      Restore a CategoryHierarchyLink Relationship. A relationship between two categories used to create nested categories.

      Restore allows the deleted CategoryHierarchyLink Relationship to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.

      Parameters:
      serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
      userId - unique identifier for requesting user, under which the request is performed
      guid - guid of the CategoryHierarchyLink Relationship to delete
      Returns:
      response which when successful contains the restored CategoryHierarchyLink when not successful the following Exception responses can occur
      • UserNotAuthorizedException the requesting user is not authorized to issue this request.
      • InvalidParameterException one of the parameters is null or invalid.
      • PropertyServerException Property server exception.