org.pentaho.reporting.engine.classic.core.modules.output.table.xls
Class FlowExcelReportProcessTask

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.AbstractReportProcessTask
      extended by org.pentaho.reporting.engine.classic.core.modules.output.table.xls.FlowExcelReportProcessTask
All Implemented Interfaces:
Runnable, ReportProcessTask

public class FlowExcelReportProcessTask
extends AbstractReportProcessTask

Todo: Document Me

Author:
Thomas Morgner

Constructor Summary
FlowExcelReportProcessTask()
           
 
Method Summary
 String getReportMimeType()
          Returns the export tasks document mime type.
 void run()
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.AbstractReportProcessTask
addReportProgressListener, getBodyContentLocation, getBodyNameGenerator, getError, getReport, isTaskAborted, isTaskSuccessful, isValid, removeReportProgressListener, setBodyContentLocation, setBodyNameGenerator, setReport
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowExcelReportProcessTask

public FlowExcelReportProcessTask()
Method Detail

run

public void run()

getReportMimeType

public String getReportMimeType()
Description copied from interface: ReportProcessTask
Returns the export tasks document mime type.

Returns:
the mime type of the report document that is being generated.