cancel
Showing results for 
Search instead for 
Did you mean: 

ITableMappingOverload

Former Member
0 Kudos

Hi,

1) Can anyone please provide me any sample code which gives a utility of Interface ITableMappingOverload?

2) Can I join following two queries?

a) select * from ci_appobjects where si_kind='MetaData.DataTable'

b) select * from ci_appobjects where si_kind='universe'

If yes then how?

Thanks

Nirabhra

Edited by: Nirabhra Ghosh on Apr 29, 2009 12:34 PM

Accepted Solutions (1)

Accepted Solutions (1)

ted_ueda
Employee
Employee
0 Kudos

1. overload.getTableMappings().add("Original_Table_Name", "Override_Table_Name");

2. No direct relationship. Also, the MetaData.DataTable SI_KIND is not considered a public API object.

Sincerely,

Ted Ueda

Former Member
0 Kudos

Thanks for your earlier reply.

Is there any such cms query or queries through which i can get MetaData.DataTable corresponding to a universe?

Thanks

Nirabhra

Edited by: Nirabhra Ghosh on Apr 30, 2009 4:16 PM

ted_ueda
Employee
Employee
0 Kudos

The MetaData.* kinds aren't documented, since they don't correspond to a public api.

But likely you're not going to get what you want from it, if what you want to do is Overload remap it.

You have to know the Table name or ID a-priori from the Universe, for example using the Universe Designer or the COM-based Universe Designer SDK.

Sincerely,

Ted Ueda

Former Member
0 Kudos

Thanks Ted for your earlier reply.

Can I get the information through webservice? if so, then please give me some guidence.

Nirabhra

Answers (0)