@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 |
createAntonym(String serverName,
String userId,
Antonym antonym)
Create an antonym relationship, which is a link between glossary terms that have the opposite meaning.
|
SubjectAreaOMASAPIResponse |
createCategoryAnchor(String serverName,
String userId,
CategoryAnchorRelationship categoryAnchorRelationship)
Create a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
createiSA(String serverName,
String userId,
ISARelationship iSARelationship)
Create a iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
|
SubjectAreaOMASAPIResponse |
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 |
createProjectScope(String serverName,
String userId,
ProjectScopeRelationship projectScope)
Create a project scope relationship, which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse |
createRelatedTerm(String serverName,
String userId,
RelatedTerm relatedTermRelationshipRelationship)
Create a RelatedTerm.
|
SubjectAreaOMASAPIResponse |
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 |
createSynonym(String serverName,
String userId,
Synonym synonym)
Create a synonym relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse |
createTermAnchor(String serverName,
String userId,
TermAnchorRelationship termAnchorRelationship)
Create a termAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
createTermCategorization(String serverName,
String userId,
TermCategorizationRelationship termCategorizationRelationship)
Create a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse |
createTermHASA(String serverName,
String userId,
TermHASARelationship termHASARelationship)
Create a TermHASARelationship is the relationship between a spine object and a spine attribute.
|
SubjectAreaOMASAPIResponse |
createtermISATypeOF(String serverName,
String userId,
TermISATypeOFRelationship termISATypeOFRelationship)
Create a termISATypeOFRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse |
createtermTYPEDBY(String serverName,
String userId,
TermTYPEDBYRelationship termTYPEDBYRelationship)
Create a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse |
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 |
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 |
createvalidValue(String serverName,
String userId,
ValidValue validValue)
Create a ValidValue relationship, which is link between glossary terms where one defines one of the data values for the another.
|
SubjectAreaOMASAPIResponse |
deleteAntonym(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Antonym relationship
|
SubjectAreaOMASAPIResponse |
deleteCategoryAnchor(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a CategoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
deletePreferredTerm(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 |
deleteProjectScope(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 |
deleteRelatedTerm(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Related Term relationship
|
SubjectAreaOMASAPIResponse |
deleteReplacementTerm(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 |
deleteSynonym(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Synonym relationship
|
SubjectAreaOMASAPIResponse |
deleteTermAnchor(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a TermAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
deleteTermCategorization(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a TermCategorization Relationship.
|
SubjectAreaOMASAPIResponse |
deleteTermHASA(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Term HAS A relationship
|
SubjectAreaOMASAPIResponse |
deleteTermISA(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a ISA relationship, which is a link between a more general glossary term and a more specific definition.
|
SubjectAreaOMASAPIResponse |
deleteTermIsaTypeOf(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a TermISATypeOFRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse |
deleteTranslation(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 |
deleteTypedBy(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a TermTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse |
deleteUsedInContext(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 |
deleteValidValue(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a ValidValue relationship, which is link between glossary terms where one defines one of the data values for the another.
|
SubjectAreaOMASAPIResponse |
getAntonym(String serverName,
String userId,
String guid)
Get a antonym relationship
|
SubjectAreaOMASAPIResponse |
getCategoryAnchor(String serverName,
String userId,
String guid)
Get a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
getISA(String serverName,
String userId,
String guid)
Get a ISA relationship, which is a link between a more general glossary term and a more specific definition.
|
SubjectAreaOMASAPIResponse |
getPreferredTerm(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 |
getProjectScope(String serverName,
String userId,
String guid)
Get a project scope relationship, which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse |
getRelatedTerm(String serverName,
String userId,
String guid)
Get a related Term relationship.
|
SubjectAreaOMASAPIResponse |
getReplacementTerm(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 |
getSemanticAssignment(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 |
getSynonym(String serverName,
String userId,
String guid)
Get a synonym relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse |
getTermAnchor(String serverName,
String userId,
String guid)
Get a termAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
getTermCategorization(String serverName,
String userId,
String guid)
Get a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse |
getTermHASA(String serverName,
String userId,
String guid)
Get a Term HAS A relationship
|
SubjectAreaOMASAPIResponse |
getTermISATypeOF(String serverName,
String userId,
String guid)
Get a termISATypeOFRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse |
getTranslation(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 |
getTYPEDBY(String serverName,
String userId,
String guid)
Get a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse |
getUsedInContext(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 |
getValidValue(String serverName,
String userId,
String guid)
Get a ValidValue relationship, which is link between glossary terms where one defines one of the data values for the another.
|
SubjectAreaOMASAPIResponse |
restoreAntonym(String serverName,
String userId,
String guid)
Restore a Antonym
|
SubjectAreaOMASAPIResponse |
restoreCategoryAnchor(String serverName,
String userId,
String guid)
Restore a CategoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
restoreIsa(String serverName,
String userId,
String guid)
Restore ISA Relationship
|
SubjectAreaOMASAPIResponse |
restorePreferredTerm(String serverName,
String userId,
String guid)
Restore a PreferredTerm
|
SubjectAreaOMASAPIResponse |
restoreProjectScoper(String serverName,
String userId,
String guid)
Restore a ProjectScope, which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse |
restoreRelatedTerm(String serverName,
String userId,
String guid)
Restore a related Term relationship.
|
SubjectAreaOMASAPIResponse |
restoreReplacementTerm(String serverName,
String userId,
String guid)
Restore a ReplacementTerm
|
SubjectAreaOMASAPIResponse |
restoreSynonym(String serverName,
String userId,
String guid)
Restore a Synonym
|
SubjectAreaOMASAPIResponse |
restoreTermAnchor(String serverName,
String userId,
String guid)
Restore a TermAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
restoreTermCategorization(String serverName,
String userId,
String guid)
Restore a TermCategorization Relationship.
|
SubjectAreaOMASAPIResponse |
restoreTermHASA(String serverName,
String userId,
String guid)
Restore a has a relationship.
|
SubjectAreaOMASAPIResponse |
restoreTermIsaTypeOf(String serverName,
String userId,
String guid)
Restore a Is a Type Of Relationship
|
SubjectAreaOMASAPIResponse |
restoreTermTYPEDBY(String serverName,
String userId,
String guid)
Restore a Term TYPED BY relationship
|
SubjectAreaOMASAPIResponse |
restoreTranslation(String serverName,
String userId,
String guid)
Restore a Translation
|
SubjectAreaOMASAPIResponse |
restoreUsedInContext(String serverName,
String userId,
String guid)
Restore a UsedInContext
|
SubjectAreaOMASAPIResponse |
restoreValidValue(String serverName,
String userId,
String guid)
Restore a ValidValue relationship, which is link between glossary terms where one defines one of the data values for the another.
|
SubjectAreaOMASAPIResponse |
updateAntonym(String serverName,
String userId,
Antonym antonym,
Boolean isReplace)
Update a Antonym relationship which is a link between glossary terms that have the opposite meaning
|
SubjectAreaOMASAPIResponse |
updateISA(String serverName,
String userId,
ISARelationship isa,
Boolean isReplace)
Update a ISA relationship, which is a link between a more general glossary term and a more specific definition.
|
SubjectAreaOMASAPIResponse |
updateISA(String serverName,
String userId,
TermISATypeOFRelationship isatypeof,
Boolean isReplace)
Update a ISARelationship relationship, which is a link between a more general glossary term and a more specific definition.
|
SubjectAreaOMASAPIResponse |
updatePreferredTerm(String serverName,
String userId,
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 |
updateProjectScope(String serverName,
String userId,
ProjectScopeRelationship projectScope,
Boolean isReplace)
Update a Project scope relationship which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse |
updateRelatedTerm(String serverName,
String userId,
RelatedTerm relatedTermRelationship,
Boolean isReplace)
Update a Related Term relationship.
|
SubjectAreaOMASAPIResponse |
updateReplacementTerm(String serverName,
String userId,
ReplacementTerm replacementTerm,
Boolean isReplace)
Update a ReplacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
|
SubjectAreaOMASAPIResponse |
updateSynonym(String serverName,
String userId,
Synonym synonym,
Boolean isReplace)
Update a Synonym relationship which is a link between glossary terms that have the same meaning
|
SubjectAreaOMASAPIResponse |
updateTermCategorization(String serverName,
String userId,
TermCategorizationRelationship isatypeof,
Boolean isReplace)
Update a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse |
updateTermHASA(String serverName,
String userId,
TermHASARelationship termHASARelationship,
Boolean isReplace)
Update a TermHASARelationship is the relationship between a spine object and a spine attribute.
|
SubjectAreaOMASAPIResponse |
updateTermTYPEDBY(String serverName,
String userId,
TermTYPEDBYRelationship termTYPEDBYRelationship,
Boolean isReplace)
Update a TermTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse |
updateTranslation(String serverName,
String userId,
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 |
updateUsedInContext(String serverName,
String userId,
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 |
updateValidValue(String serverName,
String userId,
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 createTermHASA(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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@GetMapping(path="/has-as/{guid}")
public SubjectAreaOMASAPIResponse getTermHASA(@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") public SubjectAreaOMASAPIResponse updateTermHASA(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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.@DeleteMapping(path="/has-as/{guid}")
public SubjectAreaOMASAPIResponse deleteTermHASA(@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.@PostMapping(path="/has-as/{guid}")
public SubjectAreaOMASAPIResponse restoreTermHASA(@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 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 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") public SubjectAreaOMASAPIResponse updateRelatedTerm(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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.@DeleteMapping(path="/related-terms/{guid}")
public 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.@PostMapping(path="/related-terms/{guid}")
public SubjectAreaOMASAPIResponse 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 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 getSynonym(@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") public SubjectAreaOMASAPIResponse updateSynonym(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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.@DeleteMapping(path="/synonyms/{guid}")
public SubjectAreaOMASAPIResponse deleteSynonym(@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.@PostMapping(path="/synonyms/{guid}")
public SubjectAreaOMASAPIResponse 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 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 getAntonym(@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") public SubjectAreaOMASAPIResponse updateAntonym(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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.@DeleteMapping(path="/antonyms/{guid}")
public SubjectAreaOMASAPIResponse deleteAntonym(@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.@PostMapping(path="/antonyms/{guid}")
public SubjectAreaOMASAPIResponse 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 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 getTranslation(@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") public SubjectAreaOMASAPIResponse updateTranslation(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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.@DeleteMapping(path="/translations/{guid}")
public SubjectAreaOMASAPIResponse deleteTranslation(@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.@PostMapping(path="/translations/{guid}")
public SubjectAreaOMASAPIResponse 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 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 getUsedInContext(@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") public SubjectAreaOMASAPIResponse updateUsedInContext(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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.@DeleteMapping(path="/used-in-contexts/{guid}")
public SubjectAreaOMASAPIResponse deleteUsedInContext(@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.@PostMapping(path="/used-in-contexts/{guid}")
public SubjectAreaOMASAPIResponse 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 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 getPreferredTerm(@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") public SubjectAreaOMASAPIResponse updatePreferredTerm(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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.@DeleteMapping(path="/preferred-terms/{guid}")
public SubjectAreaOMASAPIResponse deletePreferredTerm(@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.@PostMapping(path="/preferred-terms/{guid}")
public SubjectAreaOMASAPIResponse 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 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 getValidValue(@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") public SubjectAreaOMASAPIResponse updateValidValue(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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.@DeleteMapping(path="/valid-values/{guid}")
public SubjectAreaOMASAPIResponse deleteValidValue(@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.@PostMapping(path="/valid-values/{guid}")
public SubjectAreaOMASAPIResponse 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 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 getReplacementTerm(@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") public SubjectAreaOMASAPIResponse updateReplacementTerm(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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.@DeleteMapping(path="/replacement-terms/{guid}")
public SubjectAreaOMASAPIResponse deleteReplacementTerm(@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.@PostMapping(path="/replacement-terms/{guid}")
public SubjectAreaOMASAPIResponse 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 createtermTYPEDBY(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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@GetMapping(path="/typed-bys/{guid}")
public SubjectAreaOMASAPIResponse getTYPEDBY(@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") public SubjectAreaOMASAPIResponse updateTermTYPEDBY(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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.@DeleteMapping(path="/typed-bys/{guid}")
public SubjectAreaOMASAPIResponse deleteTypedBy(@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.@PostMapping(path="/typed-bys/{guid}")
public SubjectAreaOMASAPIResponse restoreTermTYPEDBY(@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 createiSA(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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@GetMapping(path="/is-as/{guid}")
public SubjectAreaOMASAPIResponse getISA(@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") public SubjectAreaOMASAPIResponse updateISA(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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.@DeleteMapping(path="/is-as/{guid}")
public SubjectAreaOMASAPIResponse deleteTermISA(@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.@PostMapping(path="/is-as/{guid}")
public SubjectAreaOMASAPIResponse restoreIsa(@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 createtermISATypeOF(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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@GetMapping(path="/is-a-type-ofs/{guid}")
public SubjectAreaOMASAPIResponse getTermISATypeOF(@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") public SubjectAreaOMASAPIResponse updateISA(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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.@DeleteMapping(path="/is-a-type-ofs/{guid}")
public SubjectAreaOMASAPIResponse deleteTermIsaTypeOf(@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.@PostMapping(path="/is-a-type-ofs/{guid}")
public SubjectAreaOMASAPIResponse restoreTermIsaTypeOf(@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 createTermCategorization(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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@GetMapping(path="/term-categorizations/{guid}")
public SubjectAreaOMASAPIResponse getTermCategorization(@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") public SubjectAreaOMASAPIResponse updateTermCategorization(@PathVariable String serverName, @PathVariable String userId, @RequestBody 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.@DeleteMapping(path="/term-categorizations/{guid}")
public SubjectAreaOMASAPIResponse deleteTermCategorization(@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.@PostMapping(path="/term-categorizations/{guid}")
public SubjectAreaOMASAPIResponse restoreTermCategorization(@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 createTermAnchor(@PathVariable String serverName, @PathVariable String userId, @RequestBody TermAnchorRelationship 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 getTermAnchor(@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@DeleteMapping(path="/term-anchor/{guid}")
public SubjectAreaOMASAPIResponse deleteTermAnchor(@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 TermAnchorRelationship relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@PostMapping(path="/term-anchor/{guid}")
public SubjectAreaOMASAPIResponse restoreTermAnchor(@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 createCategoryAnchor(@PathVariable String serverName, @PathVariable String userId, @RequestBody CategoryAnchorRelationship 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 getCategoryAnchor(@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 deleteCategoryAnchor(@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 CategoryAnchorRelationship relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@PostMapping(path="/category-anchor/{guid}")
public SubjectAreaOMASAPIResponse restoreCategoryAnchor(@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 createProjectScope(@PathVariable String serverName, @PathVariable String userId, @RequestBody ProjectScopeRelationship 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 getProjectScope(@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") public SubjectAreaOMASAPIResponse updateProjectScope(@PathVariable String serverName, @PathVariable String userId, @RequestBody ProjectScopeRelationship projectScope, @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 performedprojectScope - 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 deleteProjectScope(@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 Project scope relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.@PostMapping(path="/project-scopes/{guid}")
public SubjectAreaOMASAPIResponse restoreProjectScoper(@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 getSemanticAssignment(@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–2020 ODPi. All rights reserved.