org.jfree.report.flow

Interface ReportJob

public interface ReportJob extends Serializable, Cloneable

A report job holds all properties that are required to successfully execute a report process. A report job does not hold output target specific parameters like target file names etc.
Method Summary
voidclose()
ReportJobderive()
ModifiableConfigurationgetConfiguration()
ReportDataFactorygetDataFactory()
StringgetName()
ReportParametersgetParameters()
ReportStructureRootgetReportStructureRoot()
ResourceBundleFactorygetResourceBundleFactory()

Method Detail

close

public void close()

derive

public ReportJob derive()

getConfiguration

public ModifiableConfiguration getConfiguration()

getDataFactory

public ReportDataFactory getDataFactory()

getName

public String getName()

getParameters

public ReportParameters getParameters()

getReportStructureRoot

public ReportStructureRoot getReportStructureRoot()

getResourceBundleFactory

public ResourceBundleFactory getResourceBundleFactory()