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, formPropertyHandlers
Fields inherited from interface org.flowable.engine.impl.form.FormHandler
current
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateStartFormData
(ProcessDefinition processDefinition) void
parseConfiguration
(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, submitFormProperties
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
parseConfiguration
in interfaceFormHandler
- Overrides:
parseConfiguration
in classDefaultFormHandler
-
createStartFormData
- Specified by:
createStartFormData
in interfaceStartFormHandler
-
submitStartFormData
public ExecutionEntity submitStartFormData(ExecutionEntity processInstance, Map<String, String> properties)
-