I am working on a MDM application,
i need to figure out a way to get all the Qualified links for a table.
In MDM4J you could call the method
GetQualifiedLinks(Search search, java.lang.String table, java.lang.String
on the CatalogData class to get all the qualified links for a particular record id.
I am having trouble figuring out how to do the same with the new MDM Java API 2. pls provide me the steps to do it or a block of code would be most helpful.
I have read the pictorial representation of working with qualifiers in the Migration guide but am unable to figure out how to do the same using the api.
thanks for your help