Class DefaultTaskFormHandler
java.lang.Object
org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
org.camunda.bpm.engine.impl.form.handler.DefaultTaskFormHandler
- All Implemented Interfaces:
FormHandler
,TaskFormHandler
- Author:
- Tom Baeyens
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
ALLOWED_FORM_REF_BINDINGS, businessKeyFieldId, deploymentId, FORM_FIELD_ELEMENT, FORM_PROPERTY_ELEMENT, FORM_REF_BINDING_DEPLOYMENT, FORM_REF_BINDING_LATEST, FORM_REF_BINDING_VERSION, formFieldHandlers, formPropertyHandlers
-
Constructor Summary
-
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
fireFormPropertyHistoryEvents, getBusinessKeyFieldId, getDeploymentId, getFormPropertyHandlers, getFormTypes, initializeFormFields, initializeFormProperties, parseConfiguration, parseFormData, parseFormField, parseFormFields, parseFormProperties, parseProperties, parseValidation, setBusinessKeyFieldId, setDeploymentId, setFormPropertyHandlers, 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
-
DefaultTaskFormHandler
public DefaultTaskFormHandler()
-
-
Method Details
-
createTaskForm
- Specified by:
createTaskForm
in interfaceTaskFormHandler
-