org.pentaho.reporting.engine.classic.core.modules.output.table.rtf
Class FlowRTFReportProcessTask

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

public class FlowRTFReportProcessTask
extends AbstractReportProcessTask

Todo: Document Me

Author:
Thomas Morgner

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

FlowRTFReportProcessTask

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