Class DelegateTaskFormHandler
- java.lang.Object
-
- org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
-
- org.camunda.bpm.engine.impl.form.handler.DelegateTaskFormHandler
-
- All Implemented Interfaces:
FormHandler
,TaskFormHandler
public class DelegateTaskFormHandler extends DelegateFormHandler implements TaskFormHandler
- Author:
- Roman Smirnov
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
deploymentId, formHandler
-
-
Constructor Summary
Constructors Constructor Description DelegateTaskFormHandler(TaskFormHandler formHandler, DeploymentEntity deployment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskFormData
createTaskForm(TaskEntity task)
FormHandler
getFormHandler()
-
Methods inherited from class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
doCall, parseConfiguration, performContextSwitch, submitFormVariables
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.form.handler.FormHandler
parseConfiguration, submitFormVariables
-
-
-
-
Constructor Detail
-
DelegateTaskFormHandler
public DelegateTaskFormHandler(TaskFormHandler formHandler, DeploymentEntity deployment)
-
-
Method Detail
-
createTaskForm
public TaskFormData createTaskForm(TaskEntity task)
- Specified by:
createTaskForm
in interfaceTaskFormHandler
-
getFormHandler
public FormHandler getFormHandler()
- Specified by:
getFormHandler
in classDelegateFormHandler
-
-