public class JuelFormEngine extends Object implements FormEngine
| Constructor and Description |
|---|
JuelFormEngine() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
executeScript(String scriptSrc,
VariableScope scope) |
protected String |
getFormTemplateString(FormData formInstance,
String formKey) |
String |
getName() |
Object |
renderStartForm(StartFormData startForm) |
Object |
renderTaskForm(TaskFormData taskForm) |
public String getName()
getName in interface FormEnginepublic Object renderStartForm(StartFormData startForm)
renderStartForm in interface FormEnginepublic Object renderTaskForm(TaskFormData taskForm)
renderTaskForm in interface FormEngineprotected Object executeScript(String scriptSrc, VariableScope scope)
Copyright © 2013–2021 camunda services GmbH. All rights reserved.