public interface TemplateService
Modifier and Type | Method and Description |
---|---|
String |
processTemplate(String template,
List<AnyWorkObject> contextWorkObjects)
Process the specified template string in the context of the given work objects.
|
String |
processTemplate(String template,
List<AnyWorkObject> 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<AnyWorkObject> contextWorkObjects)
Process the specified template string in the context of the given work objects.
template
- the template stringcontextWorkObjects
- the context work objectsString processTemplate(String template, List<AnyWorkObject> contextWorkObjects, Map<String,Object> additionalContext)
Process the specified template in the context of the given work objects and the additional context.
template
- the template stringcontextWorkObjects
- the work object contextadditionalContext
- the additional context, if the value is not resolved from the context work objectsCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.