Skip to Content
0
Former Member
Dec 22, 2007 at 04:36 AM

MDM Java API 2 - trying to get Qualified links

21 Views

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