Package org.flowable.engine.impl.form
Class DefaultFormHandler
java.lang.Object
org.flowable.engine.impl.form.DefaultFormHandler
- All Implemented Interfaces:
Serializable
,FormHandler
- Direct Known Subclasses:
DefaultStartFormHandler
,DefaultTaskFormHandler
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Expression
protected List<FormPropertyHandler>
Fields inherited from interface org.flowable.engine.impl.form.FormHandler
current
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
initializeFormProperties
(FormDataImpl formData, ExecutionEntity execution) void
parseConfiguration
(List<FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition) void
setDeploymentId
(String deploymentId) void
setFormKey
(Expression formKey) void
setFormPropertyHandlers
(List<FormPropertyHandler> formPropertyHandlers) void
submitFormProperties
(Map<String, String> properties, ExecutionEntity execution)
-
Field Details
-
formKey
-
deploymentId
-
formPropertyHandlers
-
-
Constructor Details
-
DefaultFormHandler
public DefaultFormHandler()
-
-
Method Details
-
parseConfiguration
public void parseConfiguration(List<FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition) - Specified by:
parseConfiguration
in interfaceFormHandler
-
initializeFormProperties
-
submitFormProperties
- Specified by:
submitFormProperties
in interfaceFormHandler
-
getFormKey
-
setFormKey
-
getDeploymentId
-
setDeploymentId
-
getFormPropertyHandlers
-
setFormPropertyHandlers
-