public interface GovernanceExchangeInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addElementToSubjectArea(String userId,
String assetManagerGUID,
String assetManagerName,
String glossaryCategoryGUID,
String glossaryCategoryExternalIdentifier,
String subjectAreaName,
String methodName)
Classify the element to asset that the definitions it represents are part of a subject area definition.
|
void |
removeElementFromSubjectArea(String userId,
String assetManagerGUID,
String assetManagerName,
String openMetadataGUID,
String externalElementIdentifier,
String methodName)
Remove the subject area designation from the identified element.
|
void addElementToSubjectArea(String userId, String assetManagerGUID, String assetManagerName, String glossaryCategoryGUID, String glossaryCategoryExternalIdentifier, String subjectAreaName, String methodName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userassetManagerGUID - unique identifier of software server capability representing the callerassetManagerName - unique name of software server capability representing the callerglossaryCategoryGUID - unique identifier of the metadata element to updateglossaryCategoryExternalIdentifier - unique identifier of the glossary category in the external asset managersubjectAreaName - qualified name of subject areamethodName - calling methodInvalidParameterException - one of the parameters is invalidUserNotAuthorizedException - the user is not authorized to issue this requestPropertyServerException - there is a problem reported in the open metadata server(s)void removeElementFromSubjectArea(String userId, String assetManagerGUID, String assetManagerName, String openMetadataGUID, String externalElementIdentifier, String methodName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userassetManagerGUID - unique identifier of software server capability representing the callerassetManagerName - unique name of software server capability representing the calleropenMetadataGUID - unique identifier of the metadata element to updateexternalElementIdentifier - unique identifier of the equivalent element in the external asset managermethodName - calling methodInvalidParameterException - one of the parameters is invalidUserNotAuthorizedException - the user is not authorized to issue this requestPropertyServerException - there is a problem reported in the open metadata server(s)Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.