How to fetch related asset data from any asset?
Accepted answer
Hi,
Thanks for update.
I think one fetch related assets in following way:
1. for current RAMAsset object, call RAMAsset#getRelationships to retrieve relationships current asset has;
2. for one RMARelationship, call RAMRelationship#getChildAsset() to retrieve related asset, use RAMRelationship#getRelationshipTypeName() to fetch relationship name.
Hope that could help.
Thanks for update.
I think one fetch related assets in following way:
1. for current RAMAsset object, call RAMAsset#getRelationships to retrieve relationships current asset has;
2. for one RMARelationship, call RAMRelationship#getChildAsset() to retrieve related asset, use RAMRelationship#getRelationshipTypeName() to fetch relationship name.
Hope that could help.
Comments
Lin Lu
JAZZ DEVELOPER Aug 18 '14, 1:08 a.m.Hi,
From post summary I think you need to fetch a related asset of current asset. However after read your description, I think it is about category schema. I am kind of confused here.
So, Is the assets categorized under two categorization? or there is a relationship between these two assets? It will be helpful if there is more details about the scenario.
Thanks.