Package org.flowable.engine.impl.form
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 org.flowable.engine.impl.form.DefaultFormHandler
deploymentId, formKey, formPropertyHandlersFields inherited from interface org.flowable.engine.impl.form.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 org.flowable.engine.impl.form.DefaultFormHandler
getDeploymentId, getFormKey, getFormPropertyHandlers, initializeFormProperties, setDeploymentId, setFormKey, setFormPropertyHandlers, submitFormPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.engine.impl.form.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)
-