|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultiStreamReportProcessTask
A export task that generates multiple streams, like the HTML-output does. The report document itself will go
into the bodyLocation, while any additional files generated during the export go into the
bulk location. Be aware that if the export generates multiple report-documents (ie. multiple HTML files) then
they all go into the body-location, while any image or stylesheet goes into the bulk location.
| Method Summary | |
|---|---|
org.pentaho.reporting.libraries.repository.ContentLocation |
getBulkLocation()
Returns the defined bulk location for the export. |
org.pentaho.reporting.libraries.repository.NameGenerator |
getBulkNameGenerator()
Returns the name generator for bulk content. |
URLRewriter |
getUrlRewriter()
Returns the URL rewriter used during the export. |
void |
setBulkLocation(org.pentaho.reporting.libraries.repository.ContentLocation bulkLocation)
Defines the bulk location, where additional content can be stored. |
void |
setBulkNameGenerator(org.pentaho.reporting.libraries.repository.NameGenerator bulkNameGenerator)
Defines the bulk file name generator that is used to generate unique names for the exported files. |
void |
setUrlRewriter(URLRewriter urlRewriter)
Defines the URL rewriter that is used to link bulk items to the main document. |
| Methods inherited from interface org.pentaho.reporting.engine.classic.core.ReportProcessTask |
|---|
addReportProgressListener, getBodyContentLocation, getBodyNameGenerator, getError, getReport, getReportMimeType, isTaskAborted, isTaskSuccessful, isValid, removeReportProgressListener, setBodyContentLocation, setBodyNameGenerator, setReport |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
void setBulkLocation(org.pentaho.reporting.libraries.repository.ContentLocation bulkLocation)
bulkLocation - the bulk location.org.pentaho.reporting.libraries.repository.ContentLocation getBulkLocation()
void setBulkNameGenerator(org.pentaho.reporting.libraries.repository.NameGenerator bulkNameGenerator)
bulkNameGenerator - the name generator.org.pentaho.reporting.libraries.repository.NameGenerator getBulkNameGenerator()
void setUrlRewriter(URLRewriter urlRewriter)
urlRewriter - the URL rewriter used in the export.URLRewriter getUrlRewriter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||