| 限定符和类型 | 字段和说明 |
|---|---|
static String |
BASE_RESOURCE_CLASS |
protected Boolean |
createParentFolder |
protected static org.apache.commons.logging.Log |
logger |
protected org.pentaho.reporting.engine.classic.core.MasterReport |
report |
protected org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusListener |
statusListener |
protected org.apache.commons.vfs2.FileObject |
targetFile |
protected String |
targetPath |
| 构造器和说明 |
|---|
ReportExportTask(org.pentaho.reporting.engine.classic.core.MasterReport report,
org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.SwingGuiContext swingGuiContext,
String targetPath,
Boolean createParentFolder)
Creates a new PDF export task.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract org.pentaho.reporting.engine.classic.core.layout.output.ReportProcessor |
createReportProcessor(OutputStream fout) |
protected void |
execute() |
protected String |
getSuffix(String filename) |
void |
run()
When an object implementing interface
Runnable is used to create a thread, starting the thread causes
the object's run method to be called in that separately executing thread. |
protected static final org.apache.commons.logging.Log logger
protected org.pentaho.reporting.engine.classic.core.MasterReport report
protected org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusListener statusListener
protected Boolean createParentFolder
protected String targetPath
protected org.apache.commons.vfs2.FileObject targetFile
public void run()
Runnable is used to create a thread, starting the thread causes
the object's run method to be called in that separately executing thread.
The general contract of the method run is that it may take any action whatsoever.run 在接口中 RunnableThread.run()protected abstract org.pentaho.reporting.engine.classic.core.layout.output.ReportProcessor createReportProcessor(OutputStream fout) throws Exception
ExceptionCopyright © 2024 Hitachi Vantara. All rights reserved.