public interface AssetDuplicateManagementInterface
| Modifier and Type | Method and Description |
|---|---|
void |
linkElementsAsDuplicates(String userId,
String element1GUID,
String element2GUID)
Create a simple relationship between two elements in an Asset description (typically the asset itself or
attributes in their schema).
|
void |
unlinkElementsAsDuplicates(String userId,
String element1GUID,
String element2GUID)
Remove the relationship between two elements that marks them as duplicates.
|
void linkElementsAsDuplicates(String userId, String element1GUID, String element2GUID) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userelement1GUID - unique identifier of first elementelement2GUID - unique identifier of second elementInvalidParameterException - one of the parameters is null or invalidPropertyServerException - problem accessing property serverUserNotAuthorizedException - security access problemvoid unlinkElementsAsDuplicates(String userId, String element1GUID, String element2GUID) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userelement1GUID - unique identifier of first elementelement2GUID - unique identifier of second elementInvalidParameterException - one of the parameters is null or invalid or the elements are not linked as duplicatesPropertyServerException - problem accessing property serverUserNotAuthorizedException - security access problemCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.