Package org.nuxeo.template.processors
Interface BidirectionalTemplateProcessor
- All Superinterfaces:
TemplateProcessor
- All Known Implementing Classes:
WordXMLRawTemplateProcessor
Interface for
TemplateProcessor
that allow reverse mapping. i.e. update the DocumentModel
from data
inside the template file. (This can only be done for some implementation because it depends on the target File
format)- Author:
- Tiry ([email protected])
-
Method Summary
Modifier and TypeMethodDescriptionupdateDocumentFromBlob
(TemplateBasedDocument templateDocument, String templateName) Methods inherited from interface org.nuxeo.template.api.TemplateProcessor
getInitialParametersDefinition, renderTemplate
-
Method Details
-
updateDocumentFromBlob
DocumentModel updateDocumentFromBlob(TemplateBasedDocument templateDocument, String templateName) throws IOException - Throws:
IOException
-