Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] API change request: Add new API IScalarParameterDefn.isRequired()

Add new API IScalarParameterDefn.isRequired(), and deprecated two APIs IScalarParameterDefn.allowNull() and IScalarParameterDefn.allowBlank()

 

These APIs have followed rules:

1. the rule for String type:

                   a. isRequired() is true, allowNull() and allowBlank() are false

                   b. isRequired() is false, allowNull() and allowBlank() are true

2. the rule for other types:

                   a. isRequired() is true, allowNull() is false

                   b. isRequired() is false, allowNull() is true

 

For fix bugs:

Bug 165025 - Parameter Sort Issue (under Show Report Parameters)

 

 

- Wei Wang

Actuate Software (Shanghai) Co., Ltd.

Email: wwang@xxxxxxxxxxx

 

 

Attachment: BIRT API Change Control Document - Add new API IScalarParameterDefn.isRequired().pdf
Description: BIRT API Change Control Document - Add new API IScalarParameterDefn.isRequired().pdf


Back to the top