Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 121170 --- get column label from meta data object should return some user recognizable strings

Title: [birt-dev] CheckIn: Fix Bugzilla Bug 121170 --- get column label from meta data object should return some user recognizable strings

Description:
 
Why: Previously DataExtractionTask.getMetaData construct ResultMetaData from selectedColumns. In this way, we can't return column lable and types.

Fix: In DataExtractionTask.getMetaData calls extract() to get IExtractionResult and then call IExtractionResults.getResultMetaData to get IResultMetaData object. And we record the state that extract() has been called and return the extraction results in the succeeding call to extract().


Regression: Yes/No
No
 
Code Owner:
Shanghai Engine Team
 
Code Reviewers:
Shanghai Engine Team
 
Tests:
Unit test
 
Test Automated:  Yes/No (if “No”, then explain why)
Yes
Branches Involved:
Eclipse CVS
 
Files Changed:
src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java
src/org/eclipse/birt/report/engine/api/impl/DataIterator.java

Files Shared:
None
 
Files Added:
None
 
Files Deleted:
None
 
Defect Entries Resolved:
None
 
Case Entries Resolved:
None
 
Notes to Developers:
None
 
Notes to QA:
None
 
Notes to Documentation:
None
 
Notes to Configuration Management:
None
 
Notes to Support:
None
 
Notes to Product Marketing:
None


Back to the top