Class DelegateFormHandler
- java.lang.Object
-
- org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
-
- Direct Known Subclasses:
DelegateStartFormHandler,DelegateTaskFormHandler
public abstract class DelegateFormHandler extends Object
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdeploymentIdprotected FormHandlerformHandler
-
Constructor Summary
Constructors Constructor Description DelegateFormHandler(FormHandler formHandler, String deploymentId)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected <T> TdoCall(Callable<T> callable)abstract FormHandlergetFormHandler()voidparseConfiguration(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse)protected <T> TperformContextSwitch(Callable<T> callable)voidsubmitFormVariables(org.camunda.bpm.engine.variable.VariableMap properties, VariableScope variableScope)
-
-
-
Field Detail
-
deploymentId
protected String deploymentId
-
formHandler
protected FormHandler formHandler
-
-
Constructor Detail
-
DelegateFormHandler
public DelegateFormHandler(FormHandler formHandler, String deploymentId)
-
-
Method Detail
-
parseConfiguration
public void parseConfiguration(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse)
-
performContextSwitch
protected <T> T performContextSwitch(Callable<T> callable)
-
doCall
protected <T> T doCall(Callable<T> callable)
-
submitFormVariables
public void submitFormVariables(org.camunda.bpm.engine.variable.VariableMap properties, VariableScope variableScope)
-
getFormHandler
public abstract FormHandler getFormHandler()
-
-