public interface AssetClassificationInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addAssetOrigin(String userId,
String assetGUID,
String organizationGUID,
String businessCapabilityGUID,
Map<String,String> otherOriginValues)
Add the asset origin classification to an asset.
|
void |
addSemanticAssignment(String userId,
String assetGUID,
String glossaryTermGUID,
String assetElementGUID)
Create a simple relationship between a glossary term and an element in an Asset description (typically
a field in the schema).
|
void addSemanticAssignment(String userId, String assetGUID, String glossaryTermGUID, String assetElementGUID) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userassetGUID - unique identifier of assetglossaryTermGUID - unique identifier of the glossary termassetElementGUID - element to link it to - its type must inherit from Referenceable.InvalidParameterException - one of the parameters is null or invalidPropertyServerException - problem accessing property serverUserNotAuthorizedException - security access problemvoid addAssetOrigin(String userId, String assetGUID, String organizationGUID, String businessCapabilityGUID, Map<String,String> otherOriginValues) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userassetGUID - unique identifier of assetorganizationGUID - Unique identifier (GUID) of the organization where this asset originated from - or nullbusinessCapabilityGUID - Unique identifier (GUID) of the business capability where this asset originated from.otherOriginValues - Descriptive labels describing origin of the assetInvalidParameterException - entity not known, null userId or guidPropertyServerException - problem accessing property serverUserNotAuthorizedException - security access problemCopyright © 2018–2019 ODPi. All rights reserved.