Class BinaryDataWrapper
java.lang.Object
org.nuxeo.template.xdocreport.jaxrs.BinaryDataWrapper
- Author:
- Tiry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryData
static fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryData
wrap
(TemplateSourceDocument template) static fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryData
-
Constructor Details
-
BinaryDataWrapper
public BinaryDataWrapper()
-
-
Method Details
-
wrap
public static fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryData wrap(Blob blob) throws IOException - Throws:
IOException
-
wrap
public static fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryData wrap(TemplateSourceDocument template) throws IOException - Throws:
IOException
-
wrapXml
public static fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryData wrapXml(String xml, String fileName) throws IOException - Throws:
IOException
-