public class SubjectAreaRelationshipRESTServices extends SubjectAreaRESTServicesInstance
instanceHandler, PAGE_OFFSET_DEFAULT_VALUE, PAGE_SIZE_DEFAULT_VALUE| Constructor and Description |
|---|
SubjectAreaRelationshipRESTServices()
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 |
createCategoryAnchorRelationship(String serverName,
String userId,
CategoryAnchor categoryAnchorRelationship)
Create a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
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 |
createPreferredTerm(String serverName,
String userId,
PreferredTerm preferredTermRelationship)
Create a preferredTermRelationship relationship, which is a link between glossary terms, it is a Link to an alternative term that the organization prefers is used.
|
SubjectAreaOMASAPIResponse |
createProjectScopeRelationship(String serverName,
String userId,
ProjectScope projectScope)
Create a projectScope relationship, which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse |
createRelatedTerm(String serverName,
String userId,
RelatedTerm relatedTermRelationship)
Create a RelatedTerm.
|
SubjectAreaOMASAPIResponse |
createReplacementTerm(String serverName,
String userId,
ReplacementTerm replacementTermRelationship)
Create a replacementTermRelationship 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 |
createTermAnchorRelationship(String serverName,
String userId,
TermAnchor termAnchorRelationship)
Create a termAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
createTermCategorizationRelationship(String serverName,
String userId,
Categorization termCategorizationRelationship)
Create a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse |
createTermHASARelationship(String serverName,
String userId,
Hasa termHASARelationship)
Create a Hasa is the relationship between a spine object and a spine attribute.
|
SubjectAreaOMASAPIResponse |
createTermISATypeOFRelationship(String serverName,
String userId,
IsaTypeOf termISATypeOFRelationship)
Create a termISATypeOFRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse |
createTermTYPEDBYRelationship(String serverName,
String userId,
TypedBy termTYPEDBYRelationship)
Create a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse |
createTranslation(String serverName,
String userId,
Translation translationRelationship)
Create a translationRelationship relationship, which is a link between glossary terms to provide different natural language translationRelationship of the same concept.
|
SubjectAreaOMASAPIResponse |
createUsedInContext(String serverName,
String userId,
UsedInContext usedInContextRelationship)
Create a usedInContextRelationship 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 validValueRelationship)
Create a validValueRelationship relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse |
deleteAntonymRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Antonym relationship
|
SubjectAreaOMASAPIResponse |
deleteCategoryAnchorRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a CategoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
deleteISARelationship(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 |
deleteIsATypeOfRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a IsaTypeOf relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse |
deletePreferredTermRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a PreferredTerm relationship, which is a link between glossary terms, it is a Link to an alternative term that the organization prefers is used.
|
SubjectAreaOMASAPIResponse |
deleteProjectScopeRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a ProjectScope 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 |
deleteSynonymRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Synonym relationship
|
SubjectAreaOMASAPIResponse |
deleteTermAnchorRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a TermAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
deleteTermCategorizationRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a TermCategorization Relationship.
|
SubjectAreaOMASAPIResponse |
deleteTermHASARelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Term HAS A relationship
|
SubjectAreaOMASAPIResponse |
deleteTermTYPEDBYRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a TypedBy relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse |
deleteTranslationRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
|
SubjectAreaOMASAPIResponse |
deleteUsedInContextRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a UsedInContext relationship which is a link between glossary terms, where one describes the context where the other one is valid to use.
|
SubjectAreaOMASAPIResponse |
deleteValidValueRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a ValidValue relationship
|
SubjectAreaOMASAPIResponse |
getAntonymRelationship(String serverName,
String userId,
String guid)
Get a antonym relationship
|
SubjectAreaOMASAPIResponse |
getCategoryAnchorRelationship(String serverName,
String userId,
String guid)
Get a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
getISARelationship(String serverName,
String userId,
String guid)
Get a iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
|
SubjectAreaOMASAPIResponse |
getPreferredTermRelationship(String serverName,
String userId,
String guid)
Get a preferredTerm relationship, which is a link between glossary terms, it is a Link to an alternative term that the organization prefers is used.
|
SubjectAreaOMASAPIResponse |
getProjectScopeRelationship(String serverName,
String userId,
String guid)
Get a projectScope 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 |
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 |
getSynonymRelationship(String serverName,
String userId,
String guid)
Get a synonym relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse |
getTermAnchorRelationship(String serverName,
String userId,
String guid)
Get a termAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
getTermCategorizationRelationship(String serverName,
String userId,
String guid)
Get a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse |
getTermHASARelationship(String serverName,
String userId,
String guid)
Get a Term HAS A relationship
|
SubjectAreaOMASAPIResponse |
getTermISATypeOFRelationship(String serverName,
String userId,
String guid)
Get a termISATypeOFRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse |
getTermTYPEDBYRelationship(String serverName,
String userId,
String guid)
Get a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse |
getTranslationRelationship(String serverName,
String userId,
String guid)
Get a translation relationshiptranslation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
|
SubjectAreaOMASAPIResponse |
getUsedInContextRelationship(String serverName,
String userId,
String guid)
Get a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
|
SubjectAreaOMASAPIResponse |
getValidValueRelationship(String serverName,
String userId,
String guid)
Get a validValue relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse |
restoreAntonym(String serverName,
String userId,
String guid)
Restore an antonym relationship.
|
SubjectAreaOMASAPIResponse |
restoreCategoryAnchorRelationship(String serverName,
String userId,
String guid)
Restore a CategoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
restoreISARelationship(String serverName,
String userId,
String guid)
Restore a is a relationship.
|
SubjectAreaOMASAPIResponse |
restorePreferredTerm(String serverName,
String userId,
String guid)
Restore a preferred term relationship.
|
SubjectAreaOMASAPIResponse |
restoreProjectScopeRelationship(String serverName,
String userId,
String guid)
Restore a projectScope relationship, 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 replacement term relationship.
|
SubjectAreaOMASAPIResponse |
restoreSynonym(String serverName,
String userId,
String guid)
Restore a synonym relationship.
|
SubjectAreaOMASAPIResponse |
restoreTermAnchorRelationship(String serverName,
String userId,
String guid)
Restore a TermAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
restoreTermCategorizationRelationship(String serverName,
String userId,
String guid)
Restore a TermCategorization Relationship.
|
SubjectAreaOMASAPIResponse |
restoreTermHASARelationship(String serverName,
String userId,
String guid)
Restore a Term HAS A relationship.
|
SubjectAreaOMASAPIResponse |
restoreTermISATypeOFRelationship(String serverName,
String userId,
String guid)
Restore a is IsaTypeOf relationship.
|
SubjectAreaOMASAPIResponse |
restoreTermTYPEDBYRelationship(String serverName,
String userId,
String guid)
Restore a replacement term relationship.
|
SubjectAreaOMASAPIResponse |
restoreTranslation(String serverName,
String userId,
String guid)
Restore a translation relationship.
|
SubjectAreaOMASAPIResponse |
restoreUsedInContext(String serverName,
String userId,
String guid)
Restore a used in context relationship.
|
SubjectAreaOMASAPIResponse |
restoreValidValue(String serverName,
String userId,
String guid)
Restore a valid value relationship.
|
SubjectAreaOMASAPIResponse |
updateAntonymRelationship(String serverName,
String guid,
String userId,
Antonym antonym,
boolean isReplace)
Update a Antonym relationship which is a link between glossary terms that have the opposite meaning
|
SubjectAreaOMASAPIResponse |
updateISARelationship(String serverName,
String guid,
String userId,
Isa iSARelationship,
boolean isReplace)
Update a Isa relationship, which is a link between a more general glossary term and a more specific definition.
|
SubjectAreaOMASAPIResponse |
updatePreferredTermRelationship(String serverName,
String guid,
String userId,
PreferredTerm preferredTermRelationship,
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 |
updateProjectScopeRelationship(String serverName,
String guid,
String userId,
ProjectScope projectScope,
boolean isReplace)
Update a ProjectScope relationship which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse |
updateRelatedTerm(String serverName,
String guid,
String userId,
RelatedTerm relatedTermRelationship,
boolean isReplace)
Update a Related Term relationship.
|
SubjectAreaOMASAPIResponse |
updateReplacementTerm(String serverName,
String guid,
String userId,
ReplacementTerm replacementTermRelationship,
boolean isReplace)
Update a ReplacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
|
SubjectAreaOMASAPIResponse |
updateSynonymRelationship(String serverName,
String guid,
String userId,
Synonym synonym,
boolean isReplace)
Update a Synonym relationship which is a link between glossary terms that have the same meaning
|
SubjectAreaOMASAPIResponse |
updateTermCategorizationRelationship(String serverName,
String guid,
String userId,
Categorization termCategorizationRelationship,
Boolean isReplace)
Update a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse |
updateTermHASARelationship(String serverName,
String guid,
String userId,
Hasa termHASARelationship,
boolean isReplace)
Update a Hasa is the relationship between a spine object and a spine attribute.
|
SubjectAreaOMASAPIResponse |
updateTermISATypeOFRelationship(String serverName,
String guid,
String userId,
IsaTypeOf termISATypeOFRelationship,
boolean isReplace)
Update a IsaTypeOf relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse |
updateTermTYPEDBYRelationship(String serverName,
String guid,
String userId,
TypedBy termTYPEDBYRelationship,
boolean isReplace)
Update a TypedBy relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse |
updateTranslationRelationship(String serverName,
String guid,
String userId,
Translation translationRelationship,
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 |
updateUsedInContextRelationship(String serverName,
String guid,
String userId,
UsedInContext usedInContextRelationship,
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 |
updateValidValueRelationship(String serverName,
String guid,
String userId,
ValidValue validValueRelationship,
boolean isReplace)
Update a ValidValue relationship which is a link between glossary terms that have the same meaning
|
createLine, deleteLine, getLine, restoreLine, updateLinepublic SubjectAreaRelationshipRESTServices()
public SubjectAreaOMASAPIResponse createTermHASARelationship(String serverName, String userId, 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 relationshippublic SubjectAreaOMASAPIResponse getTermHASARelationship(String serverName, String userId, 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 getpublic SubjectAreaOMASAPIResponse updateTermHASARelationship(String serverName, String guid, String userId, Hasa termHASARelationship, boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantguid - guid of the HAS A relationshipuserId - 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.public SubjectAreaOMASAPIResponse deleteTermHASARelationship(String serverName, String userId, String guid, 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.public SubjectAreaOMASAPIResponse restoreTermHASARelationship(String serverName, String userId, 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 restorepublic SubjectAreaOMASAPIResponse createRelatedTerm(String serverName, String userId, RelatedTerm relatedTermRelationship)
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 RelatedTerm relationshippublic SubjectAreaOMASAPIResponse getRelatedTerm(String serverName, String userId, 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 getpublic SubjectAreaOMASAPIResponse updateRelatedTerm(String serverName, String guid, String userId, RelatedTerm relatedTermRelationship, boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantguid - guid of the related term relationshipuserId - 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.public SubjectAreaOMASAPIResponse deleteRelatedTerm(String serverName, String userId, String guid, 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.public SubjectAreaOMASAPIResponse restoreRelatedTerm(String serverName, String userId, 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 restorepublic SubjectAreaOMASAPIResponse createSynonym(String serverName, String userId, 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 relationshippublic SubjectAreaOMASAPIResponse getSynonymRelationship(String serverName, String userId, 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 getpublic SubjectAreaOMASAPIResponse updateSynonymRelationship(String serverName, String guid, String userId, Synonym synonym, 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 synonym relationshipsynonym - the Synonym relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deleteSynonymRelationship(String serverName, String userId, String guid, 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.public SubjectAreaOMASAPIResponse restoreSynonym(String serverName, String userId, 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 restorepublic SubjectAreaOMASAPIResponse createAntonym(String serverName, String userId, 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 relationshippublic SubjectAreaOMASAPIResponse getAntonymRelationship(String serverName, String userId, 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 getpublic SubjectAreaOMASAPIResponse updateAntonymRelationship(String serverName, String guid, String userId, Antonym antonym, boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantguid - guid of the antonym relationshipuserId - 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.public SubjectAreaOMASAPIResponse deleteAntonymRelationship(String serverName, String userId, String guid, 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.public SubjectAreaOMASAPIResponse restoreAntonym(String serverName, String userId, 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 restorepublic SubjectAreaOMASAPIResponse createTranslation(String serverName, String userId, Translation translationRelationship)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedtranslationRelationship - the Translation relationshippublic SubjectAreaOMASAPIResponse getTranslationRelationship(String serverName, String userId, 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 getpublic SubjectAreaOMASAPIResponse updateTranslationRelationship(String serverName, String guid, String userId, Translation translationRelationship, boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantguid - guid of the translation relationshipuserId - userId under which the request is performedtranslationRelationship - the Translation relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deleteTranslationRelationship(String serverName, String userId, String guid, 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.public SubjectAreaOMASAPIResponse restoreTranslation(String serverName, String userId, 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 restorepublic SubjectAreaOMASAPIResponse createUsedInContext(String serverName, String userId, UsedInContext usedInContextRelationship)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedusedInContextRelationship - the UsedInContext relationshippublic SubjectAreaOMASAPIResponse getUsedInContextRelationship(String serverName, String userId, 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 getpublic SubjectAreaOMASAPIResponse updateUsedInContextRelationship(String serverName, String guid, String userId, UsedInContext usedInContextRelationship, boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantguid - guid of the usedInContext relationshipuserId - userId under which the request is performedusedInContextRelationship - the UsedInContext relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deleteUsedInContextRelationship(String serverName, String userId, String guid, 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.public SubjectAreaOMASAPIResponse restoreUsedInContext(String serverName, String userId, 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 restorepublic SubjectAreaOMASAPIResponse createPreferredTerm(String serverName, String userId, PreferredTerm preferredTermRelationship)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedpreferredTermRelationship - the preferred Term relationshippublic SubjectAreaOMASAPIResponse getPreferredTermRelationship(String serverName, String userId, 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 getpublic SubjectAreaOMASAPIResponse updatePreferredTermRelationship(String serverName, String guid, String userId, PreferredTerm preferredTermRelationship, boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantguid - guid of the preferred term relationshipuserId - userId under which the request is performedpreferredTermRelationship - the PreferredTerm relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deletePreferredTermRelationship(String serverName, String userId, String guid, 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.public SubjectAreaOMASAPIResponse restorePreferredTerm(String serverName, String userId, 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 restorepublic SubjectAreaOMASAPIResponse createValidValue(String serverName, String userId, ValidValue validValueRelationship)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedvalidValueRelationship - the ValidValue relationshippublic SubjectAreaOMASAPIResponse getValidValueRelationship(String serverName, String userId, 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 getpublic SubjectAreaOMASAPIResponse updateValidValueRelationship(String serverName, String guid, String userId, ValidValue validValueRelationship, boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantguid - guid of the valid value relationshipuserId - userId under which the request is performedvalidValueRelationship - the ValidValue relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deleteValidValueRelationship(String serverName, String userId, String guid, 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.public SubjectAreaOMASAPIResponse restoreValidValue(String serverName, String userId, 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 restorepublic SubjectAreaOMASAPIResponse createReplacementTerm(String serverName, String userId, ReplacementTerm replacementTermRelationship)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedreplacementTermRelationship - the ReplacementTerm relationshippublic SubjectAreaOMASAPIResponse getReplacementTerm(String serverName, String userId, 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 getpublic SubjectAreaOMASAPIResponse updateReplacementTerm(String serverName, String guid, String userId, ReplacementTerm replacementTermRelationship, boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantguid - guid of the ReplacementTerm relationshipuserId - userId under which the request is performedreplacementTermRelationship - the ReplacementTerm relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deleteReplacementTerm(String serverName, String userId, String guid, 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.public SubjectAreaOMASAPIResponse restoreReplacementTerm(String serverName, String userId, 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 restorepublic SubjectAreaOMASAPIResponse createTermTYPEDBYRelationship(String serverName, String userId, 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 TypedBy relationshippublic SubjectAreaOMASAPIResponse getTermTYPEDBYRelationship(String serverName, String userId, 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 getpublic SubjectAreaOMASAPIResponse updateTermTYPEDBYRelationship(String serverName, String guid, String userId, TypedBy termTYPEDBYRelationship, boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantguid - guid of the typed by relationshipuserId - userId under which the request is performedtermTYPEDBYRelationship - the TypedBy relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deleteTermTYPEDBYRelationship(String serverName, String userId, String guid, 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 TypedBy relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.public SubjectAreaOMASAPIResponse restoreTermTYPEDBYRelationship(String serverName, String userId, 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 restorepublic SubjectAreaOMASAPIResponse createISARelationship(String serverName, String userId, 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 Isa relationshippublic SubjectAreaOMASAPIResponse getISARelationship(String serverName, String userId, 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 getpublic SubjectAreaOMASAPIResponse updateISARelationship(String serverName, String guid, String userId, Isa iSARelationship, boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantguid - guid of the isa relationshipuserId - userId under which the request is performediSARelationship - the Isa relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deleteISARelationship(String serverName, String userId, String guid, 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 Isa relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.public SubjectAreaOMASAPIResponse restoreISARelationship(String serverName, String userId, 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 restorepublic SubjectAreaOMASAPIResponse createTermISATypeOFRelationship(String serverName, String userId, 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 IsaTypeOf relationshippublic SubjectAreaOMASAPIResponse getTermISATypeOFRelationship(String serverName, String userId, 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 getpublic SubjectAreaOMASAPIResponse updateTermISATypeOFRelationship(String serverName, String guid, String userId, IsaTypeOf termISATypeOFRelationship, boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantguid - guid of the IsaTypeOf relationshipuserId - userId under which the request is performedtermISATypeOFRelationship - the IsaTypeOf relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deleteIsATypeOfRelationship(String serverName, String userId, String guid, 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 IsaTypeOf relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.public SubjectAreaOMASAPIResponse restoreTermISATypeOFRelationship(String serverName, String userId, 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 restorepublic SubjectAreaOMASAPIResponse createTermCategorizationRelationship(String serverName, String userId, 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 relationshippublic SubjectAreaOMASAPIResponse getTermCategorizationRelationship(String serverName, String userId, 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 getpublic SubjectAreaOMASAPIResponse updateTermCategorizationRelationship(String serverName, String guid, String userId, Categorization termCategorizationRelationship, Boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantguid - guid of the term Categorisation relationshipuserId - userId under which the request is performedtermCategorizationRelationship - the termCategorization relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deleteTermCategorizationRelationship(String serverName, String userId, String guid, 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.public SubjectAreaOMASAPIResponse restoreTermCategorizationRelationship(String serverName, String userId, 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 TermCategorization Relationship to deletepublic SubjectAreaOMASAPIResponse createTermAnchorRelationship(String serverName, String userId, 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 relationshippublic SubjectAreaOMASAPIResponse getTermAnchorRelationship(String serverName, String userId, 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 getpublic SubjectAreaOMASAPIResponse deleteTermAnchorRelationship(String serverName, String userId, String guid, 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.public SubjectAreaOMASAPIResponse restoreTermAnchorRelationship(String serverName, String userId, 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 deletepublic SubjectAreaOMASAPIResponse createCategoryAnchorRelationship(String serverName, String userId, 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 relationshippublic SubjectAreaOMASAPIResponse getCategoryAnchorRelationship(String serverName, String userId, 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 getpublic SubjectAreaOMASAPIResponse deleteCategoryAnchorRelationship(String serverName, String userId, String guid, 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.public SubjectAreaOMASAPIResponse restoreCategoryAnchorRelationship(String serverName, String userId, 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 deletepublic SubjectAreaOMASAPIResponse createProjectScopeRelationship(String serverName, String userId, 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 Synonym relationshippublic SubjectAreaOMASAPIResponse getProjectScopeRelationship(String serverName, String userId, 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 termCategorization relationship to getpublic SubjectAreaOMASAPIResponse updateProjectScopeRelationship(String serverName, String guid, String userId, ProjectScope projectScope, boolean isReplace)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantguid - guid of the project scope relationshipuserId - 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.public SubjectAreaOMASAPIResponse deleteProjectScopeRelationship(String serverName, String userId, String guid, 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 ProjectScope relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.public SubjectAreaOMASAPIResponse restoreProjectScopeRelationship(String serverName, String userId, 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 restorepublic SubjectAreaOMASAPIResponse getSemanticAssignmentRelationship(String serverName, String userId, 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.