Class DefaultStartFormHandler
java.lang.Object
org.flowable.engine.impl.form.DefaultFormHandler
org.flowable.engine.impl.form.DefaultStartFormHandler
- All Implemented Interfaces:
Serializable, FormHandler, StartFormHandler
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
Fields inherited from class DefaultFormHandler
deploymentId, formKey, formPropertyHandlersFields inherited from interface FormHandler
current -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateStartFormData(ProcessDefinition processDefinition) voidparseConfiguration(List<FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition) submitStartFormData(ExecutionEntity processInstance, Map<String, String> properties) Methods inherited from class DefaultFormHandler
getDeploymentId, getFormKey, getFormPropertyHandlers, initializeFormProperties, setDeploymentId, setFormKey, setFormPropertyHandlers, submitFormPropertiesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FormHandler
submitFormProperties
-
Constructor Details
-
DefaultStartFormHandler
public DefaultStartFormHandler()
-
-
Method Details
-
parseConfiguration
public void parseConfiguration(List<FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition) - Specified by:
parseConfigurationin interfaceFormHandler- Overrides:
parseConfigurationin classDefaultFormHandler
-
createStartFormData
- Specified by:
createStartFormDatain interfaceStartFormHandler
-
submitStartFormData
public ExecutionEntity submitStartFormData(ExecutionEntity processInstance, Map<String, String> properties)
-