Class DefaultStartFormHandler
java.lang.Object
org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
org.camunda.bpm.engine.impl.form.handler.DefaultStartFormHandler
- All Implemented Interfaces:
FormHandler
,StartFormHandler
- 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
Modifier and TypeMethodDescriptioncreateStartFormData
(ProcessDefinitionEntity processDefinition) submitStartFormData
(ExecutionEntity processInstance, VariableMap properties) 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
-
DefaultStartFormHandler
public DefaultStartFormHandler()
-
-
Method Details
-
createStartFormData
- Specified by:
createStartFormData
in interfaceStartFormHandler
-
submitStartFormData
-