|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.util.DocumentUtil
public class DocumentUtil
Utility class for the serialize a report design in which all the elements localize their property values from the referred external resources, such as library elements, library embedded images.
Constructor Summary | |
---|---|
DocumentUtil()
|
Method Summary | |
---|---|
static ReportDesignHandle |
serialize(ReportDesignHandle designHandle,
java.io.OutputStream out)
Writes the report design to the given output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentUtil()
Method Detail |
---|
public static ReportDesignHandle serialize(ReportDesignHandle designHandle, java.io.OutputStream out) throws java.io.IOException
onSave
if the save succeeds.
designHandle
- the report design to serializeout
- the output stream to which the design is written.
java.io.IOException
- if the file cannot be written to the output stream
successfully.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |