09-25-2014 04:04 PM
document.processTemplate(template)
09-26-2014 03:19 AM
10-17-2014 09:48 AM
TemplateService templateService = serviceRegistry.getTemplateService();
// our model
Map<String, Object> model = new HashMap<String, Object>(8, 1.0f);
// modelNodeRef is the node where from we are gonna take values
model.put("document", new TemplateNode(modelNodeRef, serviceRegistry, null));
// TemplateNode allows go get node properties, assocs etc.
<#assign props=document.getProperties()>
${props["cm:name"]
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.