Class DelegateFormHandler
java.lang.Object
org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
- Direct Known Subclasses:
DelegateStartFormHandler
,DelegateTaskFormHandler
- Author:
- Roman Smirnov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected <T> T
abstract FormHandler
void
parseConfiguration
(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse) protected <T> T
performContextSwitch
(Callable<T> callable) void
submitFormVariables
(VariableMap properties, VariableScope variableScope)
-
Field Details
-
deploymentId
-
formHandler
-
-
Constructor Details
-
DelegateFormHandler
-
-
Method Details
-
parseConfiguration
public void parseConfiguration(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse) -
performContextSwitch
-
doCall
-
submitFormVariables
-
getFormHandler
-