Package org.nuxeo.template.processors
Interface BidirectionalTemplateProcessor
-
- All Superinterfaces:
TemplateProcessor
- All Known Implementing Classes:
WordXMLRawTemplateProcessor
public interface BidirectionalTemplateProcessor extends TemplateProcessor
Interface forTemplateProcessorthat allow reverse mapping. i.e. update theDocumentModelfrom 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentModelupdateDocumentFromBlob(TemplateBasedDocument templateDocument, String templateName)-
Methods inherited from interface org.nuxeo.template.api.TemplateProcessor
getInitialParametersDefinition, renderTemplate
-
-
-
-
Method Detail
-
updateDocumentFromBlob
DocumentModel updateDocumentFromBlob(TemplateBasedDocument templateDocument, String templateName) throws IOException
- Throws:
IOException
-
-