Class BinaryDataWrapper
java.lang.Object
org.nuxeo.template.xdocreport.rest.BinaryDataWrapper
- Author:
 - Tiry
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryDatastatic fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryDatawrap(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
 
 -