Package org.nuxeo.template.processors
Interface BidirectionalTemplateProcessor
-
- All Superinterfaces:
TemplateProcessor
- All Known Implementing Classes:
WordXMLRawTemplateProcessor
public interface BidirectionalTemplateProcessor extends TemplateProcessor
Interface forTemplateProcessor
that allow reverse mapping. i.e. update theDocumentModel
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentModel
updateDocumentFromBlob(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
-
-