Class JuelFormEngine
- java.lang.Object
-
- org.camunda.bpm.engine.impl.form.engine.JuelFormEngine
-
- All Implemented Interfaces:
FormEngine
public class JuelFormEngine extends Object implements FormEngine
- Author:
- Tom Baeyens
-
-
Constructor Summary
Constructors Constructor Description JuelFormEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectexecuteScript(String scriptSrc, VariableScope scope)protected StringgetFormTemplateString(FormData formInstance, String formKey)StringgetName()ObjectrenderStartForm(StartFormData startForm)ObjectrenderTaskForm(TaskFormData taskForm)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceFormEngine
-
renderStartForm
public Object renderStartForm(StartFormData startForm)
- Specified by:
renderStartFormin interfaceFormEngine
-
renderTaskForm
public Object renderTaskForm(TaskFormData taskForm)
- Specified by:
renderTaskFormin interfaceFormEngine
-
executeScript
protected Object executeScript(String scriptSrc, VariableScope scope)
-
-