Quantcast
Channel: SCN : Popular Discussions - Java SDK Application Development
Viewing all articles
Browse latest Browse all 1701

Extracting metadata(classes and objects) from BO 4.1 through java sdk

$
0
0

We are trying to extract metadata through java sdk from BO 4.1,we had been able to extract the data upto class level but can not proceed further to extract data related to the objects such as "measures,"dimensions","filters",etc from a class as we can't find suitable methods to do so.Please have a look to the following code snippet:-

 

RelationalBusinessLayer businessLayer = (RelationalBusinessLayer) local.load("D:\\Universe\\retrieval-2014-03-17-15-47-46\\eFashion4.blx"); //loading local blx file

 

RootFolder rf =businessLayer.getRootFolder();

 

List<BlItem> getchildren=rf.getChildren(); //would return list of classes

 

Now we intend to extract objects(filters,dimensions,measures) from each of these BlItems.

 

Please help.

 

 

 

Regards,

 

Ashwani.


Viewing all articles
Browse latest Browse all 1701

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>