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

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

public class StreamRTFReportProcessTask
extends AbstractReportProcessTask

Todo: Document Me

Author:
Thomas Morgner

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

StreamRTFReportProcessTask

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