@RestController
@RequestMapping(value="/servers/{serverName}/open-metadata/view-services/glossary-author/users/{userId}/relationships")
public class GlossaryAuthorViewRelationshipRESTResource
extends Object
| Constructor and Description |
|---|
GlossaryAuthorViewRelationshipRESTResource()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
SubjectAreaOMASAPIResponse<Antonym> |
createAntonym(String serverName,
String userId,
Antonym antonym)
Create an antonym relationship, which is a link between glossary terms that have the opposite meaning.
|
SubjectAreaOMASAPIResponse<CategoryAnchor> |
createCategoryAnchor(String serverName,
String userId,
CategoryAnchor categoryAnchorRelationship)
Create a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse<IsA> |
createiSARelationship(String serverName,
String userId,
IsA iSARelationship)
Create a iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
|
SubjectAreaOMASAPIResponse<PreferredTerm> |
createPreferredTerm(String serverName,
String userId,
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.
|
SubjectAreaOMASAPIResponse<ProjectScope> |
createProjectScopeRelationship(String serverName,
String userId,
ProjectScope projectScope)
Create a project scope relationship, which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse<RelatedTerm> |
createRelatedTerm(String serverName,
String userId,
RelatedTerm relatedTermRelationshipRelationship)
Create a RelatedTerm.
|
SubjectAreaOMASAPIResponse<ReplacementTerm> |
createReplacementTerm(String serverName,
String userId,
ReplacementTerm replacementTerm)
Create a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
|
SubjectAreaOMASAPIResponse<Synonym> |
createSynonym(String serverName,
String userId,
Synonym synonym)
Create a synonym relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse<TermAnchor> |
createTermAnchor(String serverName,
String userId,
TermAnchor termAnchorRelationship)
Create a termAnchor Relationship.
|
SubjectAreaOMASAPIResponse<Categorization> |
createTermCategorization(String serverName,
String userId,
Categorization termCategorizationRelationship)
Create a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse<HasA> |
createTermHasARelationship(String serverName,
String userId,
HasA termHasARelationship)
Create a TermHasARelationship is the relationship between a spine object and a spine attribute.
|
SubjectAreaOMASAPIResponse<IsATypeOf> |
createTermIsATypeOfRelationship(String serverName,
String userId,
IsATypeOf termIsATypeOfRelationship)
Create a termIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse<TypedBy> |
createtermTYPEDBYRelationship(String serverName,
String userId,
TypedBy termTYPEDBYRelationship)
Create a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse<Translation> |
createTranslation(String serverName,
String userId,
Translation translation)
Create a translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
|
SubjectAreaOMASAPIResponse<UsedInContext> |
createusedInContext(String serverName,
String userId,
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.
|
SubjectAreaOMASAPIResponse<ValidValue> |
createValidValue(String serverName,
String userId,
ValidValue validValue)
Create a validValue relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse<Antonym> |
deleteAntonymRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Antonym relationship
|
SubjectAreaOMASAPIResponse<CategoryAnchor> |
deleteCategoryAnchorRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a CategoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse<PreferredTerm> |
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.
|
SubjectAreaOMASAPIResponse<ProjectScope> |
deleteProjectScopeRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Project scope relationship which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse<RelatedTerm> |
deleteRelatedTerm(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Related Term relationship
|
SubjectAreaOMASAPIResponse<ReplacementTerm> |
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.
|
SubjectAreaOMASAPIResponse<Synonym> |
deleteSynonymRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Synonym relationship
|
SubjectAreaOMASAPIResponse<TermAnchor> |
deleteTermAnchorRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a TermAnchor Relationship.
|
SubjectAreaOMASAPIResponse<Categorization> |
deleteTermCategorizationRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a TermCategorization Relationship.
|
SubjectAreaOMASAPIResponse<HasA> |
deleteTermHasARelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Term HAS A relationship
|
SubjectAreaOMASAPIResponse<IsA> |
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.
|
SubjectAreaOMASAPIResponse<IsATypeOf> |
deleteTermIsaTypeOfRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a TermIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse<Translation> |
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.
|
SubjectAreaOMASAPIResponse<TypedBy> |
deleteTypedByRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a TermTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse<UsedInContext> |
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.
|
SubjectAreaOMASAPIResponse<ValidValue> |
deleteValidValueRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a ValidValue relationship
|
SubjectAreaOMASAPIResponse<Antonym> |
getAntonymRelationship(String serverName,
String userId,
String guid)
Get a antonym relationship
|
SubjectAreaOMASAPIResponse<CategoryAnchor> |
getCategoryAnchorRelationship(String serverName,
String userId,
String guid)
Get a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse<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.
|
SubjectAreaOMASAPIResponse<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.
|
SubjectAreaOMASAPIResponse<ProjectScope> |
getProjectScopeRelationship(String serverName,
String userId,
String guid)
Get a project scope relationship, which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse<RelatedTerm> |
getRelatedTerm(String serverName,
String userId,
String guid)
Get a related Term relationship.
|
SubjectAreaOMASAPIResponse<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.
|
SubjectAreaOMASAPIResponse<SemanticAssignment> |
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.
|
SubjectAreaOMASAPIResponse<Synonym> |
getSynonymRelationship(String serverName,
String userId,
String guid)
Get a synonym relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse<TermAnchor> |
getTermAnchorRelationship(String serverName,
String userId,
String guid)
Get a termAnchor Relationship.
|
SubjectAreaOMASAPIResponse<Categorization> |
getTermCategorizationRelationship(String serverName,
String userId,
String guid)
Get a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse<HasA> |
getTermHasARelationship(String serverName,
String userId,
String guid)
Get a Term HAS A relationship
|
SubjectAreaOMASAPIResponse<IsATypeOf> |
getTermIsATypeOfRelationship(String serverName,
String userId,
String guid)
Get a termIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse<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.
|
SubjectAreaOMASAPIResponse<TypedBy> |
getTYPEDBYRelationshipRelationship(String serverName,
String userId,
String guid)
Get a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse<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.
|
SubjectAreaOMASAPIResponse<ValidValue> |
getValidValueRelationship(String serverName,
String userId,
String guid)
Get a validValue relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse<Antonym> |
restoreAntonym(String serverName,
String userId,
String guid)
Restore a Antonym
|
SubjectAreaOMASAPIResponse<CategoryAnchor> |
restoreCategoryAnchorRelationship(String serverName,
String userId,
String guid)
Restore a CategoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse<IsA> |
restoreIsaRelationship(String serverName,
String userId,
String guid)
Restore a Isa Relationship
|
SubjectAreaOMASAPIResponse<PreferredTerm> |
restorePreferredTerm(String serverName,
String userId,
String guid)
Restore a PreferredTerm
|
SubjectAreaOMASAPIResponse<ProjectScope> |
restoreProjectScopeRelationship(String serverName,
String userId,
String guid)
Restore a ProjectScope, which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse<RelatedTerm> |
restoreRelatedTerm(String serverName,
String userId,
String guid)
Restore a related Term relationship.
|
SubjectAreaOMASAPIResponse<ReplacementTerm> |
restoreReplacementTerm(String serverName,
String userId,
String guid)
Restore a ReplacementTerm
|
SubjectAreaOMASAPIResponse<Synonym> |
restoreSynonym(String serverName,
String userId,
String guid)
Restore a Synonym
|
SubjectAreaOMASAPIResponse<TermAnchor> |
restoreTermAnchorRelationship(String serverName,
String userId,
String guid)
Restore a TermAnchor Relationship.
|
SubjectAreaOMASAPIResponse<Categorization> |
restoreTermCategorizationRelationship(String serverName,
String userId,
String guid)
Restore a TermCategorization Relationship.
|
SubjectAreaOMASAPIResponse<HasA> |
restoreTermHasARelationship(String serverName,
String userId,
String guid)
Restore a has a relationship.
|
SubjectAreaOMASAPIResponse<IsATypeOf> |
restoreTermIsaTypeOfRelationship(String serverName,
String userId,
String guid)
Restore a Is a Type Of Relationship
|
SubjectAreaOMASAPIResponse<TypedBy> |
restoreTermTYPEDBYRelationship(String serverName,
String userId,
String guid)
Restore a Term TYPED BY relationship
|
SubjectAreaOMASAPIResponse<Translation> |
restoreTranslation(String serverName,
String userId,
String guid)
Restore a Translation
|
SubjectAreaOMASAPIResponse<UsedInContext> |
restoreUsedInContext(String serverName,
String userId,
String guid)
Restore a UsedInContext
|
SubjectAreaOMASAPIResponse<ValidValue> |
restoreValidValue(String serverName,
String userId,
String guid)
Restore a ValidValue
|
SubjectAreaOMASAPIResponse<Antonym> |
updateAntonymRelationship(String serverName,
String userId,
String guid,
Antonym antonym,
Boolean isReplace)
Update a Antonym relationship which is a link between glossary terms that have the opposite meaning
|
SubjectAreaOMASAPIResponse<CategoryAnchor> |
updateCategoryAnchorRelationship(String serverName,
String userId,
String guid,
CategoryAnchor categoryAnchor,
Boolean isReplace)
Update a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse<IsA> |
updateIsARelationship(String serverName,
String userId,
String guid,
IsA isa,
Boolean isReplace)
Update a IsARelationship relationship, which is a link between a more general glossary term and a more specific definition.
|
SubjectAreaOMASAPIResponse<IsATypeOf> |
updateIsARelationship(String serverName,
String userId,
String guid,
IsATypeOf isatypeof,
Boolean isReplace)
Update a IsARelationship relationship, which is a link between a more general glossary term and a more specific definition.
|
SubjectAreaOMASAPIResponse<PreferredTerm> |
updatePreferredTermRelationship(String serverName,
String userId,
String guid,
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.
|
SubjectAreaOMASAPIResponse<ProjectScope> |
updateProjectScopeRelationship(String serverName,
String userId,
String guid,
ProjectScope projectScope,
Boolean isReplace)
Update a Project scope relationship which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse<RelatedTerm> |
updateRelatedTerm(String serverName,
String userId,
String guid,
RelatedTerm relatedTermRelationship,
Boolean isReplace)
Update a Related Term relationship.
|
SubjectAreaOMASAPIResponse<ReplacementTerm> |
updateReplacementTermRelationship(String serverName,
String userId,
String guid,
ReplacementTerm replacementTerm,
Boolean isReplace)
Update a ReplacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
|
SubjectAreaOMASAPIResponse<Synonym> |
updateSynonymRelationship(String serverName,
String userId,
String guid,
Synonym synonym,
Boolean isReplace)
Update a Synonym relationship which is a link between glossary terms that have the same meaning
|
SubjectAreaOMASAPIResponse<TermAnchor> |
updateTermAnchorRelationship(String serverName,
String userId,
String guid,
TermAnchor termAnchor,
Boolean isReplace)
Update a termAnchor Relationship.
|
SubjectAreaOMASAPIResponse<Categorization> |
updateTermCategorizationRelationship(String serverName,
String userId,
String guid,
Categorization isatypeof,
Boolean isReplace)
Update a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse<HasA> |
updateTermHasARelationship(String serverName,
String userId,
String guid,
HasA termHasARelationship,
Boolean isReplace)
Update a TermHasARelationship is the relationship between a spine object and a spine attribute.
|
SubjectAreaOMASAPIResponse<TypedBy> |
updateTermTYPEDBYRelationship(String serverName,
String userId,
String guid,
TypedBy termTYPEDBYRelationship,
Boolean isReplace)
Update a TermTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse<Translation> |
updateTranslationRelationship(String serverName,
String userId,
String guid,
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.
|
SubjectAreaOMASAPIResponse<UsedInContext> |
updateUsedInContextRelationship(String serverName,
String userId,
String guid,
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.
|
SubjectAreaOMASAPIResponse<ValidValue> |
updateValidValueRelationship(String serverName,
String userId,
String guid,
ValidValue validValue,
Boolean isReplace)
Update a ValidValue relationship which is a link between glossary terms that have the same meaning
|
public GlossaryAuthorViewRelationshipRESTResource()
@PostMapping(path="/has-as") public SubjectAreaOMASAPIResponse<HasA> createTermHasARelationship(@PathVariable String serverName, @PathVariable String userId, @RequestBody HasA 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@GetMapping(path="/has-as/{guid}")
public SubjectAreaOMASAPIResponse<HasA> 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@PutMapping(path="/has-as/{guid}")
public SubjectAreaOMASAPIResponse<HasA> updateTermHasARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
HasA termHasARelationship,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - unique identifier of the LinetermHasARelationship - the HasA relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@DeleteMapping(path="/has-as/{guid}")
public SubjectAreaOMASAPIResponse<HasA> deleteTermHasARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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.@PostMapping(path="/has-as/{guid}")
public SubjectAreaOMASAPIResponse<HasA> restoreTermHasARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
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.
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@PostMapping(path="/related-terms") public SubjectAreaOMASAPIResponse<RelatedTerm> createRelatedTerm(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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@GetMapping(path="/related-terms/{guid}")
public SubjectAreaOMASAPIResponse<RelatedTerm> 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@PutMapping(path="/related-terms/{guid}")
public SubjectAreaOMASAPIResponse<RelatedTerm> updateRelatedTerm(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
RelatedTerm relatedTermRelationship,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - unique identifier of the LinerelatedTermRelationship - the related term relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@DeleteMapping(path="/related-terms/{guid}")
public SubjectAreaOMASAPIResponse<RelatedTerm> deleteRelatedTerm(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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.@PostMapping(path="/related-terms/{guid}")
public SubjectAreaOMASAPIResponse<RelatedTerm> restoreRelatedTerm(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
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.
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@PostMapping(path="/synonyms") public SubjectAreaOMASAPIResponse<Synonym> createSynonym(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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@GetMapping(path="/synonyms/{guid}")
public SubjectAreaOMASAPIResponse<Synonym> 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@PutMapping(path="/synonyms/{guid}")
public SubjectAreaOMASAPIResponse<Synonym> updateSynonymRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
Synonym synonym,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - unique identifier of the Linesynonym - the synonym relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@DeleteMapping(path="/synonyms/{guid}")
public SubjectAreaOMASAPIResponse<Synonym> deleteSynonymRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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.@PostMapping(path="/synonyms/{guid}")
public SubjectAreaOMASAPIResponse<Synonym> restoreSynonym(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
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.
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@PostMapping(path="/antonyms") public SubjectAreaOMASAPIResponse<Antonym> createAntonym(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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@GetMapping(path="/antonyms/{guid}")
public SubjectAreaOMASAPIResponse<Antonym> 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@PutMapping(path="/antonyms/{guid}")
public SubjectAreaOMASAPIResponse<Antonym> updateAntonymRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
Antonym antonym,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - unique identifier of the Lineantonym - the antonym relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@DeleteMapping(path="/antonyms/{guid}")
public SubjectAreaOMASAPIResponse<Antonym> deleteAntonymRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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.@PostMapping(path="/antonyms/{guid}")
public SubjectAreaOMASAPIResponse<Antonym> restoreAntonym(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
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.
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@PostMapping(path="/translations") public SubjectAreaOMASAPIResponse<Translation> createTranslation(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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@GetMapping(path="/translations/{guid}")
public SubjectAreaOMASAPIResponse<Translation> 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@PutMapping(path="/translations/{guid}")
public SubjectAreaOMASAPIResponse<Translation> updateTranslationRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
Translation translation,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - unique identifier of the Linetranslation - the translation relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@DeleteMapping(path="/translations/{guid}")
public SubjectAreaOMASAPIResponse<Translation> deleteTranslationRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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.@PostMapping(path="/translations/{guid}")
public SubjectAreaOMASAPIResponse<Translation> restoreTranslation(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
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.
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@PostMapping(path="/used-in-contexts") public SubjectAreaOMASAPIResponse<UsedInContext> createusedInContext(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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@GetMapping(path="/used-in-contexts/{guid}")
public SubjectAreaOMASAPIResponse<UsedInContext> 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@PutMapping(path="/used-in-contexts/{guid}")
public SubjectAreaOMASAPIResponse<UsedInContext> updateUsedInContextRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
UsedInContext usedInContext,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - unique identifier of the LineusedInContext - 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.@DeleteMapping(path="/used-in-contexts/{guid}")
public SubjectAreaOMASAPIResponse<UsedInContext> deleteUsedInContextRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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.@PostMapping(path="/used-in-contexts/{guid}")
public SubjectAreaOMASAPIResponse<UsedInContext> restoreUsedInContext(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
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.
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@PostMapping(path="/preferred-terms") public SubjectAreaOMASAPIResponse<PreferredTerm> createPreferredTerm(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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 preferred term relationship@GetMapping(path="/preferred-terms/{guid}")
public SubjectAreaOMASAPIResponse<PreferredTerm> 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@PutMapping(path="/preferred-terms/{guid}")
public SubjectAreaOMASAPIResponse<PreferredTerm> updatePreferredTermRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
PreferredTerm preferredTerm,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - unique identifier of the LinepreferredTerm - the preferred term relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@DeleteMapping(path="/preferred-terms/{guid}")
public SubjectAreaOMASAPIResponse<PreferredTerm> deletePreferredTermRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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.@PostMapping(path="/preferred-terms/{guid}")
public SubjectAreaOMASAPIResponse<PreferredTerm> restorePreferredTerm(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
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.
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@PostMapping(path="/valid-values") public SubjectAreaOMASAPIResponse<ValidValue> createValidValue(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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@GetMapping(path="/valid-values/{guid}")
public SubjectAreaOMASAPIResponse<ValidValue> 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@PutMapping(path="/valid-values/{guid}")
public SubjectAreaOMASAPIResponse<ValidValue> updateValidValueRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
ValidValue validValue,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - unique identifier of the LinevalidValue - the valid value relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@DeleteMapping(path="/valid-values/{guid}")
public SubjectAreaOMASAPIResponse<ValidValue> deleteValidValueRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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.@PostMapping(path="/valid-values/{guid}")
public SubjectAreaOMASAPIResponse<ValidValue> restoreValidValue(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
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.
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@PostMapping(path="/replacement-terms") public SubjectAreaOMASAPIResponse<ReplacementTerm> createReplacementTerm(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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@GetMapping(path="/replacement-terms/{guid}")
public SubjectAreaOMASAPIResponse<ReplacementTerm> 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@PutMapping(path="/replacement-terms/{guid}")
public SubjectAreaOMASAPIResponse<ReplacementTerm> updateReplacementTermRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
ReplacementTerm replacementTerm,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - unique identifier of the LinereplacementTerm - the replacement term relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@DeleteMapping(path="/replacement-terms/{guid}")
public SubjectAreaOMASAPIResponse<ReplacementTerm> deleteReplacementTermRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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.@PostMapping(path="/replacement-terms/{guid}")
public SubjectAreaOMASAPIResponse<ReplacementTerm> restoreReplacementTerm(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
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.
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@PostMapping(path="/typed-bys") public SubjectAreaOMASAPIResponse<TypedBy> createtermTYPEDBYRelationship(@PathVariable String serverName, @PathVariable String userId, @RequestBody TypedBy 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@GetMapping(path="/typed-bys/{guid}")
public SubjectAreaOMASAPIResponse<TypedBy> 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@PutMapping(path="/typed-bys/{guid}")
public SubjectAreaOMASAPIResponse<TypedBy> updateTermTYPEDBYRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
TypedBy termTYPEDBYRelationship,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - unique identifier of the LinetermTYPEDBYRelationship - the typed by relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@DeleteMapping(path="/typed-bys/{guid}")
public SubjectAreaOMASAPIResponse<TypedBy> deleteTypedByRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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.@PostMapping(path="/typed-bys/{guid}")
public SubjectAreaOMASAPIResponse<TypedBy> restoreTermTYPEDBYRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
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.
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@PostMapping(path="/is-as") public SubjectAreaOMASAPIResponse<IsA> createiSARelationship(@PathVariable String serverName, @PathVariable String userId, @RequestBody IsA 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@GetMapping(path="/is-as/{guid}")
public SubjectAreaOMASAPIResponse<IsA> 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@PutMapping(path="/is-as/{guid}")
public SubjectAreaOMASAPIResponse<IsA> updateIsARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
IsA isa,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - unique identifier of the Lineisa - the is-a relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@DeleteMapping(path="/is-as/{guid}")
public SubjectAreaOMASAPIResponse<IsA> deleteTermIsARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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.@PostMapping(path="/is-as/{guid}")
public SubjectAreaOMASAPIResponse<IsA> restoreIsaRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
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.
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@PostMapping(path="/is-a-type-ofs") public SubjectAreaOMASAPIResponse<IsATypeOf> createTermIsATypeOfRelationship(@PathVariable String serverName, @PathVariable String userId, @RequestBody IsATypeOf 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@GetMapping(path="/is-a-type-ofs/{guid}")
public SubjectAreaOMASAPIResponse<IsATypeOf> 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@PutMapping(path="/is-a-type-ofs/{guid}")
public SubjectAreaOMASAPIResponse<IsATypeOf> updateIsARelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
IsATypeOf isatypeof,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - unique identifier of the Lineisatypeof - 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.@DeleteMapping(path="/is-a-type-ofs/{guid}")
public SubjectAreaOMASAPIResponse<IsATypeOf> deleteTermIsaTypeOfRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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.@PostMapping(path="/is-a-type-ofs/{guid}")
public SubjectAreaOMASAPIResponse<IsATypeOf> restoreTermIsaTypeOfRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
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.
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@PostMapping(path="/term-categorizations") public SubjectAreaOMASAPIResponse<Categorization> createTermCategorization(@PathVariable String serverName, @PathVariable String userId, @RequestBody Categorization 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@GetMapping(path="/term-categorizations/{guid}")
public SubjectAreaOMASAPIResponse<Categorization> 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@PutMapping(path="/term-categorizations/{guid}")
public SubjectAreaOMASAPIResponse<Categorization> updateTermCategorizationRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
Categorization isatypeof,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - unique identifier of the Lineisatypeof - 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.@DeleteMapping(path="/term-categorizations/{guid}")
public SubjectAreaOMASAPIResponse<Categorization> deleteTermCategorizationRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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.@PostMapping(path="/term-categorizations/{guid}")
public SubjectAreaOMASAPIResponse<Categorization> restoreTermCategorizationRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
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.
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@PostMapping(path="/term-anchor") public SubjectAreaOMASAPIResponse<TermAnchor> createTermAnchor(@PathVariable String serverName, @PathVariable String userId, @RequestBody TermAnchor termAnchorRelationship)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedtermAnchorRelationship - the TermAnchorRelationship relationship@GetMapping(path="/term-anchor/{guid}")
public SubjectAreaOMASAPIResponse<TermAnchor> getTermAnchorRelationship(@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 termAnchor Relationship to get@PutMapping(path="/term-anchor/{guid}")
public SubjectAreaOMASAPIResponse<TermAnchor> updateTermAnchorRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
TermAnchor termAnchor,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - guid of the TermAnchor relationshiptermAnchor - the termAnchor relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@DeleteMapping(path="/term-anchor/{guid}")
public SubjectAreaOMASAPIResponse<TermAnchor> deleteTermAnchorRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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 TermAnchorRelationship relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@PostMapping(path="/term-anchor/{guid}")
public SubjectAreaOMASAPIResponse<TermAnchor> restoreTermAnchorRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
Restore allows the deleted TermAnchor Relationship to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.
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 Anchor Relationship to delete@PostMapping(path="/category-anchor") public SubjectAreaOMASAPIResponse<CategoryAnchor> createCategoryAnchor(@PathVariable String serverName, @PathVariable String userId, @RequestBody CategoryAnchor categoryAnchorRelationship)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedcategoryAnchorRelationship - the CategoryAnchorRelationship relationship@GetMapping(path="/category-anchor/{guid}")
public SubjectAreaOMASAPIResponse<CategoryAnchor> getCategoryAnchorRelationship(@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 categoryAnchor Relationship to get@DeleteMapping(path="/category-anchor/{guid}")
public SubjectAreaOMASAPIResponse<CategoryAnchor> deleteCategoryAnchorRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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 CategoryAnchorRelationship relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@PutMapping(path="/category-anchor/{guid}")
public SubjectAreaOMASAPIResponse<CategoryAnchor> updateCategoryAnchorRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
CategoryAnchor categoryAnchor,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - guid of the CategoryAnchor relationshipcategoryAnchor - the categoryAnchor relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@PostMapping(path="/category-anchor/{guid}")
public SubjectAreaOMASAPIResponse<CategoryAnchor> restoreCategoryAnchorRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
Restore allows the deleted CategoryAnchor Relationship to be made active again. Restore allows deletes to be undone. Hard deletes are not stored in the repository so cannot be restored.
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 Category Anchor Relationship to delete@PostMapping(path="/project-scopes") public SubjectAreaOMASAPIResponse<ProjectScope> createProjectScopeRelationship(@PathVariable String serverName, @PathVariable String userId, @RequestBody ProjectScope projectScope)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedprojectScope - the Project scope relationship@GetMapping(path="/project-scopes/{guid}")
public SubjectAreaOMASAPIResponse<ProjectScope> getProjectScopeRelationship(@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 project scope relationship to get@PutMapping(path="/project-scopes/{guid}")
public SubjectAreaOMASAPIResponse<ProjectScope> updateProjectScopeRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestBody
ProjectScope projectScope,
@RequestParam(value="isReplace",required=false,defaultValue="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 performedguid - unique identifier of the LineprojectScope - the projectScope relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.@DeleteMapping(path="/project-scopes/{guid}")
public SubjectAreaOMASAPIResponse<ProjectScope> deleteProjectScopeRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid,
@RequestParam(value="isPurge",required=false,defaultValue="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 Project scope relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@PostMapping(path="/project-scopes/{guid}")
public SubjectAreaOMASAPIResponse<ProjectScope> restoreProjectScopeRelationship(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
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.
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 ProjectScopeRelationship to delete@GetMapping(path="/semantic-assignments/{guid}")
public SubjectAreaOMASAPIResponse<SemanticAssignment> 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–2021 LF AI & Data Foundation. All rights reserved.