public class GlossaryAuthorViewRelationshipRESTServices extends BaseGlossaryAuthorView
instanceHandler, restCallLogger| Constructor and Description |
|---|
GlossaryAuthorViewRelationshipRESTServices()
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 meanings.
|
SubjectAreaOMASAPIResponse |
createCategoryAnchor(String serverName,
String userId,
CategoryAnchorRelationship categoryAnchor)
Create a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
createIsaRelationship(String serverName,
String userId,
ISARelationship ISARelationship)
Create 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 relatedTerm)
Create a Related Term is a link between two similar Terms.
|
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 termAnchor)
Create a termAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
createTermCategorization(String serverName,
String userId,
TermCategorizationRelationship termCategorization)
Create a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse |
createTermHASARelationship(String serverName,
String userId,
TermHASARelationship termHASARelationship)
Create a TermHASARelationship is the relationship between a spine object and a spine attribute.
|
SubjectAreaOMASAPIResponse |
createTermISATypeOFRelationship(String serverName,
String userId,
TermISATypeOFRelationship termISATypeOFRelationship)
Create a termISATypeOFRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse |
createTermTYPEDBYRelationship(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 categoryAnchor)
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, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse |
deleteCategoryAnchor(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
deleteISARelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
|
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 is a link between two similar Terms.
|
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, which is a link between glossary terms that have the same meaning.
|
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 |
deleteTermHASARelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Term HAS A relationship
|
SubjectAreaOMASAPIResponse |
deleteTermISATypeOFRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a termISATypeOFRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse |
deleteTermTYPEDBYRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse |
deleteTranslation(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 |
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, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse |
getCategoryAnchor(String serverName,
String userId,
String guid)
Get a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
getISARelationship(String serverName,
String userId,
String guid)
Get iSARelationship 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 is a link between two similar Terms.
|
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 |
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 |
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 |
getTranslation(String serverName,
String userId,
String guid)
Get a translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
|
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 Antonym relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse |
restoreCategoryAnchor(String serverName,
String userId,
String guid)
Restore a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
restoreISARelationship(String serverName,
String userId,
String guid)
Restore iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
|
SubjectAreaOMASAPIResponse |
restorePreferredTerm(String serverName,
String userId,
String guid)
Restore 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 |
restoreProjectScope(String serverName,
String userId,
String guid)
Restore a project scope relationship, which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse |
restoreRelatedTerm(String serverName,
String userId,
String guid)
Restore Related Term is a link between two similar Terms.
|
SubjectAreaOMASAPIResponse |
restoreReplacementTerm(String serverName,
String userId,
String guid)
Restore a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
|
SubjectAreaOMASAPIResponse |
restoreSynonym(String serverName,
String userId,
String guid)
Restore synonym relationship, which is a link between glossary terms that have the same meaning.
|
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 |
restoreTermHASARelationship(String serverName,
String userId,
String guid)
Restore a Term HAS A relationship.
|
SubjectAreaOMASAPIResponse |
restoreTermISATypeOFRelationship(String serverName,
String userId,
String guid)
Restore a termISATypeOFRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse |
restoreTermTYPEDBYRelationship(String serverName,
String userId,
String guid)
Restore a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse |
restoreTranslation(String serverName,
String userId,
String guid)
Restore a translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
|
SubjectAreaOMASAPIResponse |
restoreUsedInContext(String serverName,
String userId,
String guid)
Restore a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
|
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 meanings.
|
SubjectAreaOMASAPIResponse |
updateCategoryAnchor(String serverName,
String userId,
CategoryAnchorRelationship categoryAnchor,
boolean isReplace)
Update a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
updateISARelationship(String serverName,
String userId,
ISARelationship ISARelationship,
boolean isReplace)
Update 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 relatedTerm,
boolean isReplace)
Update a Related Term is a link between two similar Terms.
|
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 |
updateTermAnchor(String serverName,
String userId,
TermAnchorRelationship termAnchor,
boolean isReplace)
Update a termAnchor Relationship.
|
SubjectAreaOMASAPIResponse |
updateTermCategorization(String serverName,
String userId,
TermCategorizationRelationship termCategorization,
boolean isReplace)
Update a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse |
updateTermHASARelationship(String serverName,
String userId,
TermHASARelationship termHASARelationship,
boolean isReplace)
Update a TermHASARelationship is the relationship between a spine object and a spine attribute.
|
SubjectAreaOMASAPIResponse |
updateTermISATypeOFRelationship(String serverName,
String userId,
TermISATypeOFRelationship termISATypeOFRelationship,
boolean isReplace)
Update a termISATypeOFRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse |
updateTermTYPEDBYRelationship(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 categoryAnchor,
boolean isReplace)
Update a 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 link between glossary terms where one defines one of the data values for the another.
|
getResponseForErrorpublic GlossaryAuthorViewRelationshipRESTServices()
public SubjectAreaOMASAPIResponse createTermHASARelationship(String serverName, String userId, 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 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 userId, TermHASARelationship termHASARelationship, 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.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)
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 relatedTerm)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedrelatedTerm - the Related Term 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 userId, RelatedTerm relatedTerm, 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 performedrelatedTerm - 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 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 RelatedTerm relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.public SubjectAreaOMASAPIResponse restoreRelatedTerm(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 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 getSynonym(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 updateSynonym(String serverName, 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 performedsynonym - 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 deleteSynonym(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)
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 getAntonym(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 Antonym relationship to getpublic SubjectAreaOMASAPIResponse updateAntonym(String serverName, String userId, Antonym antonym, 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.public SubjectAreaOMASAPIResponse deleteAntonym(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)
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 categoryAnchor)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedcategoryAnchor - the categoryAnchor relationshippublic SubjectAreaOMASAPIResponse getTranslation(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 updateTranslation(String serverName, String userId, Translation categoryAnchor, 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 performedcategoryAnchor - the categoryAnchor relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deleteTranslation(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)
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 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 relationshippublic SubjectAreaOMASAPIResponse getUsedInContext(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 updateUsedInContext(String serverName, String userId, UsedInContext usedInContext, 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 usedInContext relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deleteUsedInContext(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)
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 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 preferredTerm relationshippublic SubjectAreaOMASAPIResponse getPreferredTerm(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 updatePreferredTerm(String serverName, String userId, PreferredTerm preferredTerm, 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 preferredTerm relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deletePreferredTerm(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)
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 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 relationshippublic SubjectAreaOMASAPIResponse getValidValue(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 updateValidValue(String serverName, String userId, ValidValue validValue, 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 validValue relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deleteValidValue(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)
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 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 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 userId, ReplacementTerm replacementTerm, 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 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)
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, 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 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 userId, TermTYPEDBYRelationship termTYPEDBYRelationship, 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 termTYPEDBYRelationship 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 TermTYPEDBYRelationship relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.public SubjectAreaOMASAPIResponse restoreTermTYPEDBYRelationship(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 relationship to restorepublic SubjectAreaOMASAPIResponse createIsaRelationship(String serverName, String userId, 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 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 ISA Relationship to getpublic SubjectAreaOMASAPIResponse updateISARelationship(String serverName, String userId, ISARelationship ISARelationship, 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 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)
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, 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 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 userId, TermISATypeOFRelationship termISATypeOFRelationship, 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 performedtermISATypeOFRelationship - the termISATypeOFRelationship relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deleteTermISATypeOFRelationship(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 TermISATypeOFRelationship relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.public SubjectAreaOMASAPIResponse restoreTermISATypeOFRelationship(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 relationship to restorepublic SubjectAreaOMASAPIResponse createTermCategorization(String serverName, String userId, TermCategorizationRelationship termCategorization)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedtermCategorization - the termCategorization relationshippublic SubjectAreaOMASAPIResponse getTermCategorization(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 updateTermCategorization(String serverName, String userId, TermCategorizationRelationship termCategorization, 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 performedtermCategorization - 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 deleteTermCategorization(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 TermCategorization relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.public SubjectAreaOMASAPIResponse restoreTermCategorization(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 relationship to restorepublic SubjectAreaOMASAPIResponse createTermAnchor(String serverName, String userId, TermAnchorRelationship termAnchor)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedtermAnchor - the termAnchor relationshippublic SubjectAreaOMASAPIResponse getTermAnchor(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 updateTermAnchor(String serverName, String userId, TermAnchorRelationship termAnchor, 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 performedtermAnchor - the termAnchor relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deleteTermAnchor(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 TermAnchor relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.public SubjectAreaOMASAPIResponse restoreTermAnchor(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 relationship to restorepublic SubjectAreaOMASAPIResponse createCategoryAnchor(String serverName, String userId, CategoryAnchorRelationship categoryAnchor)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantuserId - userId under which the request is performedcategoryAnchor - the categoryAnchor relationshippublic SubjectAreaOMASAPIResponse getCategoryAnchor(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 updateCategoryAnchor(String serverName, String userId, CategoryAnchorRelationship categoryAnchor, 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 performedcategoryAnchor - the categoryAnchor relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse deleteCategoryAnchor(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 CategoryAnchor relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.public SubjectAreaOMASAPIResponse restoreCategoryAnchor(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 relationship to restorepublic SubjectAreaOMASAPIResponse createProjectScope(String serverName, String userId, 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 projectScope relationshippublic SubjectAreaOMASAPIResponse getProjectScope(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 ProjectScope relationship to getpublic SubjectAreaOMASAPIResponse updateProjectScope(String serverName, String userId, ProjectScopeRelationship projectScope, 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.public SubjectAreaOMASAPIResponse deleteProjectScope(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 restoreProjectScope(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 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.