-
XML data linking child element data sets
<p>My goal is to write a simple report based on the following XML data. The XML data is provided by a remote source via http RESTful web service. I am looking for the best practice for producing a simple report that would list the sales peoples name in column 1. Column 2 would contain the list of regions (if any)…
-
How to check first before calling IDfSysObject.registerEvent
Hello, I am working with event registration for folders. I understand that I need to call IDfSysObject.registerEvent. What I can't figure out is how I should check if the object is already registered, since I will get a DfException if i call the method while it's already registered. Is the only option to query the…
-
Data Set and Data Source creation using the DE API
<p>Hi all,</p><p> </p><p>Does anyone could point me to a good example of data set and data source creation using the BIRT DE API? At the moment I need to create a XML data set using the API and I believe I am not doing it correctly. </p><p> </p><p>Many thanks, </p><p> </p><p>Maria </p>
-
How to make use of "apply" method of Interface ID2LifeCycleService
Hello I was going through API provided by EMC for D2 , i come across Interface "ID2LifeCycleService" there is method in this interface named as "apply" . So by using which class i can access this method , also there is parameter passed to this method named as "context " how to create this context object ? apply(Context…