com.jaspersoft.jasperserver.api.engine.scheduling.quartz
Class ReportExecutionJob.ReportOutput

java.lang.Object
  extended by com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.ReportOutput
Enclosing class:
ReportExecutionJob

protected static class ReportExecutionJob.ReportOutput
extends java.lang.Object


Constructor Summary
ReportExecutionJob.ReportOutput(byte[] data, java.lang.String fileType, java.lang.String filename)
           
 
Method Summary
 void addChild(ReportExecutionJob.ReportOutput child)
           
 java.util.List getChildren()
           
 byte[] getData()
           
 java.lang.String getFilename()
           
 java.lang.String getFileType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportExecutionJob.ReportOutput

public ReportExecutionJob.ReportOutput(byte[] data,
                                       java.lang.String fileType,
                                       java.lang.String filename)
Method Detail

getData

public byte[] getData()

getFilename

public java.lang.String getFilename()

getFileType

public java.lang.String getFileType()

getChildren

public java.util.List getChildren()

addChild

public void addChild(ReportExecutionJob.ReportOutput child)


Copyright © 2007. All Rights Reserved.