Package org.flowable.engine.impl.form
Interface FormHandler
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
StartFormHandler
,TaskFormHandler
- All Known Implementing Classes:
DefaultFormHandler
,DefaultStartFormHandler
,DefaultTaskFormHandler
- Author:
- Tom Baeyens
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
parseConfiguration
(List<FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition) void
submitFormProperties
(Map<String, String> properties, ExecutionEntity execution)
-
Field Details
-
current
-
-
Method Details
-
parseConfiguration
void parseConfiguration(List<FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition) -
submitFormProperties
-