Identifying the Name and UUID of an Updated Attributed
We are uploading chages to the attributes of an Asset, via the Import API
My workflow is triggered on events such as Asset Attribute Added, Changed and Removed
I make use of the item.bean to collect information about the event thats taken place. I have a lot of useful information abouot the asset in focus, but there is nothing to tell me the UUID or Name of the attribute that has changed
Many attributes can be changed for any given Collibra asset, but I am only interested in changes made to a specific attribute (Classification Status)
My questions is this, how do I get hold of the UUID and the NAme of the attribute that has been changed?
If you apply a change to an attribute using the REST API, your result set shows
"type": {
"id": "50a73f68-6094-436f-8eeb-3e3049f09dd2",
"resourceType": "SingleValueListAttributeType",
"name": "Classification Status"
},
How do I get the same information using the Java Core API v2
Regards
Bobby