Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [birt-dev] BIRT API Change Request -- new feature for dynamicandcascading parameters

Title: Message
The paramType is a choice name, it will not be written into the design file.
 
In ROM, the original property definition:
<Property detailType="paramType"name="dataType" runtimeSettable="false" since="1.0" type="choice">
is changed to:
<Property detailType="paramDataType" name="dataType" runtimeSettable="false" since="1.0" type="choice">
    
Only the property name "dataType" and the choice value will be written into the design file, like:
<property name="dataType">dataTime</property>
 
In API level, only the static choice name member name will be changed. I will refactory them all before I check in the code.
 
(The reason I change the choice name is that we introduced another more senseful "paramType" choice name used to tell
whether a parameter is static or dynamic. )
 
Thanks
 
Rock Yu
Actuate Corporation - Shanghai R&D Center
Phone:(86)21-20270900 Ext 229
Mobile: 13061712090
Email: cyu@xxxxxxxxxxx

-----Original Message-----
From: birt-dev-bounces@xxxxxxxxxxx [mailto:birt-dev-bounces@xxxxxxxxxxx] On Behalf Of
Wenfeng Li
Sent:
Tuesday, September 27, 2005 2:10 AM
To: For developers on the BIRT project
Subject: RE: [birt-dev] BIRT API Change Request -- new feature for dynamicandcascading parameters

 

 

Rock

 

Is it possible not to rename paramType to paraDataType?  Such change will break DE API compatibility.   What is the other type that needs to have the "paramType" name?  Is there an alternative to it?

 

Regards

Wenfeng Li
PMC Lead
Eclipse Business Intelligence & Reporting Tools Project
<http://www.eclipse.org/birt/>

 -----Original Message-----
From: birt-dev-bounces@xxxxxxxxxxx [mailto:birt-dev-bounces@xxxxxxxxxxx]On Behalf Of Chenzhong Yu
Sent:
Sunday, September 25, 2005 11:28 PM
To: birt-dev@xxxxxxxxxxx
Subject: [birt-dev] BIRT API Change Request -- new feature for dynamic andcascading parameters

<<API change control doc(Feature-cascading and dynamic parameters).doc>>
Model will checkin support for dynamic and cascading parameters. The attachment is the change document.
Please review it.

Rock Yu
Actuate Corporation - Shanghai R&D Center
Phone:(86)21-20270900 Ext 229
Mobile: 13061712090
Email: cyu@xxxxxxxxxxx


Back to the top