public interface TemplateService
extends com.edorasware.commons.core.util.service.Service
| Modifier and Type | Method and Description |
|---|---|
String |
processTemplate(String template,
List<com.edorasware.commons.core.entity.WorkObject<?,?,?>> contextWorkObjects)
Process the specified template string in the context of the given work objects.
|
String |
processTemplate(String template,
List<com.edorasware.commons.core.entity.WorkObject<?,?,?>> contextWorkObjects,
Map<String,Object> additionalContext)
Process the specified template in the context of the given work objects and the additional context.
|
String processTemplate(String template, List<com.edorasware.commons.core.entity.WorkObject<?,?,?>> contextWorkObjects)
template - the template stringcontextWorkObjects - the context work objectsString processTemplate(String template, List<com.edorasware.commons.core.entity.WorkObject<?,?,?>> contextWorkObjects, Map<String,Object> additionalContext)
template - the template stringcontextWorkObjects - the work object contextadditionalContext - the additional context, if the value is not resolved from the context work objectsCopyright © 2010 - 2017 edorasware ag. All Rights Reserved.