Package org.flowable.engine.impl.form
Interface FormHandler
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
StartFormHandler,TaskFormHandler
- All Known Implementing Classes:
DefaultFormHandler,DefaultStartFormHandler,DefaultTaskFormHandler
public interface FormHandler extends Serializable
- Author:
- Tom Baeyens
-
-
Field Summary
Fields Modifier and Type Field Description static ThreadLocal<FormHandler>current
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparseConfiguration(List<org.flowable.bpmn.model.FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition)voidsubmitFormProperties(Map<String,String> properties, ExecutionEntity execution)
-
-
-
Field Detail
-
current
static final ThreadLocal<FormHandler> current
-
-
Method Detail
-
parseConfiguration
void parseConfiguration(List<org.flowable.bpmn.model.FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition)
-
submitFormProperties
void submitFormProperties(Map<String,String> properties, ExecutionEntity execution)
-
-