public class SubjectAreaRelationshipImpl extends SubjectAreaBaseImpl implements SubjectAreaRelationship
auditLog, exceptionHandler, serverName, serverPlatformURLRoot| Constructor and Description |
|---|
SubjectAreaRelationshipImpl(String serverName,
String serverPlatformURLRoot)
Constructor for no authentication.
|
| Modifier and Type | Method and Description |
|---|---|
Antonym |
createAntonymRelationship(String userId,
Antonym antonym)
Create a antonym relationship.
|
CategoryAnchor |
createCategoryAnchorRelationship(String userId,
CategoryAnchor categoryAnchor)
Create a Category Anchor Relationship.
|
Isa |
createIsaRelationship(String userId,
Isa isa)
Create a Isa relationship, which is link between a more general glossary term and a more specific definition.
|
PreferredTerm |
createPreferredTermRelationship(String userId,
PreferredTerm preferredTerm)
Create a PreferredTerm relationship, which is link to an alternative term that the organization prefer is used.
|
ProjectScope |
createProjectScopeRelationship(String userId,
ProjectScope projectScope)
Create a ProjectScope relationship.
|
RelatedTerm |
createRelatedTerm(String userId,
RelatedTerm relatedTermRelationship)
Create a RelatedTerm.
|
ReplacementTerm |
createReplacementTermRelationship(String userId,
ReplacementTerm replacementTerm)
Create a ReplacementTerm relationship, which is link to a glossary term that is replacing an obsolete glossary term.
|
Synonym |
createSynonymRelationship(String userId,
Synonym synonym)
Create a synonym relationship.
|
TermAnchor |
createTermAnchorRelationship(String userId,
TermAnchor termAnchor)
Create a Term Anchor Relationship.
|
Categorization |
createTermCategorizationRelationship(String userId,
Categorization categorization)
Create a Term Categorization Relationship.
|
Hasa |
createTermHASARelationship(String userId,
Hasa hasa)
Create a Term HASA Relationship.
|
IsaTypeOf |
createTermISATypeOFRelationship(String userId,
IsaTypeOf isaTypeOf)
Create a IsaTypeOf relationship, which is defines an inheritance relationship between two spine objects.
|
TypedBy |
createTermTYPEDBYRelationship(String userId,
TypedBy termTYPEDBYRelationship)
Create a TypedBy relationship, which is defines the relationship between a spine attribute and its type.
|
Translation |
createTranslationRelationship(String userId,
Translation translation)
Create a Translation relationship, which is link between glossary terms that provide different natural language translation of the same concept.
|
UsedInContext |
createUsedInContextRelationship(String userId,
UsedInContext usedInContext)
Create a UsedInContext relationship, which is link between glossary terms where on describes the context where the other one is valid to use.
|
ValidValue |
createValidValueRelationship(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.
|
Antonym |
deleteAntonymRelationship(String userId,
String guid)
Delete a antonym relationship.
|
CategoryAnchor |
deleteCategoryAnchorRelationship(String userId,
String guid)
Delete a Category Anchor Relationship.
|
Isa |
deleteIsaRelationship(String userId,
String guid)
Delete a isa relationship, which is link between a more general glossary term and a more specific definition.
|
PreferredTerm |
deletePreferredTermRelationship(String userId,
String guid)
Delete a preferredTerm relationship, which is link to an alternative term that the organization prefer is used.
|
ProjectScope |
deleteProjectScopeRelationship(String userId,
String guid)
Delete a ProjectScope relationship.
|
RelatedTerm |
deleteRelatedTerm(String userId,
String guid)
Delete a RelatedTerm.
|
ReplacementTerm |
deleteReplacementTermRelationship(String userId,
String guid)
Delete a replacementTerm relationship, which is link to a glossary term that is replacing an obsolete glossary term.
|
Synonym |
deleteSynonymRelationship(String userId,
String guid)
Delete a synonym relationship.
|
TermAnchor |
deleteTermAnchorRelationship(String userId,
String guid)
Delete a Term Anchor Relationship.
|
Categorization |
deleteTermCategorizationRelationship(String userId,
String guid)
Delete a Term Categorization Relationship.
|
Hasa |
deleteTermHASARelationship(String userId,
String guid)
Delete a Term HASA Relationship.
|
IsaTypeOf |
deleteTermISATypeOFRelationship(String userId,
String guid)
Delete a IsaTypeOf relationship, which is defines an inheritance relationship between two spine objects.
|
TypedBy |
deleteTermTYPEDBYRelationship(String userId,
String guid)
Delete a termTYPEDBYRelationship relationship, which is defines the relationship between a spine attribute and its type.
|
Translation |
deleteTranslationRelationship(String userId,
String guid)
Delete a translation relationship, which is link between glossary terms that provide different natural language translation of the same concept.
|
UsedInContext |
deleteUsedInContextRelationship(String userId,
String guid)
Delete a usedInContext relationship, which is link between glossary terms where on describes the context where the other one is valid to use.
|
ValidValue |
deleteValidValueRelationship(String userId,
String guid)
Delete a validValue relationship, which is link between glossary terms where one defines one of the data values for the another.
|
Antonym |
getAntonymRelationship(String userId,
String guid)
Get a antonym relationship.
|
CategoryAnchor |
getCategoryAnchorRelationship(String userId,
String guid)
Get a Category Anchor Relationship.
|
Isa |
getIsaRelationship(String userId,
String guid)
Get a isa relationship, which is link between a more general glossary term and a more specific definition.
|
PreferredTerm |
getPreferredTermRelationship(String userId,
String guid)
Get a preferredTerm relationship, which is link to an alternative term that the organization prefer is used.
|
ProjectScope |
getProjectScopeRelationship(String userId,
String guid)
Get a ProjectScope relationship.
|
RelatedTerm |
getRelatedTerm(String userId,
String guid)
Get a RelatedTerm.
|
ReplacementTerm |
getReplacementTermRelationship(String userId,
String guid)
Get a replacementTerm relationship, which is link to a glossary term that is replacing an obsolete glossary term.
|
SemanticAssignment |
getSemanticAssignmentRelationship(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.
|
Synonym |
getSynonymRelationship(String userId,
String guid)
Get a synonym relationship.
|
TermAnchor |
getTermAnchorRelationship(String userId,
String guid)
Get a Term Anchor Relationship.
|
Categorization |
getTermCategorizationRelationship(String userId,
String guid)
Get a Term Categorization Relationship.
|
Hasa |
getTermHASARelationship(String userId,
String guid)
Get a Term HASA Relationship.
|
IsaTypeOf |
getTermISATypeOFRelationship(String userId,
String guid)
Get a IsaTypeOf relationship, which is defines an inheritance relationship between two spine objects.
|
TypedBy |
getTermTYPEDBYRelationship(String userId,
String guid)
Get a termTYPEDBYRelationship relationship, which is defines the relationship between a spine attribute and its type.
|
Translation |
getTranslationRelationship(String userId,
String guid)
Get a translation relationship, which is link between glossary terms that provide different natural language translation of the same concept.
|
UsedInContext |
getUsedInContextRelationship(String userId,
String guid)
Get a usedInContext relationship, which is link between glossary terms where on describes the context where the other one is valid to use.
|
ValidValue |
getValidValueRelationship(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.
|
void |
purgeAntonymRelationship(String userId,
String guid)
Purge a antonym relationship.
|
void |
purgeCategoryAnchorRelationship(String userId,
String guid)
Purge a Category Anchor Relationship.
|
void |
purgeIsaRelationship(String userId,
String guid)
Purge a isa relationship, which is link between a more general glossary term and a more specific definition.
|
void |
purgePreferredTermRelationship(String userId,
String guid)
Purge a preferredTerm relationship, which is link to an alternative term that the organization prefer is used.
|
void |
purgeProjectScopeRelationship(String userId,
String guid)
Purge a ProjectScope relationship.
|
void |
purgeRelatedTerm(String userId,
String guid)
Purge a RelatedTerm.
|
void |
purgeReplacementTermRelationship(String userId,
String guid)
Purge a replacementTerm relationship, which is link to a glossary term that is replacing an obsolete glossary term.
|
void |
purgeSynonymRelationship(String userId,
String guid)
Purge a synonym relationship.
|
void |
purgeTermAnchorRelationship(String userId,
String guid)
Purge a Term Anchor Relationship.
|
void |
purgeTermCategorizationRelationship(String userId,
String guid)
Purge a Term Categorization Relationship.
|
void |
purgeTermHASARelationship(String userId,
String guid)
Purge a Term HASA Relationship.
|
void |
purgeTermISATypeOFRelationship(String userId,
String guid)
Purge a IsaTypeOf relationship, which is defines an inheritance relationship between two spine objects.
|
void |
purgeTermTYPEDBYRelationship(String userId,
String guid)
Purge a termTYPEDBYRelationship relationship, which is defines the relationship between a spine attribute and its type.
|
void |
purgeTranslationRelationship(String userId,
String guid)
Purge a translation relationship, which is link between glossary terms that provide different natural language translation of the same concept.
|
void |
purgeUsedInContextRelationship(String userId,
String guid)
Purge a usedInContext relationship, which is link between glossary terms where on describes the context where the other one is valid to use.
|
void |
purgeValidValueRelationship(String userId,
String guid)
Purge a validValue relationship, which is link between glossary terms where one defines one of the data values for the another.
|
Antonym |
replaceAntonymRelationship(String userId,
Antonym antonymRelationship)
Replace an Antonym relationship which is a link between glossary terms that have the opposite meaning
|
CategoryAnchor |
replaceCategoryAnchorRelationship(String userId,
CategoryAnchor termCategorizationRelationship)
Replace a Category Anchor Relationship.
|
Isa |
replaceIsaRelationship(String userId,
Isa isaRelationship)
Replace an Isa relationship, which is link between a more general glossary term and a more specific definition.
|
PreferredTerm |
replacePreferredTermRelationship(String userId,
PreferredTerm preferredTermRelationship)
Replace an PreferredTerm relationship, which is link to an alternative term that the organization prefer is used.
|
ProjectScope |
replaceProjectScopeRelationship(String userId,
ProjectScope projectScopeRelationship)
Replace a ProjectScope relationship which is a link between the project content and the project.
|
RelatedTerm |
replaceRelatedTerm(String userId,
RelatedTerm termRelatedTerm)
Replace an ReplacementTerm relationship, which is link to a glossary term that is replacing an obsolete glossary term.
|
ReplacementTerm |
replaceReplacementTermRelationship(String userId,
ReplacementTerm replacementTermRelationship)
Replace an ReplacementTerm relationship, which is link to a glossary term that is replacing an obsolete glossary term.
|
Synonym |
replaceSynonymRelationship(String userId,
Synonym synonymRelationship)
Replace a Synonym relationship which is a link between glossary terms that have the same meaning
|
TermAnchor |
replaceTermAnchorRelationship(String userId,
TermAnchor termCategorizationRelationship)
Replace a Term HASA Relationship.
|
Categorization |
replaceTermCategorizationRelationship(String userId,
Categorization termCategorizationRelationship)
Replace a Term HASA Relationship.
|
Hasa |
replaceTermHASARelationship(String userId,
Hasa hasa)
Replace a Term HASA Relationship.
|
IsaTypeOf |
replaceTermISATypeOFRelationship(String userId,
IsaTypeOf isATypeOf)
Replace an isATypeOf relationship, which is defines an inheritance relationship between two spine objects.
|
TypedBy |
replaceTermTYPEDBYRelationship(String userId,
TypedBy termTYPEDBYRelationship)
Replace an TypedBy relationship, which is defines the relationship between a spine attribute and its type.
|
Translation |
replaceTranslationRelationship(String userId,
Translation translationRelationship)
Replace an Translation relationship, which is link between glossary terms that provide different natural language translation of the same concept.
|
UsedInContext |
replaceUsedInContextRelationship(String userId,
UsedInContext usedInContextRelationship)
Replace an UsedInContext relationship, which is link between glossary terms where on describes the context where the other one is valid to use.
|
ValidValue |
replaceValidValueRelationship(String userId,
ValidValue validValueRelationship)
Replace an ValidValue relationship, which is link between glossary terms where one defines one of the data values for the another.
|
Antonym |
restoreAntonymRelationship(String userId,
String guid)
Restore a Antonym relationship
Restore allows the deleted Antonym relationship to be made active again.
|
CategoryAnchor |
restoreCategoryAnchorRelationship(String userId,
String guid)
Restore a Category Anchor Relationship.
|
Isa |
restoreIsaRelationship(String userId,
String guid)
Restore an is a relationship
Restore allows the deleted is a relationship to be made active again.
|
IsaTypeOf |
restoreIsaTypeOfRelationship(String userId,
String guid)
Restore an is a type of relationship
Restore allows the deleted is a type of relationship to be made active again.
|
PreferredTerm |
restorePreferredTermRelationship(String userId,
String guid)
Restore a preferred term relationship
Restore allows the deleted preferred term relationship to be made active again.
|
ProjectScope |
restoreProjectScopeRelationship(String userId,
String guid)
Restore a ProjectScope relationship which is a link between the project content and the project.
|
RelatedTerm |
restoreRelatedTerm(String userId,
String guid)
Restore a Related Term relationship
Restore allows the deleted Related Term relationship to be made active again.
|
ReplacementTerm |
restoreReplacementTermRelationship(String userId,
String guid)
Restore a replacement term relationship
Restore allows the deleted replacement term relationship to be made active again.
|
Synonym |
restoreSynonymRelationship(String userId,
String guid)
Restore a Synonym relationship
Restore allows the deleted Synonym relationship to be made active again.
|
TermAnchor |
restoreTermAnchorRelationship(String userId,
String guid)
Restore a Term Anchor Relationship.
|
Categorization |
restoreTermCategorizationRelationship(String userId,
String guid)
Restore a Term Categorization Relationship.
|
Hasa |
restoreTermHASARelationship(String userId,
String guid)
Restore a has a relationship
Restore allows the deleted has a relationship to be made active again.
|
Translation |
restoreTranslationRelationship(String userId,
String guid)
Restore a Translation relationship
Restore allows the deleted Translation relationship to be made active again.
|
TypedBy |
restoreTypedByRelationship(String userId,
String guid)
Restore a typed by relationship
Restore allows the deleted typed by relationship to be made active again.
|
UsedInContext |
restoreUsedInContextRelationship(String userId,
String guid)
Restore a Used in context relationship
Restore allows the deleted Used in context relationship to be made active again.
|
ValidValue |
restoreValidValueRelationship(String userId,
String guid)
Restore a valid value relationship
Restore allows the deleted valid value relationship to be made active again.
|
Antonym |
updateAntonymRelationship(String userId,
Antonym antonymRelationship)
Update a Antonym relationship which is a link between glossary terms that have the opposite meaning
|
CategoryAnchor |
updateCategoryAnchorRelationship(String userId,
CategoryAnchor termCategorizationRelationship)
Update a Category Anchor Relationship.
|
Isa |
updateIsaRelationship(String userId,
Isa isaRelationship)
Update a Isa relationship, which is link between a more general glossary term and a more specific definition.
|
PreferredTerm |
updatePreferredTermRelationship(String userId,
PreferredTerm preferredTermRelationship)
Update a PreferredTerm relationship, which is link to an alternative term that the organization prefer is used.
|
ProjectScope |
updateProjectScopeRelationship(String userId,
ProjectScope projectScopeRelationship)
Update a ProjectScope relationship which is a link between the project content and the project.
|
RelatedTerm |
updateRelatedTerm(String userId,
RelatedTerm termRelatedTerm)
Update a RelatedTerm Relationship.
|
ReplacementTerm |
updateReplacementTermRelationship(String userId,
ReplacementTerm replacementTermRelationship)
Update a ReplacementTerm relationship, which is link to a glossary term that is replacing an obsolete glossary term.
|
Synonym |
updateSynonymRelationship(String userId,
Synonym synonymRelationship)
Update a Synonym relationship which is a link between glossary terms that have the same meaning
|
Categorization |
updateTermCategorizationRelationship(String userId,
Categorization termCategorizationRelationship)
Update a Term Categorization Relationship.
|
Hasa |
updateTermHASARelationship(String userId,
Hasa hasa)
Update a Term HASA Relationship.
|
IsaTypeOf |
updateTermISATypeOFRelationship(String userId,
IsaTypeOf isATypeOf)
Update a IsaTypeOf relationship, which is defines an inheritance relationship between two spine objects.
|
TypedBy |
updateTermTYPEDBYRelationship(String userId,
TypedBy termTYPEDBYRelationship)
Update a TypedBy relationship, which is defines the relationship between a spine attribute and its type.
|
Translation |
updateTranslationRelationship(String userId,
Translation translationRelationship)
Update a Translation relationship, which is link between glossary terms that provide different natural language translation of the same concept.
|
UsedInContext |
updateUsedInContextRelationship(String userId,
UsedInContext usedInContextRelationship)
Update a UsedInContext relationship, which is link between glossary terms where on describes the context where the other one is valid to use.
|
ValidValue |
updateValidValueRelationship(String userId,
ValidValue validValueRelationship)
Update a ValidValue relationship, which is link between glossary terms where one defines one of the data values for the another.
|
deleteEntityRESTCall, deleteRelationshipRESTCall, encodeQueryProperty, findRESTCall, getByIdRESTCall, getRelationships, postRESTCall, purgeEntityRESTCall, purgeRelationshipRESTCall, putRESTCall, restoreRESTCallcallCountGetRESTCall, callGUIDGetRESTCall, callGUIDListGetRESTCall, callGUIDListPostRESTCall, callGUIDPostRESTCall, callNameListGetRESTCall, callStringMapGetRESTCall, callVoidGetRESTCall, callVoidPostRESTCallcallDeleteRESTCall, callGetRESTCall, callGetRESTCallNoParams, callPostRESTCall, callPostRESTCallNoParams, callPutRESTCallpublic SubjectAreaRelationshipImpl(String serverName, String serverPlatformURLRoot) throws InvalidParameterException
serverName - name of the OMAG Server to callserverPlatformURLRoot - URL root of the server platform where the OMAG Server is running.InvalidParameterException - there is a problem creating the client-side components to issue any
REST API calls.public Hasa createTermHASARelationship(String userId, Hasa hasa) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreateTermHASARelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedhasa - the HASA relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Hasa getTermHASARelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetTermHASARelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Hasa relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Hasa updateTermHASARelationship(String userId, Hasa hasa) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipupdateTermHASARelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedhasa - the HASA relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Hasa replaceTermHASARelationship(String userId, Hasa hasa) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplaceTermHASARelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedhasa - the HASA relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Hasa deleteTermHASARelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnrecognizedGUIDException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeleteTermHASARelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Hasa relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedFunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exception
Client library Exceptionspublic void purgeTermHASARelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, RelationshipNotPurgedException, FunctionNotSupportedException, PropertyServerException
SubjectAreaRelationshippurgeTermHASARelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Hasa relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverRelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedFunctionNotSupportedException - function not supported
Client library ExceptionsPropertyServerException - property server exceptionpublic Hasa restoreTermHASARelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestoreTermHASARelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the has a relationship to deleteInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic RelatedTerm createRelatedTerm(String userId, RelatedTerm relatedTermRelationship) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreateRelatedTerm in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedrelatedTermRelationship - the RelatedTerm relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic RelatedTerm getRelatedTerm(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetRelatedTerm in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic RelatedTerm updateRelatedTerm(String userId, RelatedTerm termRelatedTerm) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipupdateRelatedTerm in interface SubjectAreaRelationshipuserId - userId under which the request is performedtermRelatedTerm - the RelatedTerm relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic RelatedTerm replaceRelatedTerm(String userId, RelatedTerm termRelatedTerm) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplaceRelatedTerm in interface SubjectAreaRelationshipuserId - userId under which the request is performedtermRelatedTerm - the replacement related term relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic RelatedTerm restoreRelatedTerm(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestoreRelatedTerm in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the related term relationship to restoreInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic RelatedTerm deleteRelatedTerm(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnrecognizedGUIDException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeleteRelatedTerm in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedFunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exception
Client library Exceptionspublic void purgeRelatedTerm(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, RelationshipNotPurgedException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshippurgeRelatedTerm in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverRelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Synonym createSynonymRelationship(String userId, Synonym synonym) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreateSynonymRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedsynonym - the Synonym relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Synonym getSynonymRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetSynonymRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Synonym updateSynonymRelationship(String userId, Synonym synonymRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipupdateSynonymRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedsynonymRelationship - the Synonym relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Synonym replaceSynonymRelationship(String userId, Synonym synonymRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplaceSynonymRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedsynonymRelationship - the Synonym relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Synonym deleteSynonymRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UnrecognizedGUIDException, UserNotAuthorizedException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeleteSynonymRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnrecognizedGUIDException - the supplied guid was not recognisedUserNotAuthorizedException - the requesting user is not authorized to issue this request.FunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exception
Client library Exceptionspublic void purgeSynonymRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, RelationshipNotPurgedException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshippurgeSynonymRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Synonym relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverRelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Synonym restoreSynonymRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestoreSynonymRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Synonym relationship to deleteInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Antonym createAntonymRelationship(String userId, Antonym antonym) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreateAntonymRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedantonym - the Antonym relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Antonym getAntonymRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetAntonymRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Antonym updateAntonymRelationship(String userId, Antonym antonymRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipupdateAntonymRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedantonymRelationship - the Antonym relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Antonym replaceAntonymRelationship(String userId, Antonym antonymRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplaceAntonymRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedantonymRelationship - the antonym relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Antonym deleteAntonymRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnrecognizedGUIDException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeleteAntonymRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedFunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exception
Client library Exceptionspublic void purgeAntonymRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, RelationshipNotPurgedException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshippurgeAntonymRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Antonym relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverRelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Antonym restoreAntonymRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestoreAntonymRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Antonym relationship to deleteInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Translation createTranslationRelationship(String userId, Translation translation) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreateTranslationRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedtranslation - the Translation relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Translation getTranslationRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetTranslationRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Translation updateTranslationRelationship(String userId, Translation translationRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipupdateTranslationRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedtranslationRelationship - the Translation relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exception
Client library ExceptionsFunctionNotSupportedException - function not supportedpublic Translation replaceTranslationRelationship(String userId, Translation translationRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplaceTranslationRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedtranslationRelationship - the translation relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Translation deleteTranslationRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnrecognizedGUIDException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeleteTranslationRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedFunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exceptionpublic void purgeTranslationRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, RelationshipNotPurgedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshippurgeTranslationRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Translation relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.RelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedUnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Translation restoreTranslationRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestoreTranslationRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Translation relationship to deleteInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic UsedInContext createUsedInContextRelationship(String userId, UsedInContext usedInContext) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreateUsedInContextRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedusedInContext - the UsedInContext relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic UsedInContext getUsedInContextRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetUsedInContextRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic UsedInContext updateUsedInContextRelationship(String userId, UsedInContext usedInContextRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipupdateUsedInContextRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedusedInContextRelationship - the UsedInContext relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic UsedInContext replaceUsedInContextRelationship(String userId, UsedInContext usedInContextRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplaceUsedInContextRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedusedInContextRelationship - the usedInContext relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic UsedInContext deleteUsedInContextRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnrecognizedGUIDException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeleteUsedInContextRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedFunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exception
Client library Exceptionspublic void purgeUsedInContextRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, RelationshipNotPurgedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshippurgeUsedInContextRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the UsedInContext relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.RelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedUnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic UsedInContext restoreUsedInContextRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestoreUsedInContextRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Used in context relationship to deleteInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supportedpublic PreferredTerm createPreferredTermRelationship(String userId, PreferredTerm preferredTerm) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreatePreferredTermRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedpreferredTerm - the PreferredTerm relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic PreferredTerm getPreferredTermRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetPreferredTermRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic PreferredTerm updatePreferredTermRelationship(String userId, PreferredTerm preferredTermRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipupdatePreferredTermRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedpreferredTermRelationship - the PreferredTerm relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic PreferredTerm replacePreferredTermRelationship(String userId, PreferredTerm preferredTermRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplacePreferredTermRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedpreferredTermRelationship - the preferredTerm relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic PreferredTerm deletePreferredTermRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnrecognizedGUIDException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeletePreferredTermRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedFunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exceptionpublic void purgePreferredTermRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, RelationshipNotPurgedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshippurgePreferredTermRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the PreferredTerm relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.RelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedUnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic PreferredTerm restorePreferredTermRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestorePreferredTermRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the preferred term relationship to deleteInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ValidValue createValidValueRelationship(String userId, ValidValue validValue) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreateValidValueRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedvalidValue - the ValidValue relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ValidValue getValidValueRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetValidValueRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ValidValue updateValidValueRelationship(String userId, ValidValue validValueRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipupdateValidValueRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedvalidValueRelationship - the ValidValue relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ValidValue replaceValidValueRelationship(String userId, ValidValue validValueRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplaceValidValueRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedvalidValueRelationship - the validValue relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ValidValue deleteValidValueRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnrecognizedGUIDException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeleteValidValueRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedFunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exception
Client library Exceptionspublic void purgeValidValueRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, RelationshipNotPurgedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshippurgeValidValueRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the ValidValue relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.RelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedUnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ValidValue restoreValidValueRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestoreValidValueRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the valid value relationship to deleteInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ReplacementTerm createReplacementTermRelationship(String userId, ReplacementTerm replacementTerm) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreateReplacementTermRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedreplacementTerm - the ReplacementTerm relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ReplacementTerm getReplacementTermRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetReplacementTermRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ReplacementTerm updateReplacementTermRelationship(String userId, ReplacementTerm replacementTermRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipupdateReplacementTermRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedreplacementTermRelationship - the ReplacementTerm relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ReplacementTerm replaceReplacementTermRelationship(String userId, ReplacementTerm replacementTermRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplaceReplacementTermRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedreplacementTermRelationship - the replacementTerm relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ReplacementTerm deleteReplacementTermRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnrecognizedGUIDException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeleteReplacementTermRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedFunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exception
Client library Exceptionspublic void purgeReplacementTermRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, RelationshipNotPurgedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshippurgeReplacementTermRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the ReplacementTerm relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.RelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedUnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ReplacementTerm restoreReplacementTermRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestoreReplacementTermRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the replacement term relationship to deleteInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic TypedBy createTermTYPEDBYRelationship(String userId, TypedBy termTYPEDBYRelationship) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreateTermTYPEDBYRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedtermTYPEDBYRelationship - the TypedBy relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic TypedBy getTermTYPEDBYRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetTermTYPEDBYRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic TypedBy updateTermTYPEDBYRelationship(String userId, TypedBy termTYPEDBYRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipupdateTermTYPEDBYRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedtermTYPEDBYRelationship - the TypedBy relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic TypedBy replaceTermTYPEDBYRelationship(String userId, TypedBy termTYPEDBYRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplaceTermTYPEDBYRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedtermTYPEDBYRelationship - the termTYPEDBYRelationship relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic TypedBy deleteTermTYPEDBYRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnrecognizedGUIDException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeleteTermTYPEDBYRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedFunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exception
Client library Exceptionspublic void purgeTermTYPEDBYRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, RelationshipNotPurgedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshippurgeTermTYPEDBYRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the TypedBy relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.RelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedUnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic TypedBy restoreTypedByRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestoreTypedByRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the typed by relationship to deleteInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Isa createIsaRelationship(String userId, Isa isa) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreateIsaRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedisa - the Isa relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Isa getIsaRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetIsaRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Isa updateIsaRelationship(String userId, Isa isaRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipupdateIsaRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedisaRelationship - the Isa relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Isa replaceIsaRelationship(String userId, Isa isaRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplaceIsaRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedisaRelationship - the isa relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Isa deleteIsaRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnrecognizedGUIDException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeleteIsaRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedFunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exception
Client library Exceptionspublic void purgeIsaRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, RelationshipNotPurgedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshippurgeIsaRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Isa relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.RelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedUnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Isa restoreIsaRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestoreIsaRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the is a relationship to deleteInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic IsaTypeOf createTermISATypeOFRelationship(String userId, IsaTypeOf isaTypeOf) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreateTermISATypeOFRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedisaTypeOf - the IsaTypeOf relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic IsaTypeOf getTermISATypeOFRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetTermISATypeOFRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic IsaTypeOf updateTermISATypeOFRelationship(String userId, IsaTypeOf isATypeOf) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipupdateTermISATypeOFRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedisATypeOf - the IsaTypeOf relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic IsaTypeOf replaceTermISATypeOFRelationship(String userId, IsaTypeOf isATypeOf) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplaceTermISATypeOFRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedisATypeOf - the isATypeOf relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic IsaTypeOf deleteTermISATypeOFRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnrecognizedGUIDException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeleteTermISATypeOFRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedFunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exception
Client library Exceptionspublic void purgeTermISATypeOFRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, RelationshipNotPurgedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshippurgeTermISATypeOFRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the IsaTypeOf relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.RelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedUnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic IsaTypeOf restoreIsaTypeOfRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestoreIsaTypeOfRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the is a type of relationship to deleteInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Categorization createTermCategorizationRelationship(String userId, Categorization categorization) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreateTermCategorizationRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedcategorization - the term categorization relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Categorization getTermCategorizationRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetTermCategorizationRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the TermCategorizationRelationship relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Categorization updateTermCategorizationRelationship(String userId, Categorization termCategorizationRelationship) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipupdateTermCategorizationRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedtermCategorizationRelationship - the term categorization relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Categorization replaceTermCategorizationRelationship(String userId, Categorization termCategorizationRelationship) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplaceTermCategorizationRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedtermCategorizationRelationship - the term categorization relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Categorization deleteTermCategorizationRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnrecognizedGUIDException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeleteTermCategorizationRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the TermCategorizationRelationship relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedFunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exception
Client library Exceptionspublic void purgeTermCategorizationRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, RelationshipNotPurgedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshippurgeTermCategorizationRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the TermCategorizationRelationship relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.RelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedUnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic Categorization restoreTermCategorizationRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestoreTermCategorizationRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Term Categorization relationship to deleteInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic TermAnchor createTermAnchorRelationship(String userId, TermAnchor termAnchor) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreateTermAnchorRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedtermAnchor - the TermAnchor relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic TermAnchor getTermAnchorRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetTermAnchorRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the TermAnchorRelationship relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic TermAnchor replaceTermAnchorRelationship(String userId, TermAnchor termCategorizationRelationship) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplaceTermAnchorRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedtermCategorizationRelationship - the TermAnchor relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic TermAnchor deleteTermAnchorRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnrecognizedGUIDException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeleteTermAnchorRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the TermAnchorRelationship relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedFunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exception
Client library Exceptionspublic void purgeTermAnchorRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, RelationshipNotPurgedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshippurgeTermAnchorRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the TermAnchorRelationship relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.RelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedUnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic TermAnchor restoreTermAnchorRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestoreTermAnchorRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Term Anchor relationship to deleteInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic CategoryAnchor createCategoryAnchorRelationship(String userId, CategoryAnchor categoryAnchor) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreateCategoryAnchorRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedcategoryAnchor - the category anchor relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic CategoryAnchor getCategoryAnchorRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetCategoryAnchorRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the CategoryAnchorRelationship relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic CategoryAnchor updateCategoryAnchorRelationship(String userId, CategoryAnchor termCategorizationRelationship) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipupdateCategoryAnchorRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedtermCategorizationRelationship - the category anchor relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic CategoryAnchor replaceCategoryAnchorRelationship(String userId, CategoryAnchor termCategorizationRelationship) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplaceCategoryAnchorRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedtermCategorizationRelationship - the category anchor relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic CategoryAnchor deleteCategoryAnchorRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnrecognizedGUIDException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeleteCategoryAnchorRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the CategoryAnchorRelationship relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnrecognizedGUIDException - the supplied guid was not recognisedFunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exception
Client library Exceptionspublic void purgeCategoryAnchorRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, RelationshipNotPurgedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshippurgeCategoryAnchorRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the CategoryAnchorRelationship relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.RelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedUnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic CategoryAnchor restoreCategoryAnchorRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestoreCategoryAnchorRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the Category Anchor relationship to deleteInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ProjectScope createProjectScopeRelationship(String userId, ProjectScope projectScope) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipcreateProjectScopeRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedprojectScope - the ProjectScope relationshipInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ProjectScope getProjectScopeRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetProjectScopeRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to getInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service.UserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ProjectScope updateProjectScopeRelationship(String userId, ProjectScope projectScopeRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipupdateProjectScopeRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedprojectScopeRelationship - the ProjectScope relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ProjectScope replaceProjectScopeRelationship(String userId, ProjectScope projectScopeRelationship) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipreplaceProjectScopeRelationship in interface SubjectAreaRelationshipuserId - userId under which the request is performedprojectScopeRelationship - the ProjectScope relationshipInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ProjectScope deleteProjectScopeRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UnrecognizedGUIDException, UserNotAuthorizedException, FunctionNotSupportedException, RelationshipNotDeletedException, UnexpectedResponseException, PropertyServerException
SubjectAreaRelationshipdeleteProjectScopeRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the RelatedTerm relationship to deleteInvalidParameterException - one of the parameters is null or invalid.MetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnrecognizedGUIDException - the supplied guid was not recognisedUserNotAuthorizedException - the requesting user is not authorized to issue this request.FunctionNotSupportedException - Function not supported this indicates that a soft delete was issued but the repository does not support it.RelationshipNotDeletedException - a soft delete was issued but the relationship was not deleted.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exception
Client library Exceptionspublic void purgeProjectScopeRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, RelationshipNotPurgedException, UnrecognizedGUIDException, MetadataServerUncontactableException, UnexpectedResponseException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshippurgeProjectScopeRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the ProjectScope relationship to delete
when not successful the following Exception responses can occur
Exceptions returned by the serverInvalidParameterException - one of the parameters is null or invalid.UserNotAuthorizedException - the requesting user is not authorized to issue this request.RelationshipNotPurgedException - a hard delete was issued but the relationship was not purgedUnrecognizedGUIDException - the supplied guid was not recognisedMetadataServerUncontactableException - not able to communicate with a Metadata respository service. There is a problem retrieving properties from the metadata repository.UnexpectedResponseException - an unexpected response was returned from the serverPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic ProjectScope restoreProjectScopeRelationship(String userId, String guid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshiprestoreProjectScopeRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the ProjectScope relationship to restoreInvalidParameterException - one of the parameters is null or invalidUserNotAuthorizedException - the requesting user is not authorized to issue this request.MetadataServerUncontactableException - Unable to contact the serverUnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library Exceptionspublic SemanticAssignment getSemanticAssignmentRelationship(String userId, String guid) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, UnexpectedResponseException, UnrecognizedGUIDException, PropertyServerException, FunctionNotSupportedException
SubjectAreaRelationshipgetSemanticAssignmentRelationship in interface SubjectAreaRelationshipuserId - unique identifier for requesting user, under which the request is performedguid - guid of the SemanticAssignment relationship to getInvalidParameterException - one of the parameters is null or invalidMetadataServerUncontactableException - Unable to contact the serverUserNotAuthorizedException - the requesting user is not authorized to issue this request.UnexpectedResponseException - an unexpected response was returned from the serverUnrecognizedGUIDException - the supplied guid was not recognisedPropertyServerException - property server exceptionFunctionNotSupportedException - function not supported
Client library ExceptionsCopyright © 2018–2020 ODPi. All rights reserved.