public interface BidirectionalTemplateProcessor extends TemplateProcessor
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)Modifier and Type | Method and Description |
---|---|
DocumentModel |
updateDocumentFromBlob(TemplateBasedDocument templateDocument,
String templateName) |
getInitialParametersDefinition, renderTemplate
DocumentModel updateDocumentFromBlob(TemplateBasedDocument templateDocument, String templateName) throws IOException
IOException
Copyright © 2018 Nuxeo. All rights reserved.