Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Add getHandle interface to IParamterDefnBase

Title: [birt-dev]CheckIn: Add getHandle interface to IParamterDefnBase

Summary 

Bugzilla Bug (s) Resolved:

Description:
Viewer sometimes needs the paramter handle directly. The engine interface doesn't export the handle out, so the viewer should cast the interface to a internal classes to get the handle.

Add the getHandle to the interface so the viewer can get the handle from the interface directly.
 
Test Description:
Unit Test
 
Files Edited:
cvs ci -m "add getHandle to the IParameterDefnBase interface." -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IParameterDefnBase.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top