public class GlossaryAuthorViewRelationshipRESTServices extends BaseGlossaryAuthorView
instanceHandler, invalidParameterHandler, restCallLogger| Constructor and Description |
|---|
GlossaryAuthorViewRelationshipRESTServices()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
SubjectAreaOMASAPIResponse<Antonym> |
createAntonym(String serverName,
String userId,
Antonym antonym)
Create an antonym relationship, which is a link between glossary terms that have the opposite meanings.
|
SubjectAreaOMASAPIResponse<CategoryAnchor> |
createCategoryAnchor(String serverName,
String userId,
CategoryAnchor categoryAnchor)
Create a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse<IsA> |
createIsaRelationship(String serverName,
String userId,
IsA IsARelationship)
Create iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
|
SubjectAreaOMASAPIResponse<PreferredTerm> |
createPreferredTerm(String serverName,
String userId,
PreferredTerm preferredTerm)
Create a preferredTerm relationship, which is a link between glossary terms, it is a Link to an alternative term that the organization prefers is used.
|
SubjectAreaOMASAPIResponse<ProjectScope> |
createProjectScope(String serverName,
String userId,
ProjectScope projectScope)
Create a project scope relationship, which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse<RelatedTerm> |
createRelatedTerm(String serverName,
String userId,
RelatedTerm relatedTerm)
Create a Related Term is a link between two similar Terms.
|
SubjectAreaOMASAPIResponse<ReplacementTerm> |
createReplacementTerm(String serverName,
String userId,
ReplacementTerm replacementTerm)
Create a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
|
SubjectAreaOMASAPIResponse<Synonym> |
createSynonym(String serverName,
String userId,
Synonym synonym)
Create a synonym relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse<TermAnchor> |
createTermAnchor(String serverName,
String userId,
TermAnchor termAnchor)
Create a termAnchor Relationship.
|
SubjectAreaOMASAPIResponse<Categorization> |
createTermCategorization(String serverName,
String userId,
Categorization termCategorization)
Create a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse<HasA> |
createTermHasARelationship(String serverName,
String userId,
HasA termHasARelationship)
Create a Hasa is the relationship between a spine object and a spine attribute.
|
SubjectAreaOMASAPIResponse<IsATypeOf> |
createTermIsATypeOfRelationship(String serverName,
String userId,
IsATypeOf termIsATypeOfRelationship)
Create a termIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse<TypedBy> |
createTermTYPEDBYRelationship(String serverName,
String userId,
TypedBy termTYPEDBYRelationship)
Create a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse<Translation> |
createTranslation(String serverName,
String userId,
Translation categoryAnchor)
Create a translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
|
SubjectAreaOMASAPIResponse<UsedInContext> |
createUsedInContext(String serverName,
String userId,
UsedInContext usedInContext)
Create a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
|
SubjectAreaOMASAPIResponse<ValidValue> |
createValidValue(String serverName,
String userId,
ValidValue validValue)
Create a ValidValue relationship, which is link between glossary terms where one defines one of the data values for the another.
|
SubjectAreaOMASAPIResponse<Antonym> |
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<CategoryAnchor> |
deleteCategoryAnchor(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse<IsA> |
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<PreferredTerm> |
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<ProjectScope> |
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<RelatedTerm> |
deleteRelatedTerm(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a Related Term is a link between two similar Terms.
|
SubjectAreaOMASAPIResponse<ReplacementTerm> |
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<Synonym> |
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<TermAnchor> |
deleteTermAnchor(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a termAnchor Relationship.
|
SubjectAreaOMASAPIResponse<Categorization> |
deleteTermCategorization(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse<HasA> |
deleteTermHasARelationship(String serverName,
String userId,
String guid,
boolean isPurge)
Delete a Term HAS A relationship
|
SubjectAreaOMASAPIResponse<IsATypeOf> |
deleteTermIsATypeOfRelationship(String serverName,
String userId,
String guid,
Boolean isPurge)
Delete a termIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse<TypedBy> |
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<Translation> |
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<UsedInContext> |
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<ValidValue> |
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<Antonym> |
getAntonym(String serverName,
String userId,
String guid)
Get a Antonym relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse<CategoryAnchor> |
getCategoryAnchor(String serverName,
String userId,
String guid)
Get a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse<IsA> |
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<PreferredTerm> |
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<ProjectScope> |
getProjectScope(String serverName,
String userId,
String guid)
Get a project scope relationship, which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse<RelatedTerm> |
getRelatedTerm(String serverName,
String userId,
String guid)
Get a Related Term is a link between two similar Terms.
|
SubjectAreaOMASAPIResponse<ReplacementTerm> |
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<SemanticAssignment> |
getSemanticAssignmentRelationship(String serverName,
String userId,
String guid)
Get a SemanticAssignment relationship, Links a glossary term to another element such as an asset or schema element to define its meaning.
|
SubjectAreaOMASAPIResponse<Synonym> |
getSynonym(String serverName,
String userId,
String guid)
Get a synonym relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse<TermAnchor> |
getTermAnchor(String serverName,
String userId,
String guid)
Get a termAnchor Relationship.
|
SubjectAreaOMASAPIResponse<Categorization> |
getTermCategorization(String serverName,
String userId,
String guid)
Get a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse<HasA> |
getTermHasARelationship(String serverName,
String userId,
String guid)
Get a Term HAS A relationship
|
SubjectAreaOMASAPIResponse<IsATypeOf> |
getTermIsATypeOfRelationship(String serverName,
String userId,
String guid)
Get a termIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse<TypedBy> |
getTermTYPEDBYRelationship(String serverName,
String userId,
String guid)
Get a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse<Translation> |
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<UsedInContext> |
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<ValidValue> |
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<Antonym> |
restoreAntonym(String serverName,
String userId,
String guid)
Restore Antonym relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse<CategoryAnchor> |
restoreCategoryAnchor(String serverName,
String userId,
String guid)
Restore a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse<IsA> |
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<PreferredTerm> |
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<ProjectScope> |
restoreProjectScope(String serverName,
String userId,
String guid)
Restore a project scope relationship, which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse<RelatedTerm> |
restoreRelatedTerm(String serverName,
String userId,
String guid)
Restore Related Term is a link between two similar Terms.
|
SubjectAreaOMASAPIResponse<ReplacementTerm> |
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<Synonym> |
restoreSynonym(String serverName,
String userId,
String guid)
Restore synonym relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse<TermAnchor> |
restoreTermAnchor(String serverName,
String userId,
String guid)
Restore a termAnchor Relationship.
|
SubjectAreaOMASAPIResponse<Categorization> |
restoreTermCategorization(String serverName,
String userId,
String guid)
Restore a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse<HasA> |
restoreTermHasARelationship(String serverName,
String userId,
String guid)
Restore a Term HAS A relationship.
|
SubjectAreaOMASAPIResponse<IsATypeOf> |
restoreTermIsATypeOfRelationship(String serverName,
String userId,
String guid)
Restore a termIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse<TypedBy> |
restoreTermTYPEDBYRelationship(String serverName,
String userId,
String guid)
Restore a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse<Translation> |
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<UsedInContext> |
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<ValidValue> |
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<Antonym> |
updateAntonym(String serverName,
String userId,
String guid,
Antonym antonym,
boolean isReplace)
Update a antonym relationship, which is a link between glossary terms that have the opposite meanings.
|
SubjectAreaOMASAPIResponse<CategoryAnchor> |
updateCategoryAnchor(String serverName,
String userId,
String guid,
CategoryAnchor categoryAnchor,
boolean isReplace)
Update a categoryAnchor Relationship.
|
SubjectAreaOMASAPIResponse<IsA> |
updateIsARelationship(String serverName,
String userId,
String guid,
IsA IsARelationship,
boolean isReplace)
Update iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
|
SubjectAreaOMASAPIResponse<PreferredTerm> |
updatePreferredTerm(String serverName,
String userId,
String guid,
PreferredTerm preferredTerm,
boolean isReplace)
Update a preferredTerm relationship, which is a link between glossary terms, it is a Link to an alternative term that the organization prefers is used.
|
SubjectAreaOMASAPIResponse<ProjectScope> |
updateProjectScope(String serverName,
String userId,
String guid,
ProjectScope projectScope,
boolean isReplace)
Update a project scope relationship, which is a link between the project content and the project.
|
SubjectAreaOMASAPIResponse<RelatedTerm> |
updateRelatedTerm(String serverName,
String userId,
String guid,
RelatedTerm relatedTerm,
boolean isReplace)
Update a Related Term is a link between two similar Terms.
|
SubjectAreaOMASAPIResponse<ReplacementTerm> |
updateReplacementTerm(String serverName,
String userId,
String guid,
ReplacementTerm replacementTerm,
boolean isReplace)
Update a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
|
SubjectAreaOMASAPIResponse<Synonym> |
updateSynonym(String serverName,
String userId,
String guid,
Synonym synonym,
boolean isReplace)
Update a synonym relationship, which is a link between glossary terms that have the same meaning.
|
SubjectAreaOMASAPIResponse<TermAnchor> |
updateTermAnchor(String serverName,
String userId,
String guid,
TermAnchor termAnchor,
boolean isReplace)
Update a termAnchor Relationship.
|
SubjectAreaOMASAPIResponse<Categorization> |
updateTermCategorization(String serverName,
String userId,
String guid,
Categorization termCategorization,
boolean isReplace)
Update a termCategorization Relationship.
|
SubjectAreaOMASAPIResponse<HasA> |
updateTermHasARelationship(String serverName,
String userId,
String guid,
HasA termHasARelationship,
boolean isReplace)
Update a Hasa is the relationship between a spine object and a spine attribute.
|
SubjectAreaOMASAPIResponse<IsATypeOf> |
updateTermIsATypeOfRelationship(String serverName,
String userId,
String guid,
IsATypeOf termIsATypeOfRelationship,
boolean isReplace)
Update a termIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
|
SubjectAreaOMASAPIResponse<TypedBy> |
updateTermTYPEDBYRelationship(String serverName,
String userId,
String guid,
TypedBy termTYPEDBYRelationship,
boolean isReplace)
Update a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
|
SubjectAreaOMASAPIResponse<Translation> |
updateTranslation(String serverName,
String userId,
String guid,
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<UsedInContext> |
updateUsedInContext(String serverName,
String userId,
String guid,
UsedInContext usedInContext,
boolean isReplace)
Update a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
|
SubjectAreaOMASAPIResponse<ValidValue> |
updateValidValue(String serverName,
String userId,
String guid,
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.
|
getFindRequest, getResponseForExceptionpublic GlossaryAuthorViewRelationshipRESTServices()
public SubjectAreaOMASAPIResponse<HasA> 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<HasA> 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 HasA relationship to getpublic SubjectAreaOMASAPIResponse<HasA> updateTermHasARelationship(String serverName, String userId, String guid, HasA 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 performedguid - guid of the HasA relationshiptermHasARelationship - 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<HasA> 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<HasA> 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<RelatedTerm> 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<RelatedTerm> 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<RelatedTerm> updateRelatedTerm(String serverName, String userId, String guid, 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 performedguid - guid of the related term relationshiprelatedTerm - 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<RelatedTerm> 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<RelatedTerm> 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<Synonym> 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<Synonym> 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<Synonym> updateSynonym(String serverName, String userId, String guid, 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<Synonym> 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<Synonym> 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<Antonym> 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<Antonym> 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<Antonym> updateAntonym(String serverName, String userId, String guid, 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 performedguid - guid of the Antonym relationshipantonym - 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<Antonym> 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<Antonym> 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<Translation> 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<Translation> 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<Translation> updateTranslation(String serverName, String userId, String guid, 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 performedguid - guid of the Translation relationshipcategoryAnchor - 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<Translation> 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<Translation> 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<UsedInContext> 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<UsedInContext> 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<UsedInContext> updateUsedInContext(String serverName, String userId, String guid, 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 performedguid - guid of the UsedInContext relationshipusedInContext - 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<UsedInContext> 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<UsedInContext> 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<PreferredTerm> 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<PreferredTerm> 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<PreferredTerm> updatePreferredTerm(String serverName, String userId, String guid, 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 performedguid - guid of the PreferredTerm relationshippreferredTerm - 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<PreferredTerm> 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<PreferredTerm> 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<ValidValue> 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<ValidValue> 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<ValidValue> updateValidValue(String serverName, String userId, String guid, 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 performedguid - guid of the ValidValue relationshipvalidValue - 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<ValidValue> 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<ValidValue> 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<ReplacementTerm> 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<ReplacementTerm> 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<ReplacementTerm> updateReplacementTerm(String serverName, String userId, String guid, 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 performedguid - guid of the ReplacementTerm relationshipreplacementTerm - 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<ReplacementTerm> 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<ReplacementTerm> 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<TypedBy> 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 termTYPEDBYRelationship relationshippublic SubjectAreaOMASAPIResponse<TypedBy> 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 TypedBy relationship to getpublic SubjectAreaOMASAPIResponse<TypedBy> updateTermTYPEDBYRelationship(String serverName, String userId, String guid, TypedBy 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 performedguid - guid of the TypedBy relationshiptermTYPEDBYRelationship - 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<TypedBy> 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<TypedBy> 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<IsA> 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<IsA> 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<IsA> updateIsARelationship(String serverName, String userId, String guid, IsA 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 performedguid - guid of the IsA RelationshipIsARelationship - 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<IsA> 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<IsA> 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<IsATypeOf> 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 termIsATypeOfRelationship relationshippublic SubjectAreaOMASAPIResponse<IsATypeOf> 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 IsaTypeOf relationship to getpublic SubjectAreaOMASAPIResponse<IsATypeOf> updateTermIsATypeOfRelationship(String serverName, String userId, String guid, IsATypeOf 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 performedguid - guid of the IsaTypeOf relationshiptermIsATypeOfRelationship - 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<IsATypeOf> 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 IsaTypeOf relationship to deleteisPurge - true indicates a hard delete, false is a soft delete.public SubjectAreaOMASAPIResponse<IsATypeOf> 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<Categorization> createTermCategorization(String serverName, String userId, Categorization 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<Categorization> 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<Categorization> updateTermCategorization(String serverName, String userId, String guid, Categorization 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 performedguid - guid of the TermCategorization relationshiptermCategorization - 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<Categorization> 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<Categorization> 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<TermAnchor> createTermAnchor(String serverName, String userId, TermAnchor 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<TermAnchor> 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<TermAnchor> updateTermAnchor(String serverName, String userId, String guid, TermAnchor 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 performedguid - guid of the TermAnchor relationshiptermAnchor - the termAnchor relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse<TermAnchor> 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<TermAnchor> 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<CategoryAnchor> createCategoryAnchor(String serverName, String userId, CategoryAnchor 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<CategoryAnchor> 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<CategoryAnchor> updateCategoryAnchor(String serverName, String userId, String guid, CategoryAnchor 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 performedguid - guid of the CategoryAnchor relationshipcategoryAnchor - the categoryAnchor relationshipisReplace - flag to indicate that this update is a replace. When not set only the supplied (non null) fields are updated.public SubjectAreaOMASAPIResponse<CategoryAnchor> 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<CategoryAnchor> 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<ProjectScope> createProjectScope(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 projectScope relationshippublic SubjectAreaOMASAPIResponse<ProjectScope> 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<ProjectScope> updateProjectScope(String serverName, String userId, String guid, ProjectScope 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 performedguid - guid of the ProjectScope relationshipprojectScope - 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<ProjectScope> 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<ProjectScope> 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<SemanticAssignment> 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–2021 LF AI & Data Foundation. All rights reserved.