public class DefaultStartFormHandler extends DefaultFormHandler implements StartFormHandler
deploymentId, formKey, formPropertyHandlerscurrent| Constructor and Description |
|---|
DefaultStartFormHandler() |
| Modifier and Type | Method and Description |
|---|---|
StartFormData |
createStartFormData(ProcessDefinition processDefinition) |
void |
parseConfiguration(List<org.flowable.bpmn.model.FormProperty> formProperties,
String formKey,
DeploymentEntity deployment,
ProcessDefinition processDefinition) |
ExecutionEntity |
submitStartFormData(ExecutionEntity processInstance,
Map<String,String> properties) |
getDeploymentId, getFormKey, getFormPropertyHandlers, initializeFormProperties, setDeploymentId, setFormKey, setFormPropertyHandlers, submitFormPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsubmitFormPropertiespublic void parseConfiguration(List<org.flowable.bpmn.model.FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition)
parseConfiguration in interface FormHandlerparseConfiguration in class DefaultFormHandlerpublic StartFormData createStartFormData(ProcessDefinition processDefinition)
createStartFormData in interface StartFormHandlerpublic ExecutionEntity submitStartFormData(ExecutionEntity processInstance, Map<String,String> properties)
Copyright © 2019 Flowable. All rights reserved.