@RestController
@RequestMapping(value="/servers/{serverName}/open-metadata/access-services/subject-area")
public class SubjectAreaRelationshipRESTResource
extends SubjectAreaRESTServicesInstance
instanceHandler, oMRSAPIHelper| Constructor and Description |
|---|
SubjectAreaRelationshipRESTResource()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
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 |
createiSARelationship(String serverName,
String userId,
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ISARelationship 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 |
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 |
createRelatedTerm(String serverName,
String userId,
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm relatedTermRelationshipRelationship)
Create a RelatedTerm.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
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 |
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 |
createTermCategorization(String serverName,
String userId,
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermCategorizationRelationship termCategorizationRelationship)
Create a termCategorization Relationship.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
createTermHASARelationship(String serverName,
String userId,
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermHASARelationship termHASARelationship)
Create a TermHASARelationship is the relationship between a spine object and a spine attribute.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
createtermISATypeOFRelationship(String serverName,
String userId,
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermISATypeOFRelationship termISATypeOFRelationship)
Create a termISATypeOFRelationship relationship, which is an inheritance relationship between two spine objects.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
createtermTYPEDBYRelationship(String serverName,
String userId,
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermTYPEDBYRelationship termTYPEDBYRelationship)
Create a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
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 |
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 |
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 |
deleteAntonymRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Antonym relationship
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
deletePreferredTermRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
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 |
deleteRelatedTerm(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Related Term relationship
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
deleteReplacementTermRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
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 |
deleteSynonymRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Synonym relationship
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
deleteTermCategorizationRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a TermCategorization Relationship.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
deleteTermHASARelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Term HAS A relationship
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
deleteTermISARelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
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 |
deleteTermIsaTypeOfRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a TermISATypeOFRelationship relationship, which is an inheritance relationship between two spine objects.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
deleteTranslationRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
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 |
deleteTypedByRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a TermTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
deleteUsedInContextRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
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 |
deleteValidValueRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a ValidValue relationship
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
getAntonymRelationship(String serverName,
String userId,
String guid)
Get a antonym relationship
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
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 |
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 |
getRelatedTerm(String serverName,
String userId,
String guid)
Get a related Term relationship.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
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 |
getSemanticAssignmentRelationship(String serverName,
String userId,
String guid)
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 |
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 |
getTermCategorizationRelationship(String serverName,
String userId,
String guid)
Get a termCategorization Relationship.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
getTermHASARelationship(String serverName,
String userId,
String guid)
Get a Term HAS A relationship
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
getTermISATypeOFRelationship(String serverName,
String userId,
String guid)
Get a termISATypeOFRelationship relationship, which is an inheritance relationship between two spine objects.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
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 |
getTYPEDBYRelationshipRelationship(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 |
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 |
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 |
restoreAntonym(String serverName,
String userId,
String guid)
Restore a Antonym
Restore allows the deleted Antonym to be made active again.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
restoreIsaRelationship(String serverName,
String userId,
String guid)
Restore a Isa Relationship
Restore allows the deleted Isa Relationship to be made active again.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
restorePreferredTerm(String serverName,
String userId,
String guid)
Restore a PreferredTerm
Restore allows the deleted PreferredTerm to be made active again.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
restoreRelatedTerm(String serverName,
String userId,
String guid)
Restore a related Term relationship.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
restoreReplacementTerm(String serverName,
String userId,
String guid)
Restore a ReplacementTerm
Restore allows the deleted ReplacementTerm to be made active again.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
restoreSynonym(String serverName,
String userId,
String guid)
Restore a Synonym
Restore allows the deleted Synonym to be made active again.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
restoreTermCategorizationRelationship(String serverName,
String userId,
String guid)
Restore a TermCategorization Relationship.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
restoreTermHASARelationship(String serverName,
String userId,
String guid)
Restore a has a relationship.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
restoreTermIsaTypeOfRelationship(String serverName,
String userId,
String guid)
Restore a Is a Type Of Relationship
Restore allows the deleted Is a Type Of Relationship to be made active again.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
restoreTermTYPEDBYRelationship(String serverName,
String userId,
String guid)
Restore a Term TYPED BY relationship
Restore allows the deleted TermTYPEDBY to be made active again.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
restoreTranslation(String serverName,
String userId,
String guid)
Restore a Translation
Restore allows the deleted Translation to be made active again.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
restoreUsedInContext(String serverName,
String userId,
String guid)
Restore a UsedInContext
Restore allows the deleted UsedInContext to be made active again.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
restoreValidValue(String serverName,
String userId,
String guid)
Restore a ValidValue
Restore allows the deleted ValidValue to be made active again.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
updateAntonymRelationship(String serverName,
String userId,
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 |
updateISARelationship(String serverName,
String userId,
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ISARelationship 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 |
updateISARelationship(String serverName,
String userId,
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermISATypeOFRelationship isatypeof,
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 |
updatePreferredTermRelationship(String serverName,
String userId,
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 |
updateRelatedTerm(String serverName,
String userId,
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm relatedTermRelationship,
Boolean isReplace)
Update a Related Term relationship.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
updateReplacementTermRelationship(String serverName,
String userId,
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 |
updateSynonymRelationship(String serverName,
String userId,
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 |
updateTermCategorizationRelationship(String serverName,
String userId,
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermCategorizationRelationship isatypeof,
Boolean isReplace)
Update a termCategorization Relationship.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
updateTermHASARelationship(String serverName,
String userId,
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermHASARelationship termHASARelationship,
Boolean isReplace)
Update a TermHASARelationship is the relationship between a spine object and a spine attribute.
|
org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse |
updateTermTYPEDBYRelationship(String serverName,
String userId,
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermTYPEDBYRelationship 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 |
updateTranslationRelationship(String serverName,
String userId,
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 |
updateUsedInContextRelationship(String serverName,
String userId,
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 |
updateValidValueRelationship(String serverName,
String userId,
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
|
getRelationshipsFromGuid, initializeAPI, initializeAPI, setOMRSAPIHelperpublic SubjectAreaRelationshipRESTResource()
@RequestMapping(method=POST,
path="/users/{userId}/relationships/has-as")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse createTermHASARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermHASARelationship termHASARelationship)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedtermHASARelationship - the HASA relationship@RequestMapping(method=GET,
path="/users/{userId}/relationships/has-as/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse getTermHASARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the HAS A relationship to get@RequestMapping(method=PUT,
path="/users/{userId}/relationships/has-as")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse updateTermHASARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermHASARelationship termHASARelationship,
@RequestParam(value="isReplace",required=false)
Boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedtermHASARelationship - the HASA relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@RequestMapping(method=DELETE,
path="/users/{userId}/relationships/has-as/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse deleteTermHASARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false)
Boolean isPurge)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the HAS A relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@RequestMapping(method=POST,
path="/users/{userId}/relationships/has-as/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse restoreTermHASARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the relationship to restore@RequestMapping(method=POST,
path="/users/{userId}/relationships/related-terms")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse createRelatedTerm(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm relatedTermRelationshipRelationship)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedrelatedTermRelationshipRelationship - the RelatedTerm relationship@RequestMapping(method=GET,
path="/users/{userId}/relationships/related-terms/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse getRelatedTerm(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the related term relationship to get@RequestMapping(method=PUT,
path="/users/{userId}/relationships/related-terms")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse updateRelatedTerm(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm relatedTermRelationship,
@RequestParam(value="isReplace",required=false)
Boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedrelatedTermRelationship - the related term relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@RequestMapping(method=DELETE,
path="/users/{userId}/relationships/related-terms/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse deleteRelatedTerm(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false)
Boolean isPurge)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Related term relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@RequestMapping(method=POST,
path="/users/{userId}/relationships/related-terms/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse restoreRelatedTerm(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the relationship to restore@RequestMapping(method=POST,
path="/users/{userId}/relationships/synonyms")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse createSynonym(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym synonym)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedsynonym - the Synonym relationship@RequestMapping(method=GET,
path="/users/{userId}/relationships/synonyms/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse getSynonymRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the synonym relationship to get@RequestMapping(method=PUT,
path="/users/{userId}/relationships/synonyms")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse updateSynonymRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym synonym,
@RequestParam(value="isReplace",required=false)
Boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedsynonym - the synonym relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@RequestMapping(method=DELETE,
path="/users/{userId}/relationships/synonyms/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse deleteSynonymRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false)
Boolean isPurge)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Synonym relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@RequestMapping(method=POST,
path="/users/{userId}/relationships/synonyms/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse restoreSynonym(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Synonym to delete@RequestMapping(method=POST,
path="/users/{userId}/relationships/antonyms")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse createAntonym(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym antonym)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedantonym - the Antonym relationship@RequestMapping(method=GET,
path="/users/{userId}/relationships/antonyms/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse getAntonymRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the related term relationship to get@RequestMapping(method=PUT,
path="/users/{userId}/relationships/antonyms")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse updateAntonymRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym antonym,
@RequestParam(value="isReplace",required=false)
Boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedantonym - the antonym relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@RequestMapping(method=DELETE,
path="/users/{userId}/relationships/antonyms/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse deleteAntonymRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false)
Boolean isPurge)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Antonym relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@RequestMapping(method=POST,
path="/users/{userId}/relationships/antonyms/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse restoreAntonym(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Antonym to delete@RequestMapping(method=POST,
path="/users/{userId}/relationships/translations")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse createTranslation(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation translation)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedtranslation - the Translation relationship@RequestMapping(method=GET,
path="/users/{userId}/relationships/translations/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse getTranslationRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the translation relationship to get@RequestMapping(method=PUT,
path="/users/{userId}/relationships/translations")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse updateTranslationRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation translation,
@RequestParam(value="isReplace",required=false)
Boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedtranslation - the translation relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@RequestMapping(method=DELETE,
path="/users/{userId}/relationships/translations/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse deleteTranslationRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false)
Boolean isPurge)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Translation relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@RequestMapping(method=POST,
path="/users/{userId}/relationships/translations/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse restoreTranslation(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Translation to delete@RequestMapping(method=POST,
path="/users/{userId}/relationships/used-in-contexts")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse createusedInContext(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext usedInContext)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedusedInContext - the UsedInContext relationship@RequestMapping(method=GET,
path="/users/{userId}/relationships/used-in-contexts/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse getUsedInContextRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the usedInContext relationship to get@RequestMapping(method=PUT,
path="/users/{userId}/relationships/used-in-contexts")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse updateUsedInContextRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext usedInContext,
@RequestParam(value="isReplace",required=false)
Boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedusedInContext - the used in context relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@RequestMapping(method=DELETE,
path="/users/{userId}/relationships/used-in-contexts/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse deleteUsedInContextRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false)
Boolean isPurge)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the UsedInContext relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@RequestMapping(method=POST,
path="/users/{userId}/relationships/used-in-contexts/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse restoreUsedInContext(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the UsedInContext to delete@RequestMapping(method=POST,
path="/users/{userId}/relationships/preferred-terms")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse createpreferredTerm(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm preferredTerm)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedpreferredTerm - the Synonym relationship@RequestMapping(method=GET,
path="/users/{userId}/relationships/preferred-terms/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse getPreferredTermRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the preferredTerm relationship to get@RequestMapping(method=PUT,
path="/users/{userId}/relationships/preferred-terms")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse updatePreferredTermRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm preferredTerm,
@RequestParam(value="isReplace",required=false)
Boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedpreferredTerm - the preferred term relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@RequestMapping(method=DELETE,
path="/users/{userId}/relationships/preferred-terms/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse deletePreferredTermRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false)
Boolean isPurge)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the PreferredTerm relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@RequestMapping(method=POST,
path="/users/{userId}/relationships/preferred-terms/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse restorePreferredTerm(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the PreferredTerm to delete@RequestMapping(method=POST,
path="/users/{userId}/relationships/valid-values")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse createvalidValue(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue validValue)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedvalidValue - the ValidValue relationship@RequestMapping(method=GET,
path="/users/{userId}/relationships/valid-values/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse getValidValueRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the validValue relationship to get@RequestMapping(method=PUT,
path="/users/{userId}/relationships/valid-values")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse updateValidValueRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue validValue,
@RequestParam(value="isReplace",required=false)
Boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedvalidValue - the valid value relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@RequestMapping(method=DELETE,
path="/users/{userId}/relationships/valid-values/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse deleteValidValueRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false)
Boolean isPurge)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the ValidValue relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@RequestMapping(method=POST,
path="/users/{userId}/relationships/valid-values/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse restoreValidValue(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the ValidValue to delete@RequestMapping(method=POST,
path="/users/{userId}/relationships/replacement-terms")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse createreplacementTerm(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm replacementTerm)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedreplacementTerm - the ReplacementTerm relationship@RequestMapping(method=GET,
path="/users/{userId}/relationships/replacement-terms/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse getReplacementTermRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the replacementTerm relationship to get@RequestMapping(method=PUT,
path="/users/{userId}/relationships/replacement-terms")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse updateReplacementTermRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm replacementTerm,
@RequestParam(value="isReplace",required=false)
Boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedreplacementTerm - the replacement term relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@RequestMapping(method=DELETE,
path="/users/{userId}/relationships/replacement-terms/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse deleteReplacementTermRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false)
Boolean isPurge)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the ReplacementTerm relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@RequestMapping(method=POST,
path="/users/{userId}/relationships/replacement-terms/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse restoreReplacementTerm(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the ReplacementTerm to delete@RequestMapping(method=POST,
path="/users/{userId}/relationships/typed-bys")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse createtermTYPEDBYRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermTYPEDBYRelationship termTYPEDBYRelationship)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedtermTYPEDBYRelationship - the TermTYPEDBYRelationship relationship@RequestMapping(method=GET,
path="/users/{userId}/relationships/typed-bys/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse getTYPEDBYRelationshipRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the termTYPEDBYRelationship relationship to get@RequestMapping(method=PUT,
path="/users/{userId}/relationships/typed-bys")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse updateTermTYPEDBYRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermTYPEDBYRelationship termTYPEDBYRelationship,
@RequestParam(value="isReplace",required=false)
Boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedtermTYPEDBYRelationship - the typed by relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@RequestMapping(method=DELETE,
path="/users/{userId}/relationships/typed-bys/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse deleteTypedByRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false)
Boolean isPurge)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the TermTYPEDBYRelationship relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@RequestMapping(method=POST,
path="/users/{userId}/relationships/typed-bys/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse restoreTermTYPEDBYRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the TermTYPEDBY to delete@RequestMapping(method=POST,
path="/users/{userId}/relationships/is-as")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse createiSARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ISARelationship iSARelationship)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performediSARelationship - the ISARelationship relationship@RequestMapping(method=GET,
path="/users/{userId}/relationships/is-as/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse getISARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the iSARelationship relationship to get@RequestMapping(method=PUT,
path="/users/{userId}/relationships/is-as")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse updateISARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ISARelationship isa,
@RequestParam(value="isReplace",required=false)
Boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedisa - the is-a relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@RequestMapping(method=DELETE,
path="/users/{userId}/relationships/is-as/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse deleteTermISARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false)
Boolean isPurge)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the ISARelationship relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@RequestMapping(method=POST,
path="/users/{userId}/relationships/is-as/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse restoreIsaRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Isa Relationship to delete@RequestMapping(method=POST,
path="/users/{userId}/relationships/is-a-type-ofs")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse createtermISATypeOFRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermISATypeOFRelationship termISATypeOFRelationship)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedtermISATypeOFRelationship - the TermISATypeOFRelationship relationship@RequestMapping(method=GET,
path="/users/{userId}/relationships/is-a-type-ofs/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse getTermISATypeOFRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the termISATypeOFRelationship relationship to get@RequestMapping(method=PUT,
path="/users/{userId}/relationships/is-a-type-ofs")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse updateISARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermISATypeOFRelationship isatypeof,
@RequestParam(value="isReplace",required=false)
Boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedisatypeof - the is-a-type-of relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@RequestMapping(method=DELETE,
path="/users/{userId}/relationships/is-a-type-ofs/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse deleteTermIsaTypeOfRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false)
Boolean isPurge)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the TermISATypeOFRelationship relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@RequestMapping(method=POST,
path="/users/{userId}/relationships/is-a-type-ofs/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse restoreTermIsaTypeOfRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Term Is a Type Of Relationship to delete@RequestMapping(method=POST,
path="/users/{userId}/relationships/term-categorizations")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse createTermCategorization(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermCategorizationRelationship termCategorizationRelationship)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedtermCategorizationRelationship - the TermCategorizationRelationship relationship@RequestMapping(method=GET,
path="/users/{userId}/relationships/term-categorizations/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse getTermCategorizationRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the termCategorizationRelationship relationship to get@RequestMapping(method=PUT,
path="/users/{userId}/relationships/term-categorizations")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse updateTermCategorizationRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermCategorizationRelationship isatypeof,
@RequestParam(value="isReplace",required=false)
Boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedisatypeof - the is-a-type-of relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@RequestMapping(method=DELETE,
path="/users/{userId}/relationships/term-categorizations/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse deleteTermCategorizationRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false)
Boolean isPurge)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the TermCategorizationRelationship relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@RequestMapping(method=POST,
path="/users/{userId}/relationships/term-categorizations/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse restoreTermCategorizationRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Term Is a Type Of Relationship to delete@RequestMapping(method=GET,
path="/users/{userId}/relationships/semantic-assignments/{guid}")
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse getSemanticAssignmentRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - unique identifier for requesting user, under which the request is performedguid - guid of the SemanticAssignment relationship to getCopyright © 2018–2019 ODPi. All rights reserved.