Interface FormHandler
- All Known Subinterfaces:
StartFormHandler
,TaskFormHandler
- All Known Implementing Classes:
DefaultFormHandler
,DefaultStartFormHandler
,DefaultTaskFormHandler
,DelegateStartFormHandler
,DelegateTaskFormHandler
public interface FormHandler
- Author:
- Tom Baeyens
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parseConfiguration
(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse) void
submitFormVariables
(VariableMap properties, VariableScope variableScope)
-
Method Details
-
parseConfiguration
void parseConfiguration(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse) -
submitFormVariables
-