org.camunda.bpm.engine.impl.form.engine
Class JuelFormEngine

java.lang.Object
  extended by org.camunda.bpm.engine.impl.form.engine.JuelFormEngine
All Implemented Interfaces:
FormEngine

public class JuelFormEngine
extends Object
implements FormEngine

Author:
Tom Baeyens

Constructor Summary
JuelFormEngine()
           
 
Method Summary
protected  Object executeScript(String scriptSrc, VariableScope scope)
           
protected  String getFormTemplateString(FormData formInstance, String formKey)
           
 String getName()
           
 Object renderStartForm(StartFormData startForm)
           
 Object renderTaskForm(TaskFormData taskForm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JuelFormEngine

public JuelFormEngine()
Method Detail

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 © 2016 camunda services GmbH. All rights reserved.