public class DefaultStartFormHandler extends DefaultFormHandler implements StartFormHandler
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
formKey |
businessKeyFieldId, deploymentId, FORM_FIELD_ELEMENT, FORM_PROPERTY_ELEMENT, formFieldHandlers, formPropertyHandlers| Constructor and Description |
|---|
DefaultStartFormHandler() |
| Modifier and Type | Method and Description |
|---|---|
StartFormData |
createStartFormData(ProcessDefinitionEntity processDefinition) |
Expression |
getFormKey() |
void |
parseConfiguration(Element activityElement,
DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition,
BpmnParse bpmnParse) |
ExecutionEntity |
submitStartFormData(ExecutionEntity processInstance,
org.camunda.bpm.engine.variable.VariableMap properties) |
fireFormPropertyHistoryEvents, getBusinessKeyFieldId, getDeploymentId, getFormPropertyHandlers, getFormTypes, initializeFormFields, initializeFormProperties, parseFormData, parseFormField, parseFormFields, parseFormProperties, parseProperties, parseValidation, setBusinessKeyFieldId, setDeploymentId, setFormPropertyHandlers, submitFormVariablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsubmitFormVariablesprotected Expression formKey
public void parseConfiguration(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse)
parseConfiguration in interface FormHandlerparseConfiguration in class DefaultFormHandlerpublic StartFormData createStartFormData(ProcessDefinitionEntity processDefinition)
createStartFormData in interface StartFormHandlerpublic ExecutionEntity submitStartFormData(ExecutionEntity processInstance, org.camunda.bpm.engine.variable.VariableMap properties)
public Expression getFormKey()
Copyright © 2013–2019 camunda services GmbH. All rights reserved.