Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Added a getGlobalVariables() to IReportDocument

Summary 

Added a getGlobalVariables() to IReportDocument. This is for supporting serialization/deserialization of global variables created in _javascript_ ot Java-based scripting.

Also modified signature for setParameterValues() to take a Map instead of a HashMap.

Bugzilla Bug (s) Resolved:

Description:
Added a getGlobalVariables() to IReportDocument. This is for supporting serialization/deserialization of global variables created in _javascript_ ot Java-based scripting.

Also modified signature for setParameterValues() to take a Map instead of a HashMap.

 

Test Description:
Unit
 
Files Edited:
org.eclipse.birt.report.engine.api/IEngineTask.java

org.eclipse.birt.report.engine.api/IReportDocument.java

org.eclipse.birt.report.engine.api/impl/EngineTask.java

org.eclipse.birt.report.engine.api/impl/ReportDocumentReader.java

test/org.eclipse.birt.report.engine.api/impl/ReportDocumentTest.java

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:

 

 

 


Back to the top