Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Modify DataGenerationEngine&DataPresentationEngine to use IDocumentArchive to get streams to store meta data

Title: [birt-dev]CheckIn: Modify DataGenerationEngine&DataPresentationEngine to use IDocumentArchive to get streams to store meta data

Description:
 
Why: Previously, DataGenerationEngine&DataPresentationEngine use File object to store DtE metadata. Currently they were changed to use IDocumentArchive to get streams accordingly.

Some refactor works are done also, which make the member name more intuitive.

Fix:
N/A

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.data.dte/AbstractDataEngine.java
src/org.eclipse.birt.report.engine.data.dte/DataGenerationEngine.java
src/org.eclipse.birt.report.engine.data.dte/DataPresentationEngine.java
test/org.eclipse.birt.report.engine.data.dte/DataEngineTest.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