Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 131577 --- Script Access to Factory/Presentation Mode

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 131577 --- Script Access to Factory/Presentation Mode

- Summary:
Fix Bugzilla Bug 131577 --- Script Access to Factory/Presentation Mode

- Bugzilla Bug (s) Resolved:
131577

- Description:
Fix Bugzilla Bug 131577 --- Script Access to Factory/Presentation Mode

Expose Engine new API in order to satisfy client's request to get the type of the current type
we define 6 task types for client:

TASK_UNKNOWN = -1;
TASK_GETPARAMETERDEFINITION = 0;
TASK_RUN = 1;
TASK_RENDER = 2;
TASK_RUNANDRENDER = 3; 
TASK_DATAEXTRACTION = 4;

- Tests Description  :
Manual Test


- Notes to Build Team:
None


- Notes to Developers:
None


- Notes to QA:  
None

- Notes to Documentation:  
None


- Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineTask.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IReportContext.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/AbstractRunTask.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ReportContextImpl.java"


- Files Added:
None

- Files Deleted
None

- Wei Wang
Actuate Software(Shanghai) Co.,Ltd



- Wei Wang
Actuate Software (Shanghai) Co., Ltd.
Email: wwang@xxxxxxxxxxx
 


Back to the top