Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: use DIRECTPRSENT mode in RunAndRenderTask

Title: [birt-dev]CheckIn: use DIRECTPRSENT mode in RunAndRenderTask

Description:

        DTE supports three mode: generate, present and direct present. In the generate mode, the data will be stored into the disk. In prensent mode, the data is read from disk, and in direct present mode, the data is retived from the data base and output to the caller directly.

        The runAndRenderTask should call the DTE in direct present mode. 


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
 
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

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DteDataEngine.java"


-Wei Yan



Back to the top