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
- Author:
- Roman Smirnov
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
deploymentId, formHandler
-
Constructor Summary
ConstructorDescriptionDelegateTaskFormHandler
(TaskFormHandler formHandler, DeploymentEntity deployment) -
Method Summary
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 Details
-
DelegateTaskFormHandler
-
-
Method Details
-
createTaskForm
- Specified by:
createTaskForm
in interfaceTaskFormHandler
-
getFormHandler
- Specified by:
getFormHandler
in classDelegateFormHandler
-