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

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

public class FlowXExcelReportProcessTask
extends AbstractReportProcessTask

Todo: Document Me

Author:
Thomas Morgner

Constructor Summary
FlowXExcelReportProcessTask()
           
 
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

FlowXExcelReportProcessTask

public FlowXExcelReportProcessTask()
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.