|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An engine task that runs a report and generates a report document.
| Method Summary | |
void |
run(org.eclipse.birt.core.archive.FolderArchive fArchive)
Deprecated. |
void |
run(org.eclipse.birt.core.archive.IDocArchiveWriter archive)
|
void |
run(java.lang.String reportDocName)
runs the task to generate report document |
void |
setPageHandler(IPageHandler callback)
set up event handler to be called after each page is generated |
| Methods inherited from interface org.eclipse.birt.report.engine.api.IEngineTask |
addScriptableJavaObject, cancel, cancel, close, getAppContext, getEngine, getErrors, getID, getLocale, getParameterValue, getParameterValues, getReportRunnable, getULocale, setAppContext, setDataSource, setLocale, setLocale, setParameterValue, setParameterValues, validateParameters |
| Method Detail |
public void setPageHandler(IPageHandler callback)
callback - a callback function that is called after each checkpoint
public void run(java.lang.String reportDocName)
throws EngineException
reportDocName - the name for the report document file
EngineException - throws exception when running report fails
public void run(org.eclipse.birt.core.archive.IDocArchiveWriter archive)
throws EngineException
archive - a document archive object that supports various doc-related functionalities
EngineException - throws exception when running report fails
public void run(org.eclipse.birt.core.archive.FolderArchive fArchive)
throws EngineException
fArchive - a folder archive that is used both as the data source, and as output
The engine WILL overwrite the archive that is passed in!
EngineException - throws exception when running report fails
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||