org.camunda.bpm.engine.impl.form.engine
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JuelFormEngine
public JuelFormEngine()
getName
public String getName()
- Specified by:
getName in interface FormEngine
renderStartForm
public Object renderStartForm(StartFormData startForm)
- Specified by:
renderStartForm in interface FormEngine
renderTaskForm
public Object renderTaskForm(TaskFormData taskForm)
- Specified by:
renderTaskForm in interface FormEngine
executeScript
protected Object executeScript(String scriptSrc,
VariableScope scope)
getFormTemplateString
protected String getFormTemplateString(FormData formInstance,
String formKey)
Copyright © 2017 camunda services GmbH. All rights reserved.